diff options
Diffstat (limited to 'security/gnupg/Makefile')
-rw-r--r-- | security/gnupg/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 3be8c9c76d46..125fc45bb9a4 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,5 +1,5 @@ PORTNAME= gnupg -DISTVERSION= 2.4.7 +DISTVERSION= 2.4.8 CATEGORIES= security MASTER_SITES= GNUPG @@ -24,6 +24,10 @@ USES= compiler:c11 cpe gmake iconv makeinfo pkgconfig readline sqlite \ CPE_VENDOR= gnupg +# Odd minor-versions are the development branch; in particular 2.5 is +# close to being a new 2.6, but we don't want portscout informing about it. +PORTSCOUT= limitw:1,even + GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-ntbtls \ --enable-gpg-is-gpg2 @@ -76,7 +80,6 @@ pre-build: ${TOUCH} ${WRKSRC}/doc/*.texi post-install: - ${RMDIR} ${STAGEDIR}${PREFIX}/share/man/manh ${MV} ${STAGEDIR}${PREFIX}/bin/gpgsplit ${STAGEDIR}${PREFIX}/bin/gpgsplit2 ${MV} ${STAGEDIR}${DATADIR}/help*.txt ${STAGEDIR}${DOCSDIR} |