diff options
author | cpm <cpm@FreeBSD.org> | 2017-07-14 07:53:44 +0800 |
---|---|---|
committer | cpm <cpm@FreeBSD.org> | 2017-07-14 07:53:44 +0800 |
commit | 54fe80024eb84e50135471e234621620a947e977 (patch) | |
tree | 299c6b5e1a8a480c10f42db0739741397526abad /net | |
parent | dd98d7fe2d8a51f2a162c7f40a09e01ac6425dc1 (diff) | |
download | freebsd-ports-gnome-54fe80024eb84e50135471e234621620a947e977.tar.gz freebsd-ports-gnome-54fe80024eb84e50135471e234621620a947e977.tar.zst freebsd-ports-gnome-54fe80024eb84e50135471e234621620a947e977.zip |
net/dante: update to 1.4.2
- Update to 1.4.2
- Update MASTER_SITES
- Register LIB_DEPENDS ON net/miniupnpc and security/cyrus-sasl2
- Update WWW in pkg-descr
- Take maintainership
Changes: https://www.inet.no/dante/announce-1.4.2
Reviewed by: jbeich
MFH: 2017Q3
Differential Revision: https://reviews.freebsd.org/D11552
Diffstat (limited to 'net')
-rw-r--r-- | net/dante/Makefile | 14 | ||||
-rw-r--r-- | net/dante/distinfo | 5 | ||||
-rw-r--r-- | net/dante/pkg-descr | 2 |
3 files changed, 11 insertions, 10 deletions
diff --git a/net/dante/Makefile b/net/dante/Makefile index 910ede1a0671..f5fbe0b4b105 100644 --- a/net/dante/Makefile +++ b/net/dante/Makefile @@ -2,20 +2,20 @@ # $FreeBSD$ PORTNAME= dante -PORTVERSION= 1.4.1 -PORTREVISION= 1 +PORTVERSION= 1.4.2 CATEGORIES= net security ipv6 -MASTER_SITES= ftp://ftp.inet.no/pub/socks/ \ - ftp://ftp.nuug.no/pub/anders/distfiles/ \ - http://atreides.freenix.no/~anders/ \ - ftp://ftp.inet.no/pub/socks/old/ +MASTER_SITES= http://www.inet.no/dante/files/ \ + ftp://ftp.inet.no/pub/socks/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= cpm@FreeBSD.org COMMENT= Circuit-level firewall/proxy LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +LIB_DEPENDS= libminiupnpc.so:net/miniupnpc \ + libsasl2.so:security/cyrus-sasl2 + CONFLICTS= socks5-[0-9]* USES= libtool localbase diff --git a/net/dante/distinfo b/net/dante/distinfo index 41fa160092e1..9bbcaa2f393b 100644 --- a/net/dante/distinfo +++ b/net/dante/distinfo @@ -1,2 +1,3 @@ -SHA256 (dante-1.4.1.tar.gz) = b6d232bd6fefc87d14bf97e447e4fcdeef4b28b16b048d804b50b48f261c4f53 -SIZE (dante-1.4.1.tar.gz) = 1284288 +TIMESTAMP = 1499635427 +SHA256 (dante-1.4.2.tar.gz) = baa25750633a7f9f37467ee43afdf7a95c80274394eddd7dcd4e1542aa75caad +SIZE (dante-1.4.2.tar.gz) = 1307254 diff --git a/net/dante/pkg-descr b/net/dante/pkg-descr index 3e3c9e18faaa..72716095171c 100644 --- a/net/dante/pkg-descr +++ b/net/dante/pkg-descr @@ -7,4 +7,4 @@ Once installed, Dante can in most cases be made transparent to the clients while offering detailed access control and logging facilities to the server administrator. -WWW: http://www.inet.no/dante/ +WWW: https://www.inet.no/dante/ |