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:           Sat Jul 30 14:50:02 UTC 2022

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

Log Message:
security/pear-Crypt_GPG: correct dependency

pear-Crypt_GPG depends on converters/php-mbstring.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 pkgsrc/security/pear-Crypt_GPG/Makefile:1.12
--- pkgsrc/security/pear-Crypt_GPG/Makefile:1.11        Sun Feb 20 13:15:14 2022
+++ pkgsrc/security/pear-Crypt_GPG/Makefile     Sat Jul 30 14:50:01 2022
@@ -1,12 +1,14 @@
-# $NetBSD: Makefile,v 1.11 2022/02/20 13:15:14 taca Exp $
+# $NetBSD: Makefile,v 1.12 2022/07/30 14:50:01 taca Exp $
 
 DISTNAME=      Crypt_GPG-1.6.7
+PKGREVISION=   1
 CATEGORIES=    security
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Object oriented interface to GNU Privacy Guard
 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



Home | Main Index | Thread Index | Old Index