svn commit: r441116 - head/devel/npth
Jason E. Hale
jhale at FreeBSD.org
Wed May 17 19:46:27 UTC 2017
Author: jhale
Date: Wed May 17 19:46:25 2017
New Revision: 441116
URL: https://svnweb.freebsd.org/changeset/ports/441116
Log:
- Update to 1.4
- Simplify MASTER_SITES
- LICENSE has been changed from LGPL3+/GPLv2+ to LGPL21+
- Remove hack to add -lpthread to LIBS (fixed upstream)
Modified:
head/devel/npth/Makefile
head/devel/npth/distinfo
head/devel/npth/pkg-plist
Modified: head/devel/npth/Makefile
==============================================================================
--- head/devel/npth/Makefile Wed May 17 19:27:05 2017 (r441115)
+++ head/devel/npth/Makefile Wed May 17 19:46:25 2017 (r441116)
@@ -1,20 +1,19 @@
# $FreeBSD$
PORTNAME= npth
-PORTVERSION= 1.3
+PORTVERSION= 1.4
CATEGORIES= devel
-MASTER_SITES= GNUPG/${PORTNAME}
+MASTER_SITES= GNUPG
MAINTAINER= jhale at FreeBSD.org
COMMENT= New GNU Portable Threads
-LICENSE= LGPL3 GPLv2
-LICENSE_COMB= dual
+LICENSE= LGPL21+
+LICENSE_FILE= ${WRKSRC}/COPYING.LIB
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 May 17 19:27:05 2017 (r441115)
+++ head/devel/npth/distinfo Wed May 17 19:46:25 2017 (r441116)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1479929622
-SHA256 (npth-1.3.tar.bz2) = bca81940436aed0734eb8d0ff8b179e04cc8c087f5625204419f5f45d736a82a
-SIZE (npth-1.3.tar.bz2) = 295998
+TIMESTAMP = 1495047600
+SHA256 (npth-1.4.tar.bz2) = 8915141836a3169a502d65c1ebd785fcc6d406cae5ee84474272ebf2fa96f1f2
+SIZE (npth-1.4.tar.bz2) = 299106
Modified: head/devel/npth/pkg-plist
==============================================================================
--- head/devel/npth/pkg-plist Wed May 17 19:27:05 2017 (r441115)
+++ head/devel/npth/pkg-plist Wed May 17 19:46:25 2017 (r441116)
@@ -2,5 +2,5 @@ bin/npth-config
include/npth.h
lib/libnpth.so
lib/libnpth.so.0
-lib/libnpth.so.0.0.6
+lib/libnpth.so.0.1.0
share/aclocal/npth.m4
More information about the svn-ports-all
mailing list