mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- 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)
This commit is contained in:
parent
52bc049b2d
commit
cb223abb13
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441116
@ -1,20 +1,19 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= npth
|
||||
PORTVERSION= 1.3
|
||||
PORTVERSION= 1.4
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= GNUPG/${PORTNAME}
|
||||
MASTER_SITES= GNUPG
|
||||
|
||||
MAINTAINER= jhale@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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user