pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/p5-GnuPG-Interface



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jan 28 10:52:27 UTC 2026

Modified Files:
        pkgsrc/security/p5-GnuPG-Interface: Makefile options.mk

Log Message:
p5-GnuPG-Interface: adapt for gpg binary name change

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/security/p5-GnuPG-Interface/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/p5-GnuPG-Interface/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/p5-GnuPG-Interface/Makefile
diff -u pkgsrc/security/p5-GnuPG-Interface/Makefile:1.42 pkgsrc/security/p5-GnuPG-Interface/Makefile:1.43
--- pkgsrc/security/p5-GnuPG-Interface/Makefile:1.42    Mon Nov 17 11:01:23 2025
+++ pkgsrc/security/p5-GnuPG-Interface/Makefile Wed Jan 28 10:52:27 2026
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.42 2025/11/17 11:01:23 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2026/01/28 10:52:27 wiz Exp $
 
 DISTNAME=              GnuPG-Interface-1.04
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            security perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=GnuPG/}
 

Index: pkgsrc/security/p5-GnuPG-Interface/options.mk
diff -u pkgsrc/security/p5-GnuPG-Interface/options.mk:1.7 pkgsrc/security/p5-GnuPG-Interface/options.mk:1.8
--- pkgsrc/security/p5-GnuPG-Interface/options.mk:1.7   Tue Apr 27 12:13:11 2021
+++ pkgsrc/security/p5-GnuPG-Interface/options.mk       Wed Jan 28 10:52:27 2026
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2021/04/27 12:13:11 wiz Exp $
+# $NetBSD: options.mk,v 1.8 2026/01/28 10:52:27 wiz Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.p5_GnuPG_Interface
 PKG_OPTIONS_REQUIRED_GROUPS=   gnupg
@@ -8,21 +8,21 @@ PKG_SUGGESTED_OPTIONS=                gnupg2
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mgnupg2)
-DEPENDS+=              gnupg2>=2.2:../../security/gnupg2
+DEPENDS+=              gnupg2>=2.5:../../security/gnupg2
+.endif
+
+.if !empty(PKG_OPTIONS:Mgnupg1)
+DEPENDS+=              gnupg>=1.4.23nb28:../../security/gnupg
 
 SUBST_CLASSES+=                gpg
-SUBST_SED.gpg+=                -e "s,'gpg','gpg2',g"
+SUBST_SED.gpg+=                -e "s,'gpg','gpg1',g"
 SUBST_FILES.gpg+=      lib/GnuPG/Interface.pm
 SUBST_STAGE.gpg=       pre-configure
 SUBST_MESSAGE.gpg=     Fixing path to gnupg binary.
 
 SUBST_CLASSES+=                gpg2
-SUBST_SED.gpg2+=       -e "s,gpg,gpg2,g"
+SUBST_SED.gpg2+=       -e "s,gpg,gpg1,g"
 SUBST_FILES.gpg2+=     Makefile.PL
 SUBST_STAGE.gpg2=      pre-configure
 SUBST_MESSAGE.gpg2=    Fixing path to gnupg binary.
 .endif
-
-.if !empty(PKG_OPTIONS:Mgnupg1)
-DEPENDS+=              gnupg>=1.4.2:../../security/gnupg
-.endif



Home | Main Index | Thread Index | Old Index