svn commit: r354214 - head/security/fakeroot

Ganael LAPLANCHE martymac at FreeBSD.org
Fri May 16 12:26:31 UTC 2014


Author: martymac
Date: Fri May 16 12:26:30 2014
New Revision: 354214
URL: http://svnweb.freebsd.org/changeset/ports/354214
QAT: https://qat.redports.org/buildarchive/r354214/

Log:
  - Switch to USES=libtool
  - Strip library

Modified:
  head/security/fakeroot/Makefile
  head/security/fakeroot/pkg-plist

Modified: head/security/fakeroot/Makefile
==============================================================================
--- head/security/fakeroot/Makefile	Fri May 16 12:19:31 2014	(r354213)
+++ head/security/fakeroot/Makefile	Fri May 16 12:26:30 2014	(r354214)
@@ -3,6 +3,7 @@
 
 PORTNAME=	fakeroot
 PORTVERSION=	1.20
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_DEBIAN}
 MASTER_SITE_SUBDIR=	pool/main/f/fakeroot
@@ -13,10 +14,10 @@ COMMENT=	Simulate the root user behaviou
 
 LICENSE=	GPLv3
 
-USES=	tar:bzip2
+USES=	tar:bzip2 libtool
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=		--with-ipc=tcp
-USE_AUTOTOOLS=		libtool
+INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}

Modified: head/security/fakeroot/pkg-plist
==============================================================================
--- head/security/fakeroot/pkg-plist	Fri May 16 12:19:31 2014	(r354213)
+++ head/security/fakeroot/pkg-plist	Fri May 16 12:26:30 2014	(r354214)
@@ -2,7 +2,6 @@ bin/faked
 bin/fakeroot
 lib/libfakeroot-0.so
 lib/libfakeroot.a
-lib/libfakeroot.la
 lib/libfakeroot.so
 lib/libfakeroot.so.0
 man/de/man1/faked.1.gz


More information about the svn-ports-all mailing list