pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www
Module Name: pkgsrc
Committed By: taca
Date: Tue Mar 21 02:37:42 UTC 2017
Modified Files:
pkgsrc/www/contao35: Makefile
pkgsrc/www/contao43: Makefile
Log Message:
Fix dependency for php71-pecl-mcrypt which has own version not PHP's.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/contao35/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/contao43/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/contao35/Makefile
diff -u pkgsrc/www/contao35/Makefile:1.26 pkgsrc/www/contao35/Makefile:1.27
--- pkgsrc/www/contao35/Makefile:1.26 Mon Mar 20 17:03:13 2017
+++ pkgsrc/www/contao35/Makefile Tue Mar 21 02:37:42 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2017/03/20 17:03:13 taca Exp $
+# $NetBSD: Makefile,v 1.27 2017/03/21 02:37:42 taca Exp $
#
DISTNAME= contao-${CT_PKGVER}
@@ -89,7 +89,7 @@ INSTALLATION_DIRS+= ${CT_DOCDIR} ${CT_EG
.if ${PKG_PHP_VERSION} < 71
DEPENDS+= ${PHP_PKG_PREFIX}-mcrypt>=5.4.0:../../security/php-mcrypt
.else
-DEPENDS+= ${PHP_PKG_PREFIX}-pecl-mcrypt>=7.0.0:../../security/php-pecl-mcrypt
+DEPENDS+= ${PHP_PKG_PREFIX}-pecl-mcrypt>=1.0.1:../../security/php-pecl-mcrypt
.endif
PKG_GROUPS_VARS+= APACHE_GROUP
Index: pkgsrc/www/contao43/Makefile
diff -u pkgsrc/www/contao43/Makefile:1.6 pkgsrc/www/contao43/Makefile:1.7
--- pkgsrc/www/contao43/Makefile:1.6 Mon Mar 20 17:08:00 2017
+++ pkgsrc/www/contao43/Makefile Tue Mar 21 02:37:42 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2017/03/20 17:08:00 taca Exp $
+# $NetBSD: Makefile,v 1.7 2017/03/21 02:37:42 taca Exp $
#
DISTNAME= contao-${CT_PKGVER}
@@ -97,7 +97,7 @@ PERMFIXFILES= vendor/oyejorge/less.php/l
.if ${PKG_PHP_VERSION} < 71
DEPENDS+= ${PHP_PKG_PREFIX}-mcrypt>=5.4.0:../../security/php-mcrypt
.else
-DEPENDS+= ${PHP_PKG_PREFIX}-pecl-mcrypt>=7.0.0:../../security/php-pecl-mcrypt
+DEPENDS+= ${PHP_PKG_PREFIX}-pecl-mcrypt>=1.0.1:../../security/php-pecl-mcrypt
.endif
pre-configure:
Home |
Main Index |
Thread Index |
Old Index