Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Nov 2014 18:47:37 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372290 - head/net/dante
Message-ID:  <201411071847.sA7IlbUV087226@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Fri Nov  7 18:47:37 2014
New Revision: 372290
URL: https://svnweb.freebsd.org/changeset/ports/372290
QAT: https://qat.redports.org/buildarchive/r372290/

Log:
  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>

Modified:
  head/net/dante/Makefile
  head/net/dante/distinfo
  head/net/dante/pkg-plist

Modified: head/net/dante/Makefile
==============================================================================
--- head/net/dante/Makefile	Fri Nov  7 18:17:42 2014	(r372289)
+++ head/net/dante/Makefile	Fri Nov  7 18:47:37 2014	(r372290)
@@ -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/sock
 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

Modified: head/net/dante/distinfo
==============================================================================
--- head/net/dante/distinfo	Fri Nov  7 18:17:42 2014	(r372289)
+++ head/net/dante/distinfo	Fri Nov  7 18:47:37 2014	(r372290)
@@ -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

Modified: head/net/dante/pkg-plist
==============================================================================
--- head/net/dante/pkg-plist	Fri Nov  7 18:17:42 2014	(r372289)
+++ head/net/dante/pkg-plist	Fri Nov  7 18:47:37 2014	(r372290)
@@ -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%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411071847.sA7IlbUV087226>