diff --git a/net/dante/Portfile b/net/dante/Portfile index b6982ba2643..a74072d2c71 100644 --- a/net/dante/Portfile +++ b/net/dante/Portfile @@ -1,10 +1,15 @@ +# -*- 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 + PortSystem 1.0 +PortGroup legacysupport 1.1 + +# clock_gettime +legacysupport.newest_darwin_requires_legacy 15 name dante -version 1.4.2 -revision 1 +version 1.4.4 +revision 0 categories net -platforms darwin license BSD maintainers nomaintainer @@ -24,11 +29,11 @@ master_sites ${homepage}files/ \ ftp://ftp.inet.no/pub/socks/ \ ftp://ftp.inet.no/pub/socks/old/ -dist_subdir ${name}/${version}_1 -checksums rmd160 d2e01bf899b0df74ef441926c497385ab8040a7c \ - sha256 4c97cff23e5c9b00ca1ec8a95ab22972813921d7fbf60fc453e3e06382fc38a7 +checksums rmd160 ef9cee6b5267e174dfc91571dedf79c151a4ff32 \ + sha256 1973c7732f1f9f0a4c0ccf2c1ce462c7c25060b25643ea90f9b98f53a813faec \ + size 1378352 -configure.args --mandir=${prefix}/share/man \ +configure.args-append --mandir=${prefix}/share/man \ --without-gssapi \ --with-socks-conf=${prefix}/etc/dante/socks.conf \ --with-sockd-conf=${prefix}/etc/dante/sockd.conf \ @@ -42,5 +47,5 @@ post-destroot { } livecheck.type regex -livecheck.url [lindex ${master_sites} 0] -livecheck.regex ${name}-(\[0-9.\]+)\\.tar +livecheck.url ${homepage}download.html +livecheck.regex ${name}-(\[0-9.\]+)\\.tar.gz