pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/pear-Crypt_GPG



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Nov  3 07:45:59 UTC 2022

Modified Files:
        pkgsrc/security/pear-Crypt_GPG: Makefile

Log Message:
security/pear-Crypt_GPG: utilize REPLACE_PHP

Instead of using own REPLACE_INTERPRETER, use REPLACE_PHP.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/security/pear-Crypt_GPG/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/pear-Crypt_GPG/Makefile
diff -u pkgsrc/security/pear-Crypt_GPG/Makefile:1.12 pkgsrc/security/pear-Crypt_GPG/Makefile:1.13
--- pkgsrc/security/pear-Crypt_GPG/Makefile:1.12        Sat Jul 30 14:50:01 2022
+++ pkgsrc/security/pear-Crypt_GPG/Makefile     Thu Nov  3 07:45:59 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2022/07/30 14:50:01 taca Exp $
+# $NetBSD: Makefile,v 1.13 2022/11/03 07:45:59 taca Exp $
 
 DISTNAME=      Crypt_GPG-1.6.7
 PKGREVISION=   1
@@ -11,11 +11,8 @@ LICENSE=     gnu-lgpl-v2.1
 DEPENDS+=      ${PHP_PKG_PREFIX}-mbstring>=${PHP_VERSION}:../../converters/php-mbstring
 DEPENDS+=      ${PHP_PKG_PREFIX}-pear-Console_CommandLine>=1.1.10:../../devel/pear-Console_CommandLine
 
-# maybe resides in lang/php/phpversion.mk
-REPLACE_INTERPRETER+=  php
-REPLACE.php.old=       .*php[^ ]*
-REPLACE.php.new=       ${PREFIX}/bin/php
-REPLACE_FILES.php=     scripts/crypt-gpg-pinentry
+REPLACE_PHP+=  scripts/crypt-gpg-pinentry
 
+.include "../../lang/php/replace.mk"
 .include "../../lang/php/pear.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index