mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
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
This commit is contained in:
parent
e197760564
commit
a8285a3d5c
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user