Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 2024 05:53:23 GMT
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a8285a3d5ce1 - main - devel/npth: Update to 1.7
Message-ID:  <202404240553.43O5rN3G008195@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhale:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a8285a3d5ce10d0f15c6003e9e693a050c7f5fec

commit a8285a3d5ce10d0f15c6003e9e693a050c7f5fec
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2024-04-24 03:47:06 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2024-04-24 05:52:55 +0000

    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
---
 devel/npth/Makefile  | 6 ++++--
 devel/npth/distinfo  | 6 +++---
 devel/npth/pkg-plist | 4 ++--
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404240553.43O5rN3G008195>