Commits

Joshua Root authored 673291d65a6
dante: follow stealth update

Fixes: https://trac.macports.org/ticket/57668
No tags

net/dante/Portfile

Modified
1 1 PortSystem 1.0
2 2
3 3 name dante
4 4 version 1.4.2
5 +revision 1
5 6 categories net
6 7 platforms darwin
7 8 license BSD
8 9 maintainers nomaintainer
9 10
10 11 description A circuit-level firewall/proxy
11 12
12 13 long_description Dante is a circuit-level firewall/proxy (socks \
13 14 implemented) that can be used to provide convenient \
14 15 and secure network connectivity to a wide range of \
15 16 hosts while requiring only the server Dante runs on \
16 17 to have external network connectivity. Once installed, \
17 18 Dante can in most cases be made transparent to the \
18 19 clients while offering detailed access control and \
19 20 logging facilities to the server administrator.
20 21
21 -homepage http://www.inet.no/dante/
22 -master_sites ftp://ftp.inet.no/pub/socks/ \
22 +homepage https://www.inet.no/dante/
23 +master_sites ${homepage}files/ \
24 + ftp://ftp.inet.no/pub/socks/ \
23 25 ftp://ftp.inet.no/pub/socks/old/ \
24 26 http://sorcerer.mirrors.pair.com/mirror/ \
25 27 http://dbg.download.sourcemage.org/mirror/
26 28
27 -checksums rmd160 8d48b6efa0d551215943c31dc140a0dccac950b9 \
28 - sha256 baa25750633a7f9f37467ee43afdf7a95c80274394eddd7dcd4e1542aa75caad
29 +dist_subdir ${name}/${version}_1
30 +checksums rmd160 d2e01bf899b0df74ef441926c497385ab8040a7c \
31 + sha256 4c97cff23e5c9b00ca1ec8a95ab22972813921d7fbf60fc453e3e06382fc38a7
29 32
30 33 configure.args --mandir=${prefix}/share/man \
31 34 --without-gssapi \
32 35 --with-socks-conf=${prefix}/etc/dante/socks.conf \
33 36 --with-sockd-conf=${prefix}/etc/dante/sockd.conf \
34 37 --with-pidfile=${prefix}/var/run/dante/dante.pid
35 38
36 39 destroot.keepdirs ${destroot}${prefix}/var/run/dante/
37 40 post-destroot {
38 41 xinstall -m 755 -d ${destroot}${prefix}/etc/dante/

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

Add shortcut