Date: Sun, 26 Mar 2023 21:35:17 GMT From: Adriaan de Groot <adridg@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 567a4ec6685e - main - net/libnatpmp: repair plist (poudriere bulk -t) Message-ID: <202303262135.32QLZHeg093969@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=567a4ec6685edd6311f02fe29a39d4a170ef00de commit 567a4ec6685edd6311f02fe29a39d4a170ef00de Author: Adriaan de Groot <adridg@FreeBSD.org> AuthorDate: 2023-03-20 19:56:59 +0000 Commit: Adriaan de Groot <adridg@FreeBSD.org> CommitDate: 2023-03-26 21:31:31 +0000 net/libnatpmp: repair plist (poudriere bulk -t) The pkgconfig file is installed, but not listed in plist. --- net/libnatpmp/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net/libnatpmp/Makefile b/net/libnatpmp/Makefile index 7dff14d0e785..f3ba371567d8 100644 --- a/net/libnatpmp/Makefile +++ b/net/libnatpmp/Makefile @@ -1,6 +1,6 @@ PORTNAME= libnatpmp PORTVERSION= 20220122 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/pull/ @@ -27,7 +27,8 @@ PLIST_FILES= bin/natpmpc \ include/natpmp_declspec.h \ lib/libnatpmp.a \ lib/libnatpmp.so \ - lib/libnatpmp.so.1 + lib/libnatpmp.so.1 \ + libdata/pkgconfig/natpmp.pc post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/natpmpc \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303262135.32QLZHeg093969>