Index: head/net/dante/Makefile =================================================================== --- head/net/dante/Makefile (revision 445719) +++ head/net/dante/Makefile (revision 445720) @@ -1,52 +1,52 @@ # Created by: Anders Nordby # $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 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-socks-conf=${PREFIX}/etc/socks.conf \ --with-sockd-conf=${PREFIX}/etc/sockd.conf INSTALL_TARGET= install-strip USE_LDCONFIG= yes USE_RC_SUBR= sockd OPTIONS_DEFINE= DOCS EXAMPLES post-install: ${INSTALL_DATA} ${WRKSRC}/example/socks.conf ${STAGEDIR}${PREFIX}/etc/socks.conf.sample ${INSTALL_DATA} ${WRKSRC}/example/sockd.conf ${STAGEDIR}${PREFIX}/etc/sockd.conf.sample post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/example/sockd-basic.conf ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/example/sockd-chaining.conf ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/example/socks-simple-withoutnameserver.conf ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/example/socks-simple.conf ${STAGEDIR}${EXAMPLESDIR} post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${DOCSDIR}/contrib ${INSTALL_DATA} ${WRKSRC}/doc/README* ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/rfc* ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/SOCKS4*.protocol ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/UPGRADE ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/contrib/sockd-stat.awk ${STAGEDIR}${DOCSDIR}/contrib/sockd-stat.awk .include Index: head/net/dante/distinfo =================================================================== --- head/net/dante/distinfo (revision 445719) +++ head/net/dante/distinfo (revision 445720) @@ -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 Index: head/net/dante/pkg-descr =================================================================== --- head/net/dante/pkg-descr (revision 445719) +++ head/net/dante/pkg-descr (revision 445720) @@ -1,10 +1,10 @@ Dante is a circuit-level firewall/proxy (socks implemented) that can be used to provide convenient and secure network connectivity to a wide range of hosts while requiring only the server Dante runs on to have external network connectivity. 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/