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>
This commit is contained in:
parent
bbdbdb934a
commit
b425de8e82
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372290
3 changed files with 6 additions and 13 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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%%
|
||||
|
|
Loading…
Reference in a new issue