svn commit: r375156 - head/net/torsocks

Antoine Brodin antoine at FreeBSD.org
Sun Dec 21 11:44:17 UTC 2014


Author: antoine
Date: Sun Dec 21 11:44:15 2014
New Revision: 375156
URL: https://svnweb.freebsd.org/changeset/ports/375156
QAT: https://qat.redports.org/buildarchive/r375156/

Log:
  - Fix plist
  - Strip shared library

Modified:
  head/net/torsocks/Makefile
  head/net/torsocks/pkg-plist

Modified: head/net/torsocks/Makefile
==============================================================================
--- head/net/torsocks/Makefile	Sun Dec 21 10:29:27 2014	(r375155)
+++ head/net/torsocks/Makefile	Sun Dec 21 11:44:15 2014	(r375156)
@@ -3,7 +3,7 @@
 
 PORTNAME=	torsocks
 PORTVERSION=	1.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net security
 MASTER_SITES=	GOOGLE_CODE \
 		http://tor.reactor-xg.kiev.ua/files/
@@ -18,6 +18,7 @@ ACLOCAL_ARGS=	-I ${LOCALBASE}/share/aclo
 
 USES=		gmake libtool
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 SUB_FILES=	pkg-message
 

Modified: head/net/torsocks/pkg-plist
==============================================================================
--- head/net/torsocks/pkg-plist	Sun Dec 21 10:29:27 2014	(r375155)
+++ head/net/torsocks/pkg-plist	Sun Dec 21 11:44:15 2014	(r375156)
@@ -3,6 +3,7 @@ bin/usewithtor
 etc/torsocks.conf.sample
 lib/libtorsocks.a
 lib/libtorsocks.so
+lib/libtorsocks.so.1
 lib/libtorsocks.so.1.0.0
 man/man1/torsocks.1.gz
 man/man1/usewithtor.1.gz


More information about the svn-ports-head mailing list