svn commit: r359695 - head/devel/npth

Jason E. Hale jhale at FreeBSD.org
Sat Jun 28 13:08:48 UTC 2014


Author: jhale
Date: Sat Jun 28 13:08:47 2014
New Revision: 359695
URL: http://svnweb.freebsd.org/changeset/ports/359695
QAT: https://qat.redports.org/buildarchive/r359695/

Log:
  - USES=libtool, drop .a and .la files
  - USE_BZIP2 -> USES
  - Strip binaries
  - Simplify MASTER_SITES

Modified:
  head/devel/npth/Makefile
  head/devel/npth/pkg-plist

Modified: head/devel/npth/Makefile
==============================================================================
--- head/devel/npth/Makefile	Sat Jun 28 12:56:16 2014	(r359694)
+++ head/devel/npth/Makefile	Sat Jun 28 13:08:47 2014	(r359695)
@@ -3,8 +3,7 @@
 PORTNAME=	npth
 PORTVERSION=	0.91
 CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_GNUPG}
-MASTER_SITE_SUBDIR=	${PORTNAME}
+MASTER_SITES=	GNUPG/${PORTNAME}
 
 MAINTAINER=	jhale at FreeBSD.org
 COMMENT=	New GNU Portable Threads
@@ -12,9 +11,9 @@ COMMENT=	New GNU Portable Threads
 LICENSE=	LGPL3 GPLv2
 LICENSE_COMB=	dual
 
-USE_BZIP2=	yes
-USE_AUTOTOOLS=	libtool
-GNU_CONFIGURE=	yes
+USES=		tar:bzip2 libtool
 USE_LDCONFIG=	yes
+GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
 
 .include <bsd.port.mk>

Modified: head/devel/npth/pkg-plist
==============================================================================
--- head/devel/npth/pkg-plist	Sat Jun 28 12:56:16 2014	(r359694)
+++ head/devel/npth/pkg-plist	Sat Jun 28 13:08:47 2014	(r359695)
@@ -1,7 +1,6 @@
 bin/npth-config
 include/npth.h
-lib/libnpth.a
-lib/libnpth.la
 lib/libnpth.so
 lib/libnpth.so.0
+lib/libnpth.so.0.0.2
 share/aclocal/npth.m4


More information about the svn-ports-head mailing list