summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2019-01-14 13:06:10 +0000
committertaca <taca@pkgsrc.org>2019-01-14 13:06:10 +0000
commit683ed5d58d6fb1fc5de6ffec22c473632cb4762c (patch)
treeacb25ca3160c871881579f4510e02da29c7234a8 /security
parenta9f5e793f19124d2c4826a3837788dbdfa2dc1d0 (diff)
downloadpkgsrc-683ed5d58d6fb1fc5de6ffec22c473632cb4762c.tar.gz
Drop support for php70
Drop support for php70 before remove it from pkgsrc.
Diffstat (limited to 'security')
-rw-r--r--security/php-mcrypt/Makefile4
-rw-r--r--security/php-oauth/Makefile4
-rw-r--r--security/php-ssh2/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/security/php-mcrypt/Makefile b/security/php-mcrypt/Makefile
index 1874edcf9ad..630d6ff502d 100644
--- a/security/php-mcrypt/Makefile
+++ b/security/php-mcrypt/Makefile
@@ -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 @@ CONFLICTS= php-mcrypt-[0-9]*
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 --git a/security/php-oauth/Makefile b/security/php-oauth/Makefile
index 5fe7ca3377a..1061f91d323 100644
--- a/security/php-oauth/Makefile
+++ b/security/php-oauth/Makefile
@@ -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 @@ COMMENT= PHP oauth consumer extension
PKGREVISION= 8
LICENSE= modified-bsd
-PHP_VERSIONS_ACCEPTED= 70 71 72
+PHP_VERSIONS_ACCEPTED= 71 72
USE_LANGUAGES= c c++
diff --git a/security/php-ssh2/Makefile b/security/php-ssh2/Makefile
index c3956366e16..c53aaba1bbe 100644
--- a/security/php-ssh2/Makefile
+++ b/security/php-ssh2/Makefile
@@ -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 @@ LICENSE= php
CONFLICTS= ${PHP_PKG_PREFIX}-${MODNAME}<1.0
-PHP_VERSIONS_ACCEPTED= 70 71 72
+PHP_VERSIONS_ACCEPTED= 71 72
CONFIGURE_ARGS+= --with-ssh2=${PREFIX}