svn commit: r356335 - head/archivers/unshield

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jun 3 12:44:14 UTC 2014


Author: sunpoet
Date: Tue Jun  3 12:44:13 2014
New Revision: 356335
URL: http://svnweb.freebsd.org/changeset/ports/356335
QAT: https://qat.redports.org/buildarchive/r356335/

Log:
  - Use USES=libtool
  - Strip shared library in post-install:
  - Bump PORTREVISION for package change

Modified:
  head/archivers/unshield/Makefile
  head/archivers/unshield/pkg-plist

Modified: head/archivers/unshield/Makefile
==============================================================================
--- head/archivers/unshield/Makefile	Tue Jun  3 12:33:57 2014	(r356334)
+++ head/archivers/unshield/Makefile	Tue Jun  3 12:44:13 2014	(r356335)
@@ -3,7 +3,7 @@
 
 PORTNAME=	unshield
 PORTVERSION=	0.6
-PORTREVISION=	3
+PORTREVISION=	7
 CATEGORIES=	archivers
 MASTER_SITES=	SF/synce/Unshield/${PORTVERSION}
 
@@ -14,9 +14,9 @@ LICENSE=	MIT
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USES=		libtool:keepla pathfix
+USES=		libtool pathfix
 
-post-build:
-	@${STRIP_CMD} ${WRKSRC}/lib/.libs/libunshield.so.0.0.0
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libunshield.so.0.0.0
 
 .include <bsd.port.mk>

Modified: head/archivers/unshield/pkg-plist
==============================================================================
--- head/archivers/unshield/pkg-plist	Tue Jun  3 12:33:57 2014	(r356334)
+++ head/archivers/unshield/pkg-plist	Tue Jun  3 12:44:13 2014	(r356335)
@@ -1,7 +1,6 @@
 bin/unshield
 include/libunshield.h
 lib/libunshield.a
-lib/libunshield.la
 lib/libunshield.so
 lib/libunshield.so.0
 lib/libunshield.so.0.0.0


More information about the svn-ports-all mailing list