diff options
author | pi <pi@FreeBSD.org> | 2014-11-07 18:47:37 +0000 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2014-11-07 18:47:37 +0000 |
commit | 80699f88b0057b0ff1fc9a0d1685939472533837 (patch) | |
tree | bb5fb0765f8351d32eeac42281b1469c8f7792f1 /net/dante/Makefile | |
parent | e073cc37edfa5aee0563b0c3736f1df441e9bd07 (diff) | |
download | FreeBSD-ports-80699f88b0057b0ff1fc9a0d1685939472533837.zip FreeBSD-ports-80699f88b0057b0ff1fc9a0d1685939472533837.tar.gz |
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/Makefile')
-rw-r--r-- | net/dante/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/net/dante/Makefile b/net/dante/Makefile index 37ee4c9..204cd02 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 |