svn commit: r360432 - head/net/torsocks

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jul 3 17:57:32 UTC 2014


Author: amdmi3
Date: Thu Jul  3 17:57:30 2014
New Revision: 360432
URL: http://svnweb.freebsd.org/changeset/ports/360432
QAT: https://qat.redports.org/buildarchive/r360432/

Log:
  - Stagify
  - Switch to USES=libtool, drop .la files
  
  Approved by:	portmgr blanket

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

Modified: head/net/torsocks/Makefile
==============================================================================
--- head/net/torsocks/Makefile	Thu Jul  3 17:54:50 2014	(r360431)
+++ head/net/torsocks/Makefile	Thu Jul  3 17:57:30 2014	(r360432)
@@ -3,7 +3,7 @@
 
 PORTNAME=	torsocks
 PORTVERSION=	1.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net security
 MASTER_SITES=	GOOGLE_CODE \
 		http://tor.reactor-xg.kiev.ua/files/
@@ -13,16 +13,12 @@ COMMENT=	Most SOCKS-friendly application
 
 LICENSE=	GPLv2
 
-USE_AUTOTOOLS=	libtool aclocal autoconf libtoolize
+USE_AUTOTOOLS=	aclocal autoconf libtoolize
 ACLOCAL_ARGS=	-I ${LOCALBASE}/share/aclocal
 
-USES=		gmake
+USES=		gmake libtool
 USE_LDCONFIG=	yes
 
-MAN1=		torsocks.1 usewithtor.1
-MAN5=		torsocks.conf.5
-MAN8=		torsocks.8
-
 SUB_FILES=	pkg-message
 
 OPTIONS_DEFINE=	OLDMETHOD NODEBUG DOCS
@@ -41,7 +37,6 @@ OPTIONS_DEFAULT=	DOCS DEFAULT
 
 PORTDOCS=	INSTALL README TODO ChangeLog
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MSOCKSDNS}
@@ -106,12 +101,11 @@ post-patch:
 
 post-install:
 .if ${PORT_OPTIONS:MDOCS}
-	${INSTALL_DATA} ${WRKSRC}/doc/*.sample ${PREFIX}/etc
-	@${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/doc/*.sample ${STAGEDIR}${PREFIX}/etc
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for f in ${PORTDOCS}
-	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
 .endfor
 .endif
-	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>

Modified: head/net/torsocks/pkg-plist
==============================================================================
--- head/net/torsocks/pkg-plist	Thu Jul  3 17:54:50 2014	(r360431)
+++ head/net/torsocks/pkg-plist	Thu Jul  3 17:57:30 2014	(r360432)
@@ -2,9 +2,12 @@ bin/torsocks
 bin/usewithtor
 etc/torsocks.conf.sample
 lib/libtorsocks.a
-lib/libtorsocks.la
 lib/libtorsocks.so
-lib/libtorsocks.so.1
+lib/libtorsocks.so.1.0.0
+man/man1/torsocks.1.gz
+man/man1/usewithtor.1.gz
+man/man5/torsocks.conf.5.gz
+man/man8/torsocks.8.gz
 %%DATADIR%%/DEBUG
 %%DATADIR%%/README
 %%DATADIR%%/README.TORDNS


More information about the svn-ports-head mailing list