Commits

Christoph Iserlohn authored a160d877d17
fossil: update to version 2.6

Closes: https://trac.macports.org/ticket/56431
No tags

devel/fossil/Portfile

Modified
1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2 2
3 3 PortSystem 1.0
4 4
5 5 name fossil
6 -version 2.5
6 +version 2.6
7 7 epoch 20110901182519
8 8 categories devel
9 9 platforms darwin
10 10 license BSD
11 11 maintainers {ciserlohn @ci42}
12 12
13 13 description Simple, high-reliability, distributed software configuration management
14 14
15 15 long_description Fossil is a distributed software configuration management which supports \
16 16 distributed version control, distributed bug tracking, distributed wiki, \
17 17 and a distributed blog mechanism all in single integrated package. It provides \
18 18 an easy-to-use web interface to access and administrate projects over the \
19 19 built-in webserver or CGI.
20 20
21 21 homepage http://www.fossil-scm.org/
22 22
23 23 master_sites ${homepage}index.html/uv
24 24 distname ${name}-src-${version}
25 25
26 26 worksrcdir ${name}-${version}
27 27
28 -checksums rmd160 1a8649450366d5bdc92dd31721888c92f17b71fa \
29 - sha256 f9b07360811f432dfb36ebfb44c83886872556ecce1c80387629ce90e1e4aad3
28 +checksums rmd160 5799c0f76a2365ec25240bf3d56476f55c4c951a \
29 + sha256 76a794555918be179850739a90f157de0edb8568ad552b4c40ce186c79ff6ed9
30 30
31 31 test.run yes
32 32
33 33 depends_lib port:tcl \
34 34 port:zlib \
35 35 path:lib/libssl.dylib:openssl \
36 36 port:libiconv
37 37
38 38 configure.args-append --with-tcl=${prefix}/lib \
39 39 --with-th1-docs \

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut