pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Drop support for php70
details: https://anonhg.NetBSD.org/pkgsrc/rev/f96f94f1af6d
branches: trunk
changeset: 317701:f96f94f1af6d
user: taca <taca%pkgsrc.org@localhost>
date: Mon Jan 14 13:06:10 2019 +0000
description:
Drop support for php70
Drop support for php70 before remove it from pkgsrc.
diffstat:
databases/php-sqlrelay/Makefile | 4 ++--
devel/php-gearman/Makefile | 4 ++--
devel/php-raphf2/Makefile | 4 ++--
devel/php-xdebug/Makefile | 4 ++--
math/php-stats/Makefile | 4 ++--
security/php-mcrypt/Makefile | 4 ++--
security/php-oauth/Makefile | 4 ++--
security/php-ssh2/Makefile | 4 ++--
textproc/php-yaml/Makefile | 4 ++--
www/moodle/Makefile | 4 ++--
www/php-apcu/Makefile | 4 ++--
www/php-apcu/distinfo | 10 +++++-----
www/php-apcu_bc/Makefile | 4 ++--
www/php-concrete5/Makefile | 4 ++--
www/php-http3/Makefile | 4 ++--
www/php-propro2/Makefile | 4 ++--
16 files changed, 35 insertions(+), 35 deletions(-)
diffs (284 lines):
diff -r 85fa008c3503 -r f96f94f1af6d databases/php-sqlrelay/Makefile
--- a/databases/php-sqlrelay/Makefile Mon Jan 14 10:54:36 2019 +0000
+++ b/databases/php-sqlrelay/Makefile Mon Jan 14 13:06:10 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2019/01/12 03:37:09 taca Exp $
+# $NetBSD: Makefile,v 1.17 2019/01/14 13:06:10 taca Exp $
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
PKGREVISION= 6
@@ -9,7 +9,7 @@
LICENSE= gnu-gpl-v2 AND php
-PHP_VERSIONS_ACCEPTED= 56 70 71 72
+PHP_VERSIONS_ACCEPTED= 56 71 72
CONFIGURE_ARGS+= --with-php-prefix=${BUILDLINK_PREFIX.php}
diff -r 85fa008c3503 -r f96f94f1af6d devel/php-gearman/Makefile
--- a/devel/php-gearman/Makefile Mon Jan 14 10:54:36 2019 +0000
+++ b/devel/php-gearman/Makefile Mon Jan 14 13:06:10 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2018/12/13 19:51:49 adam Exp $
+# $NetBSD: Makefile,v 1.8 2019/01/14 13:06:10 taca Exp $
MODNAME= gearman
PECL_VERSION= 2.0.5
@@ -18,7 +18,7 @@
WRKSRC= ${WRKDIR}/pecl-gearman-gearman-${PECL_VERSION}
-PHP_VERSIONS_ACCEPTED= 70 71 72
+PHP_VERSIONS_ACCEPTED= 71 72
CONFIGURE_ARGS+= --with-gearman=shared,${BUILDLINK_PREFIX.gearmand}
diff -r 85fa008c3503 -r f96f94f1af6d devel/php-raphf2/Makefile
--- a/devel/php-raphf2/Makefile Mon Jan 14 10:54:36 2019 +0000
+++ b/devel/php-raphf2/Makefile Mon Jan 14 13:06:10 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2017/12/09 02:28:19 taca Exp $
+# $NetBSD: Makefile,v 1.4 2019/01/14 13:06:11 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= 70 71 72
+PHP_VERSIONS_ACCEPTED= 71 72
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
diff -r 85fa008c3503 -r f96f94f1af6d devel/php-xdebug/Makefile
--- a/devel/php-xdebug/Makefile Mon Jan 14 10:54:36 2019 +0000
+++ b/devel/php-xdebug/Makefile Mon Jan 14 13:06:10 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2018/09/23 18:41:46 taca Exp $
+# $NetBSD: Makefile,v 1.21 2019/01/14 13:06:11 taca Exp $
#
MODNAME= xdebug
@@ -14,7 +14,7 @@
PHP_ZEND_EXTENSION= yes
-PHP_VERSIONS_ACCEPTED= 70 71 72
+PHP_VERSIONS_ACCEPTED= 71 72
.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 85fa008c3503 -r f96f94f1af6d math/php-stats/Makefile
--- a/math/php-stats/Makefile Mon Jan 14 10:54:36 2019 +0000
+++ b/math/php-stats/Makefile Mon Jan 14 13:06:10 2019 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.3 2017/11/15 09:15:50 jdolecek Exp $
+# $NetBSD: Makefile,v 1.4 2019/01/14 13:06:11 taca Exp $
MODNAME= stats
PECL_VERSION= 2.0.3
CATEGORIES+= math
COMMENT= PHP extension for statistical computation
-PHP_VERSIONS_ACCEPTED= 70 71 72
+PHP_VERSIONS_ACCEPTED= 71 72
CONFIGURE_ARGS+= --enable-${MODNAME}
diff -r 85fa008c3503 -r f96f94f1af6d security/php-mcrypt/Makefile
--- a/security/php-mcrypt/Makefile Mon Jan 14 10:54:36 2019 +0000
+++ b/security/php-mcrypt/Makefile Mon Jan 14 13:06:10 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2016/12/23 23:01:13 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2019/01/14 13:06:11 taca Exp $
MODNAME= mcrypt
CATEGORIES+= security
@@ -9,7 +9,7 @@
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.libmcrypt}
# mcrypt is deprecated and removed in 7.1.x
-PHP_VERSIONS_ACCEPTED= 56 70
+PHP_VERSIONS_ACCEPTED= 56
.include "../../lang/php/ext.mk"
.include "../../security/libmcrypt/buildlink3.mk"
diff -r 85fa008c3503 -r f96f94f1af6d security/php-oauth/Makefile
--- a/security/php-oauth/Makefile Mon Jan 14 10:54:36 2019 +0000
+++ b/security/php-oauth/Makefile Mon Jan 14 13:06:10 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2018/12/13 19:52:20 adam Exp $
+# $NetBSD: Makefile,v 1.17 2019/01/14 13:06:11 taca Exp $
MODNAME= oauth
PECL_VERSION= 2.0.1
@@ -9,7 +9,7 @@
PKGREVISION= 8
LICENSE= modified-bsd
-PHP_VERSIONS_ACCEPTED= 70 71 72
+PHP_VERSIONS_ACCEPTED= 71 72
USE_LANGUAGES= c c++
diff -r 85fa008c3503 -r f96f94f1af6d security/php-ssh2/Makefile
--- a/security/php-ssh2/Makefile Mon Jan 14 10:54:36 2019 +0000
+++ b/security/php-ssh2/Makefile Mon Jan 14 13:06:10 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2018/12/15 21:12:22 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2019/01/14 13:06:11 taca Exp $
#
MODNAME= ssh2
@@ -12,7 +12,7 @@
CONFLICTS= ${PHP_PKG_PREFIX}-${MODNAME}<1.0
-PHP_VERSIONS_ACCEPTED= 70 71 72
+PHP_VERSIONS_ACCEPTED= 71 72
CONFIGURE_ARGS+= --with-ssh2=${PREFIX}
diff -r 85fa008c3503 -r f96f94f1af6d textproc/php-yaml/Makefile
--- a/textproc/php-yaml/Makefile Mon Jan 14 10:54:36 2019 +0000
+++ b/textproc/php-yaml/Makefile Mon Jan 14 13:06:10 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/12/01 12:23:47 roy Exp $
+# $NetBSD: Makefile,v 1.2 2019/01/14 13:06:11 taca Exp $
MODNAME= yaml
PECL_VERSION= 2.0.0
@@ -7,7 +7,7 @@
COMMENT= YAML-1.1 parser and emitter
LICENSE= mit
-PHP_VERSIONS_ACCEPTED= 70 71
+PHP_VERSIONS_ACCEPTED= 71
CONFIGURE_ARGS+= --enable-${MODNAME}
diff -r 85fa008c3503 -r f96f94f1af6d www/moodle/Makefile
--- a/www/moodle/Makefile Mon Jan 14 10:54:36 2019 +0000
+++ b/www/moodle/Makefile Mon Jan 14 13:06:10 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2018/12/07 00:30:32 wen Exp $
+# $NetBSD: Makefile,v 1.70 2019/01/14 13:06:11 taca Exp $
DISTNAME= moodle-3.6.1
CATEGORIES= www
@@ -33,7 +33,7 @@
.include "options.mk"
PHP_VERSIONS_INCOMPATIBLE= 56
-PHP_VERSIONS_ACCEPTED= 70 71 72
+PHP_VERSIONS_ACCEPTED= 71 72
PKG_GROUPS_VARS= APACHE_GROUP
PKG_USERS_VARS= APACHE_USER
diff -r 85fa008c3503 -r f96f94f1af6d www/php-apcu/Makefile
--- a/www/php-apcu/Makefile Mon Jan 14 10:54:36 2019 +0000
+++ b/www/php-apcu/Makefile Mon Jan 14 13:06:10 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2018/02/16 06:58:53 jdolecek Exp $
+# $NetBSD: Makefile,v 1.12 2019/01/14 13:06:11 taca Exp $
MODNAME= apcu
PECL_VERSION= 5.1.10
@@ -8,7 +8,7 @@
COMMENT= APCu - APC User Cache
LICENSE= php
-PHP_VERSIONS_ACCEPTED= 70 71 72
+PHP_VERSIONS_ACCEPTED= 71 72
CONFIGURE_ARGS+= --enable-${MODNAME}
diff -r 85fa008c3503 -r f96f94f1af6d www/php-apcu/distinfo
--- a/www/php-apcu/distinfo Mon Jan 14 10:54:36 2019 +0000
+++ b/www/php-apcu/distinfo Mon Jan 14 13:06:10 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2018/02/16 06:58:53 jdolecek Exp $
+$NetBSD: distinfo,v 1.12 2019/01/14 13:06:11 taca Exp $
-SHA1 (php-apcu/apcu-5.1.10.tgz) = 1ba89d533e44411ace5088e611138006007c1bb4
-RMD160 (php-apcu/apcu-5.1.10.tgz) = d877ffce72bf66ca21f196a46a21237ad7e1dc7a
-SHA512 (php-apcu/apcu-5.1.10.tgz) = fdf82f2b46231849b373f50d1255bcedab8fbefa7ded7c157649cf6406fb593cc2f4e63ca7d3cecfbadb4533ecd8d0ad80e198626dc1489cea8a22ba87ca583a
-Size (php-apcu/apcu-5.1.10.tgz) = 111937 bytes
+SHA1 (php-apcu/apcu-5.1.16.tgz) = 19cc0da63b4c1f2ede56dbf00d68c7ea06439bd2
+RMD160 (php-apcu/apcu-5.1.16.tgz) = 2ed4cc7d3339fb81b136ca12990475776c207877
+SHA512 (php-apcu/apcu-5.1.16.tgz) = cda2b61540b786cdecc09a2c1f77c5bf91cc118ac97fa929f1d4c3c63d29969397cf3ee37691a86e7bd7784411046df5d93efe37b4cc0c1ce903dfa7dc7dce89
+Size (php-apcu/apcu-5.1.16.tgz) = 94032 bytes
diff -r 85fa008c3503 -r f96f94f1af6d www/php-apcu_bc/Makefile
--- a/www/php-apcu_bc/Makefile Mon Jan 14 10:54:36 2019 +0000
+++ b/www/php-apcu_bc/Makefile Mon Jan 14 13:06:10 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2017/11/15 09:15:50 jdolecek Exp $
+# $NetBSD: Makefile,v 1.4 2019/01/14 13:06:11 taca Exp $
MODNAME= apcu_bc
PKGMODNAME= apc
@@ -9,7 +9,7 @@
COMMENT= APCu Backwards Compatibility Module
LICENSE= php
-PHP_VERSIONS_ACCEPTED= 70 71 72
+PHP_VERSIONS_ACCEPTED= 71 72
CONFIGURE_ARGS+= --enable-${MODNAME}
diff -r 85fa008c3503 -r f96f94f1af6d www/php-concrete5/Makefile
--- a/www/php-concrete5/Makefile Mon Jan 14 10:54:36 2019 +0000
+++ b/www/php-concrete5/Makefile Mon Jan 14 13:06:10 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2018/12/16 02:59:43 taca Exp $
+# $NetBSD: Makefile,v 1.19 2019/01/14 13:06:12 taca Exp $
#
DISTNAME= concrete5.7.5.13
@@ -30,7 +30,7 @@
C5DIR= share/concrete5
INSTALLATION_DIRS= ${C5DIR}
-PHP_VERSIONS_ACCEPTED= 56 70 71
+PHP_VERSIONS_ACCEPTED= 56 71
.include "../../lang/php/phpversion.mk"
diff -r 85fa008c3503 -r f96f94f1af6d www/php-http3/Makefile
--- a/www/php-http3/Makefile Mon Jan 14 10:54:36 2019 +0000
+++ b/www/php-http3/Makefile Mon Jan 14 13:06:10 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2018/12/15 21:12:24 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2019/01/14 13:06:12 taca Exp $
MODNAME= http
PECL_VERSION= 3.0.1
@@ -14,7 +14,7 @@
CONFLICTS= php-http-[0-9]*
-PHP_VERSIONS_ACCEPTED= 70 71 72
+PHP_VERSIONS_ACCEPTED= 71 72
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
diff -r 85fa008c3503 -r f96f94f1af6d www/php-propro2/Makefile
--- a/www/php-propro2/Makefile Mon Jan 14 10:54:36 2019 +0000
+++ b/www/php-propro2/Makefile Mon Jan 14 13:06:10 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2017/12/09 02:39:19 taca Exp $
+# $NetBSD: Makefile,v 1.4 2019/01/14 13:06:12 taca Exp $
MODNAME= propro
PECL_VERSION= 2.0.0
@@ -11,7 +11,7 @@
BUILD_DEPENDS+= re2c>=0.13.0.4:../../devel/re2c
-PHP_VERSIONS_ACCEPTED= 70 71 72
+PHP_VERSIONS_ACCEPTED= 71 72
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
Home |
Main Index |
Thread Index |
Old Index