diff options
Diffstat (limited to 'security/gnupg')
-rw-r--r-- | security/gnupg/Makefile | 7 | ||||
-rw-r--r-- | security/gnupg/distinfo | 6 | ||||
-rw-r--r-- | security/gnupg/files/patch-doc_Makefile.in | 13 |
3 files changed, 10 insertions, 16 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} diff --git a/security/gnupg/distinfo b/security/gnupg/distinfo index 5fbcbc92d83a..263b7cea5e9f 100644 --- a/security/gnupg/distinfo +++ b/security/gnupg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1733605089 -SHA256 (gnupg-2.4.7.tar.bz2) = 7b24706e4da7e0e3b06ca068231027401f238102c41c909631349dcc3b85eb46 -SIZE (gnupg-2.4.7.tar.bz2) = 8010244 +TIMESTAMP = 1747922827 +SHA256 (gnupg-2.4.8.tar.bz2) = b58c80d79b04d3243ff49c1c3fc6b5f83138eb3784689563bcdd060595318616 +SIZE (gnupg-2.4.8.tar.bz2) = 8017685 diff --git a/security/gnupg/files/patch-doc_Makefile.in b/security/gnupg/files/patch-doc_Makefile.in index 9149a0b4ab89..fb06450df233 100644 --- a/security/gnupg/files/patch-doc_Makefile.in +++ b/security/gnupg/files/patch-doc_Makefile.in @@ -1,6 +1,6 @@ ---- doc/Makefile.in.orig 2024-10-29 12:52:23 UTC +--- doc/Makefile.in.orig 2025-05-14 12:51:22 UTC +++ doc/Makefile.in -@@ -521,14 +521,14 @@ myman_sources = gnupg7.texi gpg.texi gpgsm.texi gpg-ag +@@ -519,14 +519,14 @@ myman_sources = gnupg7.texi gpg.texi gpgsm.texi gpg-ag dirmngr.texi scdaemon.texi tools.texi wks.texi \ gpg-card.texi @@ -17,12 +17,3 @@ gpg-agent.1.html dirmngr.8.html scdaemon.1.html \ watchgnupg.1.html gpgconf.1.html addgnupghome.8.html \ gpg-preset-passphrase.1.html \ -@@ -538,7 +538,7 @@ myhtmlman_pages = \ - gpg-wks-server.1.html \ - dirmngr-client.1.html gpg-card.1.html gpg-check-pattern.1.html - --man_MANS = $(myman_pages) gnupg.7 gnupg.7.html -+man_MANS = $(myman_pages) gnupg.7 - watchgnupg_SOURCE = gnupg.texi - CLEANFILES = yat2m mkdefsinc defs.inc - DISTCLEANFILES = gnupg.tmp gnupg.ops yat2m-stamp.tmp yat2m-stamp \ |