diff options
author | pi <pi@FreeBSD.org> | 2014-11-08 02:47:37 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2014-11-08 02:47:37 +0800 |
commit | 80699f88b0057b0ff1fc9a0d1685939472533837 (patch) | |
tree | bb5fb0765f8351d32eeac42281b1469c8f7792f1 /net/dante | |
parent | e073cc37edfa5aee0563b0c3736f1df441e9bd07 (diff) | |
download | freebsd-ports-gnome-80699f88b0057b0ff1fc9a0d1685939472533837.tar.gz freebsd-ports-gnome-80699f88b0057b0ff1fc9a0d1685939472533837.tar.zst freebsd-ports-gnome-80699f88b0057b0ff1fc9a0d1685939472533837.zip |
net/dante: 1.4.0 -> 1.4.1
ChangeLog: http://www.inet.no/dante/announce-1.4.1
PR: 192295
Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es>
Diffstat (limited to 'net/dante')
-rw-r--r-- | net/dante/Makefile | 12 | ||||
-rw-r--r-- | net/dante/distinfo | 4 | ||||
-rw-r--r-- | net/dante/pkg-plist | 3 |
3 files changed, 6 insertions, 13 deletions
diff --git a/net/dante/Makefile b/net/dante/Makefile index 37ee4c96eed6..204cd02af51f 100644 --- a/net/dante/Makefile +++ b/net/dante/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dante -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 CATEGORIES= net security ipv6 MASTER_SITES= ftp://ftp.inet.no/pub/socks/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ \ @@ -12,12 +12,11 @@ MASTER_SITES= ftp://ftp.inet.no/pub/socks/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Circuit-level firewall/proxy -LICENSE= BSD +LICENSE= BSD4CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE CONFLICTS= socks5-[0-9]* -BROKEN_i386= see PR 192295, requests tweaked sysctls - GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-socks-conf=${PREFIX}/etc/socks.conf \ --with-sockd-conf=${PREFIX}/etc/sockd.conf @@ -27,6 +26,7 @@ LIBS+= -L${LOCALBASE}/lib USES= libtool USE_LDCONFIG= yes USE_RC_SUBR= sockd +INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS EXAMPLES @@ -36,10 +36,6 @@ OPTIONS_DEFINE= DOCS EXAMPLES CONFIGURE_ARGS+= --with-libc=libc.so.7 .endif -.if ${OPSYS} == FreeBSD -FORBIDDEN= Building on 10+ triggers a nasty bug with unix domain sockets -.endif - 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 diff --git a/net/dante/distinfo b/net/dante/distinfo index 4c6e32f9de14..41fa160092e1 100644 --- a/net/dante/distinfo +++ b/net/dante/distinfo @@ -1,2 +1,2 @@ -SHA256 (dante-1.4.0.tar.gz) = 55d448f2d523e69b5637ef12c05556f39201a2c397b4671a2aaaa914ba65684b -SIZE (dante-1.4.0.tar.gz) = 1253458 +SHA256 (dante-1.4.1.tar.gz) = b6d232bd6fefc87d14bf97e447e4fcdeef4b28b16b048d804b50b48f261c4f53 +SIZE (dante-1.4.1.tar.gz) = 1284288 diff --git a/net/dante/pkg-plist b/net/dante/pkg-plist index 634a13301eaa..fa33b65cc94f 100644 --- a/net/dante/pkg-plist +++ b/net/dante/pkg-plist @@ -17,7 +17,6 @@ man/man8/sockd.8.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sockd-chaining.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/socks-simple-withoutnameserver.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/socks-simple.conf -%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%% %%PORTDOCS%%%%DOCSDIR%%/README.socksify %%PORTDOCS%%%%DOCSDIR%%/README.survey %%PORTDOCS%%%%DOCSDIR%%/README.usage @@ -28,5 +27,3 @@ man/man8/sockd.8.gz %%PORTDOCS%%%%DOCSDIR%%/rfc1928.txt %%PORTDOCS%%%%DOCSDIR%%/rfc1929.txt %%PORTDOCS%%%%DOCSDIR%%/rfc1961.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%%/contrib -%%PORTDOCS%%@dirrm %%DOCSDIR%% |