pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/git-secret



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

Modified Files:
        pkgsrc/security/git-secret: Makefile

Log Message:
git-secret: gnupg2 binary now gpg

Remove SUBST*, bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/git-secret/Makefile

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

Modified files:

Index: pkgsrc/security/git-secret/Makefile
diff -u pkgsrc/security/git-secret/Makefile:1.1 pkgsrc/security/git-secret/Makefile:1.2
--- pkgsrc/security/git-secret/Makefile:1.1     Wed Jan 22 09:25:18 2025
+++ pkgsrc/security/git-secret/Makefile Wed Jan 28 10:48:48 2026
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2025/01/22 09:25:18 adam Exp $
+# $NetBSD: Makefile,v 1.2 2026/01/28 10:48:48 wiz Exp $
 
 DISTNAME=      git-secret-0.5.0
+PKGREVISION=   1
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=sobolevn/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -12,7 +13,7 @@ LICENSE=      mit
 
 DEPENDS+=      gawk-[0-9]*:../../lang/gawk
 DEPENDS+=      git-base-[0-9]*:../../devel/git-base
-DEPENDS+=      gnupg2-[0-9]*:../../security/gnupg2
+DEPENDS+=      gnupg2>=2.5:../../security/gnupg2
 
 USE_TOOLS+=    bash:run
 
@@ -21,12 +22,6 @@ REPLACE_BASH+=       src/commands/*.sh
 REPLACE_BASH+= src/_utils/*.sh
 REPLACE_BASH+= utils/*.sh
 
-SUBST_CLASSES+=                gpgpath
-SUBST_STAGE.gpgpath=   pre-configure
-SUBST_MESSAGE.gpgpath= Fixing gpg path.
-SUBST_FILES.gpgpath=   src/_utils/_git_secret_tools.sh
-SUBST_SED.gpgpath=     -e 's,SECRETS_GPG_COMMAND:="gpg",SECRETS_GPG_COMMAND:="${PREFIX}/bin/gpg2",'
-
 SUBST_CLASSES+=                mandir
 SUBST_STAGE.mandir=    pre-configure
 SUBST_MESSAGE.mandir=  Fixing paths for man pages.



Home | Main Index | Thread Index | Old Index