svn commit: r426976 - head/devel/npth

Jason E. Hale jhale at FreeBSD.org
Wed Nov 23 20:50:58 UTC 2016


Author: jhale
Date: Wed Nov 23 20:50:57 2016
New Revision: 426976
URL: https://svnweb.freebsd.org/changeset/ports/426976

Log:
  Update to 1.3

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

Modified: head/devel/npth/Makefile
==============================================================================
--- head/devel/npth/Makefile	Wed Nov 23 20:39:33 2016	(r426975)
+++ head/devel/npth/Makefile	Wed Nov 23 20:50:57 2016	(r426976)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	npth
-PORTVERSION=	1.2
+PORTVERSION=	1.3
 CATEGORIES=	devel
 MASTER_SITES=	GNUPG/${PORTNAME}
 
@@ -14,6 +14,7 @@ LICENSE_COMB=	dual
 USES=		tar:bzip2 libtool
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
+LIBS=		-lpthread
 INSTALL_TARGET=	install-strip
 
 .include <bsd.port.mk>

Modified: head/devel/npth/distinfo
==============================================================================
--- head/devel/npth/distinfo	Wed Nov 23 20:39:33 2016	(r426975)
+++ head/devel/npth/distinfo	Wed Nov 23 20:50:57 2016	(r426976)
@@ -1,2 +1,3 @@
-SHA256 (npth-1.2.tar.bz2) = 6ddbdddb2cf49a4723f9d1ad6563c480d6760dcb63cb7726b8fc3bc2e1b6c08a
-SIZE (npth-1.2.tar.bz2) = 298735
+TIMESTAMP = 1479929622
+SHA256 (npth-1.3.tar.bz2) = bca81940436aed0734eb8d0ff8b179e04cc8c087f5625204419f5f45d736a82a
+SIZE (npth-1.3.tar.bz2) = 295998

Modified: head/devel/npth/pkg-plist
==============================================================================
--- head/devel/npth/pkg-plist	Wed Nov 23 20:39:33 2016	(r426975)
+++ head/devel/npth/pkg-plist	Wed Nov 23 20:50:57 2016	(r426976)
@@ -2,5 +2,5 @@ bin/npth-config
 include/npth.h
 lib/libnpth.so
 lib/libnpth.so.0
-lib/libnpth.so.0.0.5
+lib/libnpth.so.0.0.6
 share/aclocal/npth.m4


More information about the svn-ports-all mailing list