Date: Sun, 17 Mar 2024 13:53:06 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 683aa5458973 - main - security/pam_*: Move manpages to share/man Message-ID: <202403171353.42HDr66S060001@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=683aa545897323d6a143108217132798de5f1bb9 commit 683aa545897323d6a143108217132798de5f1bb9 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2024-03-17 13:51:31 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-03-17 13:51:56 +0000 security/pam_*: Move manpages to share/man Approved by: portmgr (blanket) --- security/pam_google_authenticator/Makefile | 2 ++ security/pam_google_authenticator/pkg-plist | 4 ++-- security/pam_krb5-rh/Makefile | 2 ++ security/pam_krb5-rh/pkg-plist | 6 +++--- security/pam_u2f/Makefile | 6 ++++-- 5 files changed, 13 insertions(+), 7 deletions(-) diff --git a/security/pam_google_authenticator/Makefile b/security/pam_google_authenticator/Makefile index fd29fe9d6328..f401b7694629 100644 --- a/security/pam_google_authenticator/Makefile +++ b/security/pam_google_authenticator/Makefile @@ -1,5 +1,6 @@ PORTNAME= pam_google_authenticator PORTVERSION= 1.09 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= security @@ -12,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= autoreconf gmake libtool GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USE_GITHUB= yes GH_ACCOUNT= google diff --git a/security/pam_google_authenticator/pkg-plist b/security/pam_google_authenticator/pkg-plist index ecc29c60dba5..795aaab5f0ba 100644 --- a/security/pam_google_authenticator/pkg-plist +++ b/security/pam_google_authenticator/pkg-plist @@ -1,7 +1,7 @@ bin/google-authenticator lib/pam_google_authenticator.so -man/man1/google-authenticator.1.gz -man/man8/pam_google_authenticator.8.gz share/doc/google-authenticator/FILEFORMAT share/doc/google-authenticator/README.md share/doc/google-authenticator/totp.html +share/man/man1/google-authenticator.1.gz +share/man/man8/pam_google_authenticator.8.gz diff --git a/security/pam_krb5-rh/Makefile b/security/pam_krb5-rh/Makefile index 2254a9fe8258..5fb0a158b975 100644 --- a/security/pam_krb5-rh/Makefile +++ b/security/pam_krb5-rh/Makefile @@ -1,5 +1,6 @@ PORTNAME= pam_krb5 DISTVERSION= 2.4.13 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://releases.pagure.org/${PORTNAME}/ \ ZI @@ -16,6 +17,7 @@ CONFLICTS= pam_krb5-4.* USES= iconv libtool ssl GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --without-afs --without-keyutils --without-krb4 CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib diff --git a/security/pam_krb5-rh/pkg-plist b/security/pam_krb5-rh/pkg-plist index 2b6f0bc3a62f..acc18b132ed7 100644 --- a/security/pam_krb5-rh/pkg-plist +++ b/security/pam_krb5-rh/pkg-plist @@ -1,8 +1,5 @@ lib/pam_krb5/pam_krb5_cchelper lib/pam_krb5.so -man/man5/pam_krb5.5.gz -man/man8/pam_krb5.8.gz -man/man8/pam_krb5_cchelper.8.gz %%NLS%%share/locale/as/LC_MESSAGES/pam_krb5.mo %%NLS%%share/locale/bg/LC_MESSAGES/pam_krb5.mo %%NLS%%share/locale/bn/LC_MESSAGES/pam_krb5.mo @@ -47,3 +44,6 @@ man/man8/pam_krb5_cchelper.8.gz %%NLS%%share/locale/uk/LC_MESSAGES/pam_krb5.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/pam_krb5.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/pam_krb5.mo +share/man/man5/pam_krb5.5.gz +share/man/man8/pam_krb5.8.gz +share/man/man8/pam_krb5_cchelper.8.gz diff --git a/security/pam_u2f/Makefile b/security/pam_u2f/Makefile index d69531e1f832..e5deb3e195fa 100644 --- a/security/pam_u2f/Makefile +++ b/security/pam_u2f/Makefile @@ -1,6 +1,7 @@ PORTNAME= pam_u2f DISTVERSIONPREFIX=${PORTNAME}- DISTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= romain@FreeBSD.org @@ -18,11 +19,12 @@ USE_GITHUB= yes GH_ACCOUNT= Yubico GH_PROJECT= pam-u2f GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --with-pam-dir=${PREFIX}/lib PLIST_FILES= bin/pamu2fcfg \ lib/pam_u2f.so \ - man/man1/pamu2fcfg.1.gz \ - man/man8/pam_u2f.8.gz + share/man/man1/pamu2fcfg.1.gz \ + share/man/man8/pam_u2f.8.gz .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403171353.42HDr66S060001>