aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2024-04-24 03:47:06 +0000
committerJason E. Hale <jhale@FreeBSD.org>2024-04-24 05:52:55 +0000
commita8285a3d5ce10d0f15c6003e9e693a050c7f5fec (patch)
tree4c613a97d04bf154ff92a7ed898f224517abcc11
parente19776056444fcea54fe13be7ca84eca2b6a95c6 (diff)
downloadports-a8285a3d5ce10d0f15c6003e9e693a050c7f5fec.tar.gz
ports-a8285a3d5ce10d0f15c6003e9e693a050c7f5fec.zip
devel/npth: Update to 1.7
Enable tests. npth-config is no longer installed, being replaced by gpgrt-config from security/libgpg-error. In the ports tree, this was only used in the configure stage of security/gnupg, the only consumer of devel/npth. https://dev.gnupg.org/T7010
-rw-r--r--devel/npth/Makefile6
-rw-r--r--devel/npth/distinfo6
-rw-r--r--devel/npth/pkg-plist4
3 files changed, 9 insertions, 7 deletions
diff --git a/devel/npth/Makefile b/devel/npth/Makefile
index 19bd366eb52a..02bd9e23e567 100644
--- a/devel/npth/Makefile
+++ b/devel/npth/Makefile
@@ -1,5 +1,5 @@
PORTNAME= npth
-PORTVERSION= 1.6
+PORTVERSION= 1.7
CATEGORIES= devel
MASTER_SITES= GNUPG
@@ -10,9 +10,11 @@ WWW= https://www.gnupg.org/software/npth/index.html
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
-USES= tar:bzip2 libtool
+USES= libtool pathfix tar:bzip2
USE_LDCONFIG= yes
+
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
+TEST_TARGET= check
.include <bsd.port.mk>
diff --git a/devel/npth/distinfo b/devel/npth/distinfo
index 8be764dab87c..e5b55a5b594d 100644
--- a/devel/npth/distinfo
+++ b/devel/npth/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1532614731
-SHA256 (npth-1.6.tar.bz2) = 1393abd9adcf0762d34798dc34fdcf4d0d22a8410721e76f1e3afcd1daa4e2d1
-SIZE (npth-1.6.tar.bz2) = 300486
+TIMESTAMP = 1713855412
+SHA256 (npth-1.7.tar.bz2) = 8589f56937b75ce33b28d312fccbf302b3b71ec3f3945fde6aaa74027914ad05
+SIZE (npth-1.7.tar.bz2) = 313213
diff --git a/devel/npth/pkg-plist b/devel/npth/pkg-plist
index a7bd7856e15d..8a10a339ae15 100644
--- a/devel/npth/pkg-plist
+++ b/devel/npth/pkg-plist
@@ -1,6 +1,6 @@
-bin/npth-config
include/npth.h
lib/libnpth.so
lib/libnpth.so.0
-lib/libnpth.so.0.1.2
+lib/libnpth.so.0.2.0
+libdata/pkgconfig/npth.pc
share/aclocal/npth.m4