git: 567a4ec6685e - main - net/libnatpmp: repair plist (poudriere bulk -t)

From: Adriaan de Groot <adridg_at_FreeBSD.org>
Date: Sun, 26 Mar 2023 21:35:17 UTC
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 \