pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Drop php71 support
details: https://anonhg.NetBSD.org/pkgsrc/rev/40a1e93113ee
branches: trunk
changeset: 345731:40a1e93113ee
user: taca <taca%pkgsrc.org@localhost>
date: Mon Dec 16 16:30:13 2019 +0000
description:
Drop php71 support
Drop php71 support mechanically.
diffstat:
converters/php-recode/Makefile | 4 ++--
devel/php-gearman/Makefile | 4 ++--
devel/php-raphf2/Makefile | 4 ++--
devel/php-xdebug/Makefile | 4 ++--
math/php-stats/Makefile | 4 ++--
security/php-oauth/Makefile | 4 ++--
security/php-pecl-mcrypt/Makefile | 4 ++--
security/php-ssh2/Makefile | 4 ++--
textproc/php-wddx/Makefile | 4 ++--
www/contao35/Makefile | 4 ++--
www/drupal7/Makefile | 4 ++--
www/drupal8/Makefile | 4 ++--
www/moodle/Makefile | 4 ++--
www/php-apcu/Makefile | 4 ++--
www/php-apcu_bc/Makefile | 4 ++--
www/php-concrete5/Makefile | 4 ++--
www/php-http3/Makefile | 4 ++--
www/php-propro2/Makefile | 4 ++--
18 files changed, 36 insertions(+), 36 deletions(-)
diffs (truncated from 323 to 300 lines):
diff -r 0c9042d3db18 -r 40a1e93113ee converters/php-recode/Makefile
--- a/converters/php-recode/Makefile Mon Dec 16 16:29:17 2019 +0000
+++ b/converters/php-recode/Makefile Mon Dec 16 16:30:13 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/12/15 18:01:05 taca Exp $
+# $NetBSD: Makefile,v 1.3 2019/12/16 16:30:13 taca Exp $
MODNAME= recode
CATEGORIES= converters
@@ -8,7 +8,7 @@
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.recode}
-PHP_VERSIONS_ACCEPTED= 56 71 72 73
+PHP_VERSIONS_ACCEPTED= 56 72 73
USE_PHP_EXT_PATCHES= yes
.include "../../lang/php/ext.mk"
diff -r 0c9042d3db18 -r 40a1e93113ee devel/php-gearman/Makefile
--- a/devel/php-gearman/Makefile Mon Dec 16 16:29:17 2019 +0000
+++ b/devel/php-gearman/Makefile Mon Dec 16 16:30:13 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2019/11/03 10:39:28 rillig Exp $
+# $NetBSD: Makefile,v 1.13 2019/12/16 16:30:13 taca Exp $
MODNAME= gearman
PECL_VERSION= 2.0.5
@@ -18,7 +18,7 @@
WRKSRC= ${WRKDIR}/pecl-gearman-gearman-${PECL_VERSION}
-PHP_VERSIONS_ACCEPTED= 71 72
+PHP_VERSIONS_ACCEPTED= 72
CONFIGURE_ARGS+= --with-gearman=shared,${BUILDLINK_PREFIX.gearmand}
diff -r 0c9042d3db18 -r 40a1e93113ee devel/php-raphf2/Makefile
--- a/devel/php-raphf2/Makefile Mon Dec 16 16:29:17 2019 +0000
+++ b/devel/php-raphf2/Makefile Mon Dec 16 16:30:13 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/01/14 13:06:11 taca Exp $
+# $NetBSD: Makefile,v 1.5 2019/12/16 16:30:13 taca Exp $
MODNAME= raphf
PECL_VERSION= 2.0.0
@@ -11,7 +11,7 @@
BUILD_DEPENDS+= re2c>=0.13.0.4:../../devel/re2c
-PHP_VERSIONS_ACCEPTED= 71 72
+PHP_VERSIONS_ACCEPTED= 72
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
diff -r 0c9042d3db18 -r 40a1e93113ee devel/php-xdebug/Makefile
--- a/devel/php-xdebug/Makefile Mon Dec 16 16:29:17 2019 +0000
+++ b/devel/php-xdebug/Makefile Mon Dec 16 16:30:13 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2019/12/15 18:33:09 taca Exp $
+# $NetBSD: Makefile,v 1.26 2019/12/16 16:30:13 taca Exp $
#
MODNAME= xdebug
@@ -14,7 +14,7 @@
PHP_ZEND_EXTENSION= yes
-PHP_VERSIONS_ACCEPTED= 71 72 73 74
+PHP_VERSIONS_ACCEPTED= 72 73 74
.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 0c9042d3db18 -r 40a1e93113ee math/php-stats/Makefile
--- a/math/php-stats/Makefile Mon Dec 16 16:29:17 2019 +0000
+++ b/math/php-stats/Makefile Mon Dec 16 16:30:13 2019 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.5 2019/11/02 16:16:21 rillig Exp $
+# $NetBSD: Makefile,v 1.6 2019/12/16 16:30:13 taca Exp $
MODNAME= stats
PECL_VERSION= 2.0.3
CATEGORIES+= math
COMMENT= PHP extension for statistical computation
-PHP_VERSIONS_ACCEPTED= 71 72
+PHP_VERSIONS_ACCEPTED= 72
CONFIGURE_ARGS+= --enable-${MODNAME}
diff -r 0c9042d3db18 -r 40a1e93113ee security/php-oauth/Makefile
--- a/security/php-oauth/Makefile Mon Dec 16 16:29:17 2019 +0000
+++ b/security/php-oauth/Makefile Mon Dec 16 16:30:13 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2019/08/22 12:23:45 ryoon Exp $
+# $NetBSD: Makefile,v 1.21 2019/12/16 16:30:13 taca Exp $
MODNAME= oauth
PECL_VERSION= 2.0.1
@@ -9,7 +9,7 @@
PKGREVISION= 11
LICENSE= modified-bsd
-PHP_VERSIONS_ACCEPTED= 71 72
+PHP_VERSIONS_ACCEPTED= 72
USE_LANGUAGES= c c++
diff -r 0c9042d3db18 -r 40a1e93113ee security/php-pecl-mcrypt/Makefile
--- a/security/php-pecl-mcrypt/Makefile Mon Dec 16 16:29:17 2019 +0000
+++ b/security/php-pecl-mcrypt/Makefile Mon Dec 16 16:30:13 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2019/12/16 00:10:37 taca Exp $
+# $NetBSD: Makefile,v 1.6 2019/12/16 16:30:14 taca Exp $
#
MODNAME= mcrypt
@@ -11,7 +11,7 @@
COMMENT= Bindings for the libmcrypt library
LICENSE= php
-PHP_VERSIONS_ACCEPTED= 71 72 73 74
+PHP_VERSIONS_ACCEPTED= 72 73 74
CONFIGURE_ARGS+= --with-mcrypt=${PREFIX}
diff -r 0c9042d3db18 -r 40a1e93113ee security/php-ssh2/Makefile
--- a/security/php-ssh2/Makefile Mon Dec 16 16:29:17 2019 +0000
+++ b/security/php-ssh2/Makefile Mon Dec 16 16:30:13 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2019/11/04 21:12:58 rillig Exp $
+# $NetBSD: Makefile,v 1.13 2019/12/16 16:30:14 taca Exp $
#
MODNAME= ssh2
@@ -12,7 +12,7 @@
CONFLICTS= ${PHP_PKG_PREFIX}-${MODNAME}<1.0
-PHP_VERSIONS_ACCEPTED= 71 72
+PHP_VERSIONS_ACCEPTED= 72
CONFIGURE_ARGS+= --with-ssh2=${PREFIX}
diff -r 0c9042d3db18 -r 40a1e93113ee textproc/php-wddx/Makefile
--- a/textproc/php-wddx/Makefile Mon Dec 16 16:29:17 2019 +0000
+++ b/textproc/php-wddx/Makefile Mon Dec 16 16:30:13 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2019/12/15 18:03:47 taca Exp $
+# $NetBSD: Makefile,v 1.20 2019/12/16 16:30:14 taca Exp $
MODNAME= wddx
CATEGORIES+= textproc
@@ -9,7 +9,7 @@
CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR}
CONFIGURE_ARGS+= --with-libxml-dir=${BUILDLINK_DIR}
-PHP_VERSIONS_ACCEPTED= 56 71 72 73
+PHP_VERSIONS_ACCEPTED= 56 72 73
USE_PHP_EXT_PATCHES= # defined
# appease some PHP build assumpsions
diff -r 0c9042d3db18 -r 40a1e93113ee www/contao35/Makefile
--- a/www/contao35/Makefile Mon Dec 16 16:29:17 2019 +0000
+++ b/www/contao35/Makefile Mon Dec 16 16:30:13 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2019/12/15 18:22:10 taca Exp $
+# $NetBSD: Makefile,v 1.47 2019/12/16 16:30:14 taca Exp $
#
DISTNAME= contao-${CT_PKGVER}
@@ -20,7 +20,7 @@
DEPENDS+= ${PHP_PKG_PREFIX}-curl>=5.4.0:../../www/php-curl
DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.4.0:../../archivers/php-zlib
-PHP_VERSIONS_ACCEPTED= 56 71 72 73
+PHP_VERSIONS_ACCEPTED= 56 72 73
CT_VERSION= 3.5.40
USE_TOOLS= bash:run pax
diff -r 0c9042d3db18 -r 40a1e93113ee www/drupal7/Makefile
--- a/www/drupal7/Makefile Mon Dec 16 16:29:17 2019 +0000
+++ b/www/drupal7/Makefile Mon Dec 16 16:30:13 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2019/12/15 18:24:32 taca Exp $
+# $NetBSD: Makefile,v 1.62 2019/12/16 16:30:14 taca Exp $
DISTNAME= drupal-7.67
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
@@ -13,7 +13,7 @@
DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.4.0:../../graphics/php-gd
DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.4.0:../../textproc/php-json
-PHP_VERSIONS_ACCEPTED= 56 71 72 73
+PHP_VERSIONS_ACCEPTED= 56 72 73
NO_BUILD= YES
DRUPAL= share/drupal
diff -r 0c9042d3db18 -r 40a1e93113ee www/drupal8/Makefile
--- a/www/drupal8/Makefile Mon Dec 16 16:29:17 2019 +0000
+++ b/www/drupal8/Makefile Mon Dec 16 16:30:13 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2019/12/15 18:24:32 taca Exp $
+# $NetBSD: Makefile,v 1.29 2019/12/16 16:30:14 taca Exp $
DISTNAME= drupal-8.7.10
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
@@ -13,7 +13,7 @@
DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.4.0:../../graphics/php-gd
DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.4.0:../../textproc/php-json
-PHP_VERSIONS_ACCEPTED= 71 72 73
+PHP_VERSIONS_ACCEPTED= 72 73
NO_BUILD= YES
DRUPAL= share/drupal
diff -r 0c9042d3db18 -r 40a1e93113ee www/moodle/Makefile
--- a/www/moodle/Makefile Mon Dec 16 16:29:17 2019 +0000
+++ b/www/moodle/Makefile Mon Dec 16 16:30:13 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.80 2019/12/15 18:24:32 taca Exp $
+# $NetBSD: Makefile,v 1.81 2019/12/16 16:30:14 taca Exp $
DISTNAME= moodle-3.8
PKGREVISION= 1
@@ -33,7 +33,7 @@
.include "../../mk/bsd.prefs.mk"
.include "options.mk"
-PHP_VERSIONS_ACCEPTED= 71 72 73
+PHP_VERSIONS_ACCEPTED= 72 73
PKG_GROUPS_VARS= APACHE_GROUP
PKG_USERS_VARS= APACHE_USER
diff -r 0c9042d3db18 -r 40a1e93113ee www/php-apcu/Makefile
--- a/www/php-apcu/Makefile Mon Dec 16 16:29:17 2019 +0000
+++ b/www/php-apcu/Makefile Mon Dec 16 16:30:13 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2019/12/15 18:17:21 taca Exp $
+# $NetBSD: Makefile,v 1.17 2019/12/16 16:30:14 taca Exp $
MODNAME= apcu
PECL_VERSION= 5.1.18
@@ -8,7 +8,7 @@
COMMENT= APCu - APC User Cache
LICENSE= php
-PHP_VERSIONS_ACCEPTED= 71 72 73 74
+PHP_VERSIONS_ACCEPTED= 72 73 74
GNU_CONFIGURE_STRICT= no # --with-pcre-dir is added for all PHP extensions
CONFIGURE_ARGS+= --enable-${MODNAME}
diff -r 0c9042d3db18 -r 40a1e93113ee www/php-apcu_bc/Makefile
--- a/www/php-apcu_bc/Makefile Mon Dec 16 16:29:17 2019 +0000
+++ b/www/php-apcu_bc/Makefile Mon Dec 16 16:30:13 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2019/12/15 18:20:17 taca Exp $
+# $NetBSD: Makefile,v 1.8 2019/12/16 16:30:14 taca Exp $
MODNAME= apcu_bc
PKGMODNAME= apc
@@ -9,7 +9,7 @@
COMMENT= APCu Backwards Compatibility Module
LICENSE= php
-PHP_VERSIONS_ACCEPTED= 71 72 73 74
+PHP_VERSIONS_ACCEPTED= 72 73 74
CONFIGURE_ARGS+= --enable-${MODNAME}
diff -r 0c9042d3db18 -r 40a1e93113ee www/php-concrete5/Makefile
--- a/www/php-concrete5/Makefile Mon Dec 16 16:29:17 2019 +0000
+++ b/www/php-concrete5/Makefile Mon Dec 16 16:30:13 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2019/04/25 07:33:27 maya Exp $
+# $NetBSD: Makefile,v 1.21 2019/12/16 16:30:15 taca Exp $
#
DISTNAME= concrete5.7.5.13
@@ -31,7 +31,7 @@
C5DIR= share/concrete5
INSTALLATION_DIRS= ${C5DIR}
-PHP_VERSIONS_ACCEPTED= 56 71
+PHP_VERSIONS_ACCEPTED= 56
.include "../../lang/php/phpversion.mk"
diff -r 0c9042d3db18 -r 40a1e93113ee www/php-http3/Makefile
--- a/www/php-http3/Makefile Mon Dec 16 16:29:17 2019 +0000
+++ b/www/php-http3/Makefile Mon Dec 16 16:30:13 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2019/08/22 12:23:54 ryoon Exp $
+# $NetBSD: Makefile,v 1.16 2019/12/16 16:30:15 taca Exp $
MODNAME= http
PECL_VERSION= 3.0.1
@@ -14,7 +14,7 @@
CONFLICTS= php-http-[0-9]*
Home |
Main Index |
Thread Index |
Old Index