summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/php-dbx/Makefile4
-rw-r--r--databases/php-mongo/Makefile4
-rw-r--r--databases/php-redis/Makefile4
-rw-r--r--databases/php-sqlrelay/Makefile4
-rw-r--r--devel/php-igbinary/Makefile4
-rw-r--r--devel/php-memcache/Makefile4
-rw-r--r--devel/php-memcached/Makefile7
-rw-r--r--devel/php-pthreads/Makefile4
-rw-r--r--devel/php-raphf/Makefile4
-rw-r--r--devel/php-xcache/Makefile4
-rw-r--r--devel/php-xdebug/Makefile3
-rw-r--r--mail/imp/Makefile4
-rw-r--r--mail/ingo/Makefile3
-rw-r--r--mail/mimp/Makefile4
-rw-r--r--multimedia/php-ming/Makefile4
-rw-r--r--net/php-geoip/Makefile4
-rw-r--r--net/php-yaz/Makefile4
-rw-r--r--print/php-pdflib/Makefile4
-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
-rw-r--r--www/php-apcu/Makefile4
-rw-r--r--www/php-http/Makefile4
-rw-r--r--www/php-propro/Makefile4
-rw-r--r--www/php-uploadprogress/Makefile4
26 files changed, 77 insertions, 28 deletions
diff --git a/databases/php-dbx/Makefile b/databases/php-dbx/Makefile
index 5b4c003a9e1..e716a785a06 100644
--- a/databases/php-dbx/Makefile
+++ b/databases/php-dbx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2012/10/02 21:25:38 asau Exp $
+# $NetBSD: Makefile,v 1.15 2015/12/19 14:27:12 taca Exp $
MODNAME= dbx
PECL_VERSION= 1.1.2
@@ -10,5 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
CONFLICTS= php-dbx-[0-9]*
+PHP_VERSIONS_ACCEPTED= 55 56
+
.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/databases/php-mongo/Makefile b/databases/php-mongo/Makefile
index e9d77617a8d..a1837bcd013 100644
--- a/databases/php-mongo/Makefile
+++ b/databases/php-mongo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2015/06/13 14:29:54 fhajny Exp $
+# $NetBSD: Makefile,v 1.3 2015/12/19 14:27:13 taca Exp $
MODNAME= mongo
PECL_VERSION= 1.6.9
@@ -9,6 +9,8 @@ HOMEPAGE= http://pecl.php.net/package/mongo
COMMENT= MongoDB database driver
LICENSE= apache-2.0
+PHP_VERSIONS_ACCEPTED= 55 56
+
.include "options.mk"
.include "../../lang/php/ext.mk"
diff --git a/databases/php-redis/Makefile b/databases/php-redis/Makefile
index 5b44cb86d15..6d08cd99251 100644
--- a/databases/php-redis/Makefile
+++ b/databases/php-redis/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2015/08/30 15:17:34 taca Exp $
+# $NetBSD: Makefile,v 1.10 2015/12/19 14:27:13 taca Exp $
#
MODNAME= redis
@@ -15,6 +15,8 @@ HOMEPAGE= https://github.com/nicolasff/phpredis
COMMENT= PHP extension for Redis
LICENSE= php
+PHP_VERSIONS_ACCEPTED= 55 56
+
WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${PECL_VERSION}
.include "../../mk/compiler.mk"
diff --git a/databases/php-sqlrelay/Makefile b/databases/php-sqlrelay/Makefile
index f0222ccc22f..bd28edc87d2 100644
--- a/databases/php-sqlrelay/Makefile
+++ b/databases/php-sqlrelay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/05/22 12:50:47 fhajny Exp $
+# $NetBSD: Makefile,v 1.2 2015/12/19 14:27:13 taca Exp $
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
COMMENT= PHP extension for SQL Relay
@@ -8,6 +8,8 @@ EXTRACT_SUFX= .tar.gz
LICENSE= gnu-gpl-v2 AND php
+PHP_VERSIONS_ACCEPTED= 55 56
+
CONFIGURE_ARGS+= --with-php-prefix=${BUILDLINK_PREFIX.php}
BUILD_DIRS= src/api/php
diff --git a/devel/php-igbinary/Makefile b/devel/php-igbinary/Makefile
index f4506db22f4..d6020522280 100644
--- a/devel/php-igbinary/Makefile
+++ b/devel/php-igbinary/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2015/07/02 13:05:32 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2015/12/19 14:27:13 taca Exp $
MODNAME= igbinary
PECL_VERSION= 1.2.1
@@ -11,6 +11,8 @@ LICENSE= modified-bsd
BUILD_DEPENDS+= re2c>=0.13.0.4:../../devel/re2c
+PHP_VERSIONS_ACCEPTED= 55 56
+
USE_LANGUAGES= c c++
USE_TOOLS+= gsed
CONFIGURE_ARGS+= --enable-${MODNAME}
diff --git a/devel/php-memcache/Makefile b/devel/php-memcache/Makefile
index bdc3baea2f1..1e0f92b59ac 100644
--- a/devel/php-memcache/Makefile
+++ b/devel/php-memcache/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2014/09/24 21:32:32 jperkin Exp $
+# $NetBSD: Makefile,v 1.13 2015/12/19 14:27:13 taca Exp $
#
MODNAME= memcache
@@ -9,6 +9,8 @@ COMMENT= PHP extension for memcached
CONFLICTS= php-memcache-[0-9]*
+PHP_VERSIONS_ACCEPTED= 55 56
+
CONFIGURE_ARGS+= --enable-${MODNAME}
CONFIGURE_ARGS+= --with-zlib-dir=${BUILDLINK_PREFIX.zlib}
WRKSRC= ${WRKDIR}/${MODNAME}-${PECL_VERSION}
diff --git a/devel/php-memcached/Makefile b/devel/php-memcached/Makefile
index b9fdeac8dec..b07861631b9 100644
--- a/devel/php-memcached/Makefile
+++ b/devel/php-memcached/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2015/04/07 23:09:39 rodent Exp $
+# $NetBSD: Makefile,v 1.7 2015/12/19 14:27:13 taca Exp $
#
MODNAME= memcached
@@ -11,10 +11,11 @@ HOMEPAGE= http://github.com/php-memcached-dev/php-memcached
COMMENT= PHP extension for interfacing with memcached via libmemcached library
LICENSE= php
-USE_TOOLS+= pkg-config
-
CONFLICTS= php-memcached-[0-9]*
+PHP_VERSIONS_ACCEPTED= 55 56
+
+USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
CONFIGURE_ARGS+= --enable-${MODNAME}
CONFIGURE_ARGS+= --with-libmemcached-dir=${BUILDLINK_PREFIX.libmemcached}
diff --git a/devel/php-pthreads/Makefile b/devel/php-pthreads/Makefile
index a30f7aef942..c246a190540 100644
--- a/devel/php-pthreads/Makefile
+++ b/devel/php-pthreads/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2015/04/04 13:09:54 rodent Exp $
+# $NetBSD: Makefile,v 1.4 2015/12/19 14:27:13 taca Exp $
MODNAME= pthreads
PECL_VERSION= 2.0.10
@@ -11,6 +11,8 @@ LICENSE= php
BUILD_DEPENDS+= re2c>=0.13.0.4:../../devel/re2c
+PHP_VERSIONS_ACCEPTED= 55 56
+
CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR}
USE_LANGUAGES+= c c++
diff --git a/devel/php-raphf/Makefile b/devel/php-raphf/Makefile
index ede60e61804..e71c43a9784 100644
--- a/devel/php-raphf/Makefile
+++ b/devel/php-raphf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2015/08/30 08:22:53 taca Exp $
+# $NetBSD: Makefile,v 1.4 2015/12/19 14:27:13 taca Exp $
MODNAME= raphf
PECL_VERSION= 1.1.0
@@ -11,6 +11,8 @@ LICENSE= 2-clause-bsd
BUILD_DEPENDS+= re2c>=0.13.0.4:../../devel/re2c
+PHP_VERSIONS_ACCEPTED= 55 56
+
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
diff --git a/devel/php-xcache/Makefile b/devel/php-xcache/Makefile
index d1cd8d71703..356ad94cc41 100644
--- a/devel/php-xcache/Makefile
+++ b/devel/php-xcache/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2015/03/21 21:35:07 rodent Exp $
+# $NetBSD: Makefile,v 1.3 2015/12/19 14:27:13 taca Exp $
MODNAME= xcache
PECL_VERSION= 3.2.0
@@ -14,6 +14,8 @@ LICENSE= modified-bsd
BUILD_DEPENDS+= re2c>=0.13.0.4:../../devel/re2c
+PHP_VERSIONS_ACCEPTED= 55 56
+
USE_LANGUAGES= c c++
USE_TOOLS+= gawk gm4 gsed pax
CONFIGURE_ARGS+= --enable-${MODNAME}
diff --git a/devel/php-xdebug/Makefile b/devel/php-xdebug/Makefile
index 6fb720a08b3..15649386f25 100644
--- a/devel/php-xdebug/Makefile
+++ b/devel/php-xdebug/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2015/08/30 08:26:00 taca Exp $
+# $NetBSD: Makefile,v 1.10 2015/12/19 14:27:13 taca Exp $
#
MODNAME= xdebug
@@ -12,6 +12,7 @@ HOMEPAGE= http://xdebug.org/
COMMENT= PHP extension for debugging
LICENSE= php
+PHP_VERSIONS_ACCEPTED= 55 56
PHP_ZEND_EXTENSION= yes
.include "../../lang/php/ext.mk"
diff --git a/mail/imp/Makefile b/mail/imp/Makefile
index 41c8f0d08f3..6b65d086957 100644
--- a/mail/imp/Makefile
+++ b/mail/imp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2013/03/16 07:21:20 obache Exp $
+# $NetBSD: Makefile,v 1.60 2015/12/19 14:27:14 taca Exp $
DISTNAME= imp-h3-${IMPVER}
PKGNAME= imp-${IMPVER}
@@ -19,6 +19,8 @@ DEPENDS+= ${PHP_PKG_PREFIX}-imap>4.3.3:../../mail/php-imap
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Mail-[0-9]*:../../mail/pear-Mail
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Mail_mimeDecode-[0-9]*:../../mail/pear-Mail_mimeDecode
+PHP_VERSIONS_ACCEPTED= 55 56
+
USE_TOOLS+= pax
PKG_DESTDIR_SUPPORT= destdir
diff --git a/mail/ingo/Makefile b/mail/ingo/Makefile
index 4d2091a6086..b023d77a552 100644
--- a/mail/ingo/Makefile
+++ b/mail/ingo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2013/03/16 07:21:21 obache Exp $
+# $NetBSD: Makefile,v 1.22 2015/12/19 14:27:14 taca Exp $
DISTNAME= ingo-h3-${INGOVER}
PKGNAME= ingo-${INGOVER}
@@ -14,6 +14,7 @@ LICENSE= apache-1.1
DEPENDS+= horde>=3.2:../../www/horde
+PHP_VERSIONS_ACCEPTED= 55 56
PKG_DESTDIR_SUPPORT= destdir
.include "../../mk/bsd.prefs.mk"
diff --git a/mail/mimp/Makefile b/mail/mimp/Makefile
index 1a4d8a89bdd..017cb6e8601 100644
--- a/mail/mimp/Makefile
+++ b/mail/mimp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2013/03/16 07:21:21 obache Exp $
+# $NetBSD: Makefile,v 1.3 2015/12/19 14:27:14 taca Exp $
DISTNAME= mimp-h3-${MIMPVER}
PKGNAME= mimp-${MIMPVER}
@@ -14,6 +14,8 @@ LICENSE= gnu-gpl-v2
DEPENDS+= imp>=4.2:../../mail/imp
+PHP_VERSIONS_ACCEPTED= 55 56
+
USE_TOOLS+= pax
PKG_DESTDIR_SUPPORT= destdir
diff --git a/multimedia/php-ming/Makefile b/multimedia/php-ming/Makefile
index 7fe5cb6875e..8a6529ca72c 100644
--- a/multimedia/php-ming/Makefile
+++ b/multimedia/php-ming/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2014/09/28 03:00:45 obache Exp $
+# $NetBSD: Makefile,v 1.27 2015/12/19 14:27:14 taca Exp $
.include "../../multimedia/ming/Makefile.common"
PECL_VERSION= ${MING_VERSION}
@@ -15,6 +15,8 @@ LICENSE= php
CONFLICTS= php-ming-[0-9]*
+PHP_VERSIONS_ACCEPTED= 55 56
+
CONFIGURE_ARGS+= --with-${MODNAME}=${BUILDLINK_PREFIX.ming}
PHPSETUPSUBDIR= php_ext
MODULESDIR= ${WRKSRC}/${PHPSETUPSUBDIR}/modules
diff --git a/net/php-geoip/Makefile b/net/php-geoip/Makefile
index 61667e10349..963d6a89c29 100644
--- a/net/php-geoip/Makefile
+++ b/net/php-geoip/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2012/10/23 17:18:58 asau Exp $
+# $NetBSD: Makefile,v 1.3 2015/12/19 14:27:14 taca Exp $
#
MODNAME= geoip
@@ -10,6 +10,8 @@ HOMEPAGE= http://pecl.php.net/package/geoip/
COMMENT= PHP module to map IP address to geographic places
LICENSE= php
+PHP_VERSIONS_ACCEPTED= 55 56
+
CONFIGURE_ARGS+= --with-${MODNAME}
CONFIGURE_ARGS+= --with-${PKGMODNAME}=shared,${BUILDLINK_DIR}
diff --git a/net/php-yaz/Makefile b/net/php-yaz/Makefile
index 9d714d20e44..5530552e308 100644
--- a/net/php-yaz/Makefile
+++ b/net/php-yaz/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2015/10/10 01:58:17 ryoon Exp $
+# $NetBSD: Makefile,v 1.30 2015/12/19 14:27:14 taca Exp $
MODNAME= yaz
PECL_VERSION= 1.1.9
@@ -10,6 +10,8 @@ COMMENT= PHP extension for YAZ
PKGREVISION= 1
LICENSE= modified-bsd
+PHP_VERSIONS_ACCEPTED= 55 56
+
CONFIGURE_ARGS+= --with-${PKGMODNAME}=shared,${BUILDLINK_PREFIX.yaz}
.include "../../lang/php/ext.mk"
diff --git a/print/php-pdflib/Makefile b/print/php-pdflib/Makefile
index ab103dd9a9a..7f897112894 100644
--- a/print/php-pdflib/Makefile
+++ b/print/php-pdflib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2015/08/30 14:43:07 taca Exp $
+# $NetBSD: Makefile,v 1.25 2015/12/19 14:27:14 taca Exp $
MODNAME= pdflib
PKGMODNAME= pdf
@@ -9,6 +9,8 @@ COMMENT= PHP extension for PDFlib on-the-fly PDF generation
CONFLICTS= php-pdf-[0-9]*
+PHP_VERSIONS_ACCEPTED= 55 56
+
CONFIGURE_ARGS+= --with-pdflib=shared,${BUILDLINK_PREFIX.pdflib}
.include "../../lang/php/ext.mk"
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"
diff --git a/www/php-apcu/Makefile b/www/php-apcu/Makefile
index 2fa6af581ae..c26c69f7942 100644
--- a/www/php-apcu/Makefile
+++ b/www/php-apcu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/02/01 08:11:20 taca Exp $
+# $NetBSD: Makefile,v 1.2 2015/12/19 14:27:15 taca Exp $
MODNAME= apcu
PECL_VERSION= 4.0.7
@@ -8,6 +8,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= APCu - APC User Cache
LICENSE= php
+PHP_VERSIONS_ACCEPTED= 55 56
+
CONFIGURE_ARGS+= --enable-${MODNAME}
PLIST_SRC+= ${.CURDIR}/PLIST.extras
diff --git a/www/php-http/Makefile b/www/php-http/Makefile
index 1daa08c37ee..4fce3fcaba1 100644
--- a/www/php-http/Makefile
+++ b/www/php-http/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2015/08/30 08:24:42 taca Exp $
+# $NetBSD: Makefile,v 1.5 2015/12/19 14:27:15 taca Exp $
MODNAME= http
PECL_VERSION= 2.5.1
@@ -13,6 +13,8 @@ LICENSE= 2-clause-bsd AND isc
CONFLICTS= php-http-[0-9]*
+PHP_VERSIONS_ACCEPTED= 55 56
+
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
diff --git a/www/php-propro/Makefile b/www/php-propro/Makefile
index ce5ca0dd47b..4a1abe085b6 100644
--- a/www/php-propro/Makefile
+++ b/www/php-propro/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/04/07 23:56:07 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2015/12/19 14:27:15 taca Exp $
MODNAME= propro
PECL_VERSION= 1.0.0
@@ -11,6 +11,8 @@ LICENSE= 2-clause-bsd
BUILD_DEPENDS+= re2c>=0.13.0.4:../../devel/re2c
+PHP_VERSIONS_ACCEPTED= 55 56
+
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
diff --git a/www/php-uploadprogress/Makefile b/www/php-uploadprogress/Makefile
index 06ab251cde4..20f61a004dd 100644
--- a/www/php-uploadprogress/Makefile
+++ b/www/php-uploadprogress/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2015/08/30 15:04:45 taca Exp $
+# $NetBSD: Makefile,v 1.5 2015/12/19 14:27:15 taca Exp $
#
MODNAME= uploadprogress
@@ -8,6 +8,8 @@ CATEGORIES= www
MAINTAINER= mbowie@buzmo.com
COMMENT= PHP extension to track progress of a file upload
+PHP_VERSIONS_ACCEPTED= 55 56
+
CONFIGURE_ARGS+= --enable-${MODNAME}
.include "../../lang/php/ext.mk"