Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Dec 2014 11:44:16 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375156 - head/net/torsocks
Message-ID:  <201412211144.sBLBiGjl078997@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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