summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-12-19 14:27:12 +0000
committertaca <taca@pkgsrc.org>2015-12-19 14:27:12 +0000
commitcd0813ce61e3870a125aef80860b791c46c134f3 (patch)
treeda5e1cb19fe15553adefed6a3dce16bb4c913420 /security
parent897b7dfe7a0e6e790d70aeb0cf75e22729d02e19 (diff)
downloadpkgsrc-cd0813ce61e3870a125aef80860b791c46c134f3.tar.gz
Restrict PHP_VERSIONS_ACCEPTED to 55 and 56.
Diffstat (limited to 'security')
-rw-r--r--security/php-oauth/Makefile4
-rw-r--r--security/php-ssdeep/Makefile4
-rw-r--r--security/php-ssh2/Makefile4
-rw-r--r--security/php-suhosin/Makefile4
4 files changed, 12 insertions, 4 deletions
diff --git a/security/php-oauth/Makefile b/security/php-oauth/Makefile
index 62e6aee9482..c331eb3facd 100644
--- a/security/php-oauth/Makefile
+++ b/security/php-oauth/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2015/09/03 06:19:26 fhajny Exp $
+# $NetBSD: Makefile,v 1.4 2015/12/19 14:27:14 taca Exp $
MODNAME= oauth
PKGREVISION= 2
@@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= PHP oauth consumer extension
LICENSE= modified-bsd
+PHP_VERSIONS_ACCEPTED= 55 56
+
USE_LANGUAGES= c c++
CONFIGURE_ARGS+= --with-curl=${BUILDLINK_PREFIX.curl}
diff --git a/security/php-ssdeep/Makefile b/security/php-ssdeep/Makefile
index ca0c23b3e6e..0b0fed3accc 100644
--- a/security/php-ssdeep/Makefile
+++ b/security/php-ssdeep/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2015/08/30 14:52:39 taca Exp $
+# $NetBSD: Makefile,v 1.4 2015/12/19 14:27:14 taca Exp $
#
MODNAME= ssdeep
@@ -10,6 +10,8 @@ HOMEPAGE= http://treffynnon.github.io/php_ssdeep/
COMMENT= PHP extension for ssdeep
LICENSE= artistic
+PHP_VERSIONS_ACCEPTED= 55 56
+
CONFIGURE_ARGS+= --with-ssdeep=${PREFIX}
CONFLICTS= php-ssdeep-[0-9]*
diff --git a/security/php-ssh2/Makefile b/security/php-ssh2/Makefile
index c51ec4604dd..8ede5510be1 100644
--- a/security/php-ssh2/Makefile
+++ b/security/php-ssh2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2015/07/26 18:07:55 nros Exp $
+# $NetBSD: Makefile,v 1.4 2015/12/19 14:27:14 taca Exp $
#
MODNAME= ssh2
@@ -13,6 +13,8 @@ LICENSE= php
CONFLICTS= php-ssh2-[0-9]*
+PHP_VERSIONS_ACCEPTED= 55 56
+
CONFIGURE_ARGS+= --with-ssh2=${PREFIX}
#WRKSRC= ${WRKDIR}/${MODNAME}-${PECL_VERSION}
diff --git a/security/php-suhosin/Makefile b/security/php-suhosin/Makefile
index 2c476536bb0..89da8070924 100644
--- a/security/php-suhosin/Makefile
+++ b/security/php-suhosin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2015/08/30 14:54:49 taca Exp $
+# $NetBSD: Makefile,v 1.13 2015/12/19 14:27:14 taca Exp $
#
MODNAME= suhosin
@@ -15,6 +15,8 @@ HOMEPAGE= http://www.suhosin.org/
COMMENT= Advanced protection system for PHP installations
LICENSE= php
+PHP_VERSIONS_ACCEPTED= 55 56
+
CONFIGURE_ARGS= --enable-${MODNAME}
.include "../../lang/php/ext.mk"