pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www Restrict supported PHP versions to the list of sec...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fc6e3396a321
branches:  trunk
changeset: 356253:fc6e3396a321
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Dec 23 23:02:13 2016 +0000

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

diffstat:

 www/contao35/Makefile      |  5 ++++-
 www/contao43/Makefile      |  5 ++++-
 www/php-concrete5/Makefile |  5 ++++-
 3 files changed, 12 insertions(+), 3 deletions(-)

diffs (57 lines):

diff -r afac7f4dfe89 -r fc6e3396a321 www/contao35/Makefile
--- a/www/contao35/Makefile     Fri Dec 23 23:01:13 2016 +0000
+++ b/www/contao35/Makefile     Fri Dec 23 23:02:13 2016 +0000
@@ -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}-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
diff -r afac7f4dfe89 -r fc6e3396a321 www/contao43/Makefile
--- a/www/contao43/Makefile     Fri Dec 23 23:01:13 2016 +0000
+++ b/www/contao43/Makefile     Fri Dec 23 23:02:13 2016 +0000
@@ -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}-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
diff -r afac7f4dfe89 -r fc6e3396a321 www/php-concrete5/Makefile
--- a/www/php-concrete5/Makefile        Fri Dec 23 23:01:13 2016 +0000
+++ b/www/php-concrete5/Makefile        Fri Dec 23 23:02:13 2016 +0000
@@ -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}-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