svn commit: r342708 - head/archivers/unshield

Baptiste Daroussin bapt at FreeBSD.org
Wed Feb 5 14:05:15 UTC 2014


Author: bapt
Date: Wed Feb  5 14:05:14 2014
New Revision: 342708
URL: http://svnweb.freebsd.org/changeset/ports/342708
QAT: https://qat.redports.org/buildarchive/r342708/

Log:
  USES= libtool

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

Modified: head/archivers/unshield/Makefile
==============================================================================
--- head/archivers/unshield/Makefile	Wed Feb  5 14:02:19 2014	(r342707)
+++ head/archivers/unshield/Makefile	Wed Feb  5 14:05:14 2014	(r342708)
@@ -3,7 +3,7 @@
 
 PORTNAME=	unshield
 PORTVERSION=	0.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	archivers
 MASTER_SITES=	SF/synce/Unshield/${PORTVERSION}
 
@@ -13,8 +13,7 @@ COMMENT=	Extract data from InstallShield
 LICENSE=	MIT
 
 GNU_CONFIGURE=	yes
-USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
-USES=		pathfix
+USES=		libtool pathfix
 
 .include <bsd.port.mk>

Modified: head/archivers/unshield/pkg-plist
==============================================================================
--- head/archivers/unshield/pkg-plist	Wed Feb  5 14:02:19 2014	(r342707)
+++ head/archivers/unshield/pkg-plist	Wed Feb  5 14:05:14 2014	(r342708)
@@ -4,5 +4,6 @@ lib/libunshield.a
 lib/libunshield.la
 lib/libunshield.so
 lib/libunshield.so.0
+lib/libunshield.so.0.0.0
 libdata/pkgconfig/libunshield.pc
 man/man1/unshield.1.gz


More information about the svn-ports-all mailing list