git: 7474eab27956 - main - devel/argp-standalone: Fix LICENSE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Jan 2023 13:05:35 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7474eab2795621533dacca345437d6a0faabd6aa commit 7474eab2795621533dacca345437d6a0faabd6aa Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-01-30 12:27:14 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-01-30 12:59:00 +0000 devel/argp-standalone: Fix LICENSE - Take maintainership --- devel/argp-standalone/Makefile | 14 +++++--------- devel/argp-standalone/pkg-plist | 5 +++++ 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/devel/argp-standalone/Makefile b/devel/argp-standalone/Makefile index 954f2652f349..54660922d4e0 100644 --- a/devel/argp-standalone/Makefile +++ b/devel/argp-standalone/Makefile @@ -5,21 +5,17 @@ CATEGORIES= devel PATCH_SITES= https://github.com/argp-standalone/argp-standalone/commit/ PATCHFILES= e4b42480f6fd63a117e1d8a3d90fb69434133c28.patch:-p1 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Standalone version of arguments parsing functions from GLIBC -LICENSE= LGPL20+ PD -LICENSE_COMB= multi +LICENSE= LGPL21+ USES= gettext-runtime localbase:ldflags meson -USE_CSTD= gnu89 -USE_GITHUB= yes -USE_LDCONFIG= yes MESON_ARGS= -Ddefault_library=both +USE_CSTD= gnu89 +USE_LDCONFIG= yes -PLIST_FILES= lib/libargp.a \ - lib/libargp.so lib/libargp.so.0 lib/libargp.so.0.0.0 \ - include/argp.h +USE_GITHUB= yes .include <bsd.port.mk> diff --git a/devel/argp-standalone/pkg-plist b/devel/argp-standalone/pkg-plist new file mode 100644 index 000000000000..fb6a82a80f0a --- /dev/null +++ b/devel/argp-standalone/pkg-plist @@ -0,0 +1,5 @@ +include/argp.h +lib/libargp.a +lib/libargp.so +lib/libargp.so.0 +lib/libargp.so.0.0.0