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:   joerg
Date:           Fri Dec 23 23:02:13 UTC 2016

Modified Files:
        pkgsrc/www/contao35: Makefile
        pkgsrc/www/contao43: Makefile
        pkgsrc/www/php-concrete5: Makefile

Log Message:
Restrict supported PHP versions to the list of security/php-mcrypt.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/contao35/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/contao43/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/php-concrete5/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.20 pkgsrc/www/contao35/Makefile:1.21
--- pkgsrc/www/contao35/Makefile:1.20   Tue Dec 20 21:08:29 2016
+++ pkgsrc/www/contao35/Makefile        Fri Dec 23 23:02:13 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2016/12/20 21:08:29 taca Exp $
+# $NetBSD: Makefile,v 1.21 2016/12/23 23:02:13 joerg Exp $
 #
 
 DISTNAME=      contao-${CT_PKGVER}
@@ -23,6 +23,9 @@ DEPENDS+=     ${PHP_PKG_PREFIX}-curl>=5.4.0:
 DEPENDS+=      ${PHP_PKG_PREFIX}-zlib>=5.4.0:../../archivers/php-zlib
 DEPENDS+=      bash>=4.0:../../shells/bash
 
+# mcrypt is deprecated and removed in PHP 7.1.x
+PHP_VERSIONS_ACCEPTED= 56 70
+
 CT_VERSION=    3.5.20
 USE_TOOLS=     bash pax
 NO_BUILD=      yes

Index: pkgsrc/www/contao43/Makefile
diff -u pkgsrc/www/contao43/Makefile:1.1 pkgsrc/www/contao43/Makefile:1.2
--- pkgsrc/www/contao43/Makefile:1.1    Mon Dec  5 14:48:24 2016
+++ pkgsrc/www/contao43/Makefile        Fri Dec 23 23:02:13 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/12/05 14:48:24 taca Exp $
+# $NetBSD: Makefile,v 1.2 2016/12/23 23:02:13 joerg Exp $
 #
 
 DISTNAME=      contao-${CT_PKGVER}
@@ -24,6 +24,9 @@ DEPENDS+=     ${PHP_PKG_PREFIX}-curl>=5.4.0:
 DEPENDS+=      ${PHP_PKG_PREFIX}-zlib>=5.4.0:../../archivers/php-zlib
 DEPENDS+=      bash>=4.0:../../shells/bash
 
+# mcrypt is deprecated and removed in PHP 7.1.x
+PHP_VERSIONS_ACCEPTED= 56 70
+
 CT_VERSION=    4.3.0
 USE_TOOLS=     bash pax
 NO_BUILD=      yes

Index: pkgsrc/www/php-concrete5/Makefile
diff -u pkgsrc/www/php-concrete5/Makefile:1.14 pkgsrc/www/php-concrete5/Makefile:1.15
--- pkgsrc/www/php-concrete5/Makefile:1.14      Sun Feb  7 07:31:12 2016
+++ pkgsrc/www/php-concrete5/Makefile   Fri Dec 23 23:02:13 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2016/02/07 07:31:12 ryoon Exp $
+# $NetBSD: Makefile,v 1.15 2016/12/23 23:02:13 joerg Exp $
 #
 
 DISTNAME=      concrete5.7.5.6
@@ -22,6 +22,9 @@ DEPENDS+=     ${PHP_PKG_PREFIX}-zip>=5.3.3:.
 DEPENDS+=      ${PHP_PKG_PREFIX}-iconv>=5.3.3:../../converters/php-iconv
 DEPENDS+=      ${PHP_PKG_PREFIX}-mbstring>=5.3.3:../../converters/php-mbstring
 
+# mcrypt is deprecated and removed in 7.1.x
+PHP_VERSIONS_ACCEPTED= 56 70
+
 USE_LANGUAGES= # none
 NO_BUILD=      yes
 



Home | Main Index | Thread Index | Old Index