summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca>2015-12-06 12:13:12 +0000
committertaca <taca>2015-12-06 12:13:12 +0000
commitbc5b2a227c3de16c9102823be25a9f9fb22a52c9 (patch)
tree6f520af076bc276061834128125ed219ffde8956
parentfc4882b1b99d0e98c729a74e73b668f30975fe92 (diff)
downloadpkgsrc-bc5b2a227c3de16c9102823be25a9f9fb22a52c9.tar.gz
Explicitly restrict PHP_VERSIONS_ACCEPTED to 55 and 56 for packages which
use php-mysql package.
-rw-r--r--audio/ampache/Makefile3
-rw-r--r--databases/pear-MDB2_Driver_mysql/Makefile3
-rw-r--r--databases/php-mysql/Makefile3
-rw-r--r--databases/phpmyadmin/Makefile4
-rw-r--r--devel/mantis/Makefile4
-rw-r--r--mail/turba/options.mk3
-rw-r--r--misc/php-orangehrm/Makefile4
-rw-r--r--net/cacti/Makefile4
-rw-r--r--security/base/Makefile4
-rw-r--r--security/zoneminder/Makefile4
-rw-r--r--time/kronolith/Makefile4
-rw-r--r--time/php-mrbs/options.mk3
-rw-r--r--www/blur6ex/Makefile4
-rw-r--r--www/drupal6/options.mk3
-rw-r--r--www/fengoffice/Makefile4
-rw-r--r--www/gallery2/Makefile4
-rw-r--r--www/geeklog/Makefile4
-rw-r--r--www/horde/options.mk3
-rw-r--r--www/matcha-sns/Makefile4
-rw-r--r--www/mediawiki/options.mk3
-rw-r--r--www/moodle/options.mk3
-rw-r--r--www/php-ja-wordpress/Makefile4
-rw-r--r--www/php-tt-rss/options.mk3
-rw-r--r--www/phraseanet/Makefile3
-rw-r--r--www/wordpress/Makefile4
25 files changed, 64 insertions, 25 deletions
diff --git a/audio/ampache/Makefile b/audio/ampache/Makefile
index 84bb4bf525e..fcdad851e1b 100644
--- a/audio/ampache/Makefile
+++ b/audio/ampache/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2014/04/19 01:14:41 asau Exp $
+# $NetBSD: Makefile,v 1.12 2015/12/06 12:13:12 taca Exp $
#
DISTNAME= ampache-3.5.3
@@ -16,6 +16,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-iconv>=0:../../converters/php-iconv
DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=0:../../converters/php-mbstring
DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=0:../../databases/php-mysql
+PHP_VERSIONS_ACCEPTED= 55 56
NO_BUILD= yes
USE_LANGUAGES= # none
USE_PKGLOCALEDIR= yes
diff --git a/databases/pear-MDB2_Driver_mysql/Makefile b/databases/pear-MDB2_Driver_mysql/Makefile
index 88aade14ac9..a72fd4c52d5 100644
--- a/databases/pear-MDB2_Driver_mysql/Makefile
+++ b/databases/pear-MDB2_Driver_mysql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2013/03/16 03:33:45 taca Exp $
+# $NetBSD: Makefile,v 1.9 2015/12/06 12:13:12 taca Exp $
DISTNAME= MDB2_Driver_mysql-1.5.0b4
CATEGORIES= databases
@@ -12,6 +12,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-mysql-[0-9]*:../../databases/php-mysql
DEPENDS+= ${PHP_PKG_PREFIX}-pear-MDB2>=2.5:../../databases/pear-MDB2
PEAR_DIRRM_EXCLUDE= lib/php/MDB2
+PHP_VERSIONS_ACCEPTED= 55 56
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/databases/php-mysql/Makefile b/databases/php-mysql/Makefile
index b21c0ef8023..22e612d9e38 100644
--- a/databases/php-mysql/Makefile
+++ b/databases/php-mysql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2015/11/25 12:49:27 jperkin Exp $
+# $NetBSD: Makefile,v 1.23 2015/12/06 12:13:12 taca Exp $
MODNAME= mysql
CATEGORIES+= databases
@@ -8,6 +8,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
CONFLICTS= php-mysql-[0-9]*
+PHP_VERSIONS_ACCEPTED= 55 56
USE_PHP_EXT_PATCHES= yes
PKG_OPTIONS_VAR= PKG_OPTIONS.php-mysql
diff --git a/databases/phpmyadmin/Makefile b/databases/phpmyadmin/Makefile
index dbd4a80e8da..49edb55d182 100644
--- a/databases/phpmyadmin/Makefile
+++ b/databases/phpmyadmin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.146 2015/05/15 17:36:06 tron Exp $
+# $NetBSD: Makefile,v 1.147 2015/12/06 12:13:12 taca Exp $
DISTNAME= phpMyAdmin-${DIST_VERSION}-all-languages
PKGNAME= phpmyadmin-${DIST_VERSION:S/-//}
@@ -21,6 +21,8 @@ DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.3.0:../../graphics/php-gd
DEPENDS+= ${PHP_PKG_PREFIX}-mcrypt>=5.3.0:../../security/php-mcrypt
DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.3.0:../../textproc/php-json
+PHP_VERSIONS_ACCEPTED= 55 56
+
FILES_SUBST+= APACHE_GROUP=${APACHE_GROUP} APACHE_USER=${APACHE_USER}
FILES_SUBST+= PMSETUPDIR=${PMSETUPDIR} PMSETUPFILE=${PMSETUPFILE}
PLIST_SUBST+= DIST_VERSION=${DIST_VERSION:Q}
diff --git a/devel/mantis/Makefile b/devel/mantis/Makefile
index df5dd39811d..5cd40b18c7a 100644
--- a/devel/mantis/Makefile
+++ b/devel/mantis/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2014/09/24 01:06:26 rodent Exp $
+# $NetBSD: Makefile,v 1.44 2015/12/06 12:13:12 taca Exp $
DISTNAME= mantisbt-1.2.17
PKGNAME= ${DISTNAME:S/mantisbt/mantis/}
@@ -13,6 +13,8 @@ LICENSE= gnu-gpl-v2
DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=4.0.6:../../www/ap-php
DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=4.0.6:../../databases/php-mysql
+PHP_VERSIONS_ACCEPTED= 55 56
+
NO_BUILD= YES
USE_TOOLS+= bash:run pax
diff --git a/mail/turba/options.mk b/mail/turba/options.mk
index 27f39d1266c..ac8f1e764a0 100644
--- a/mail/turba/options.mk
+++ b/mail/turba/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2006/06/02 18:27:56 joerg Exp $
+# $NetBSD: options.mk,v 1.4 2015/12/06 12:13:12 taca Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.turba
PKG_SUPPORTED_OPTIONS= ldap mysql
@@ -18,4 +18,5 @@ DEPENDS+= ${PHP_PKG_PREFIX}-ldap>=4.3.3:../../databases/php-ldap
###
.if !empty(PKG_OPTIONS:Mmysql)
DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=4.3.3:../../databases/php-mysql
+PHP_VERSIONS_ACCEPTED= 55 56
.endif
diff --git a/misc/php-orangehrm/Makefile b/misc/php-orangehrm/Makefile
index a4e8c9f6a6b..7f6885ec50a 100644
--- a/misc/php-orangehrm/Makefile
+++ b/misc/php-orangehrm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2012/10/08 09:57:35 asau Exp $
+# $NetBSD: Makefile,v 1.6 2015/12/06 12:13:12 taca Exp $
#
DISTNAME= orangehrm-2.7
@@ -15,6 +15,8 @@ DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=5.2.0:../../databases/php-mysql
DEPENDS+= ${PHP_PKG_PREFIX}-mysqli>=5.2.0:../../databases/php-mysqli
DEPENDS+= ${PHP_PKG_PREFIX}-pdo_mysql>=5.2.0:../../databases/php-pdo_mysql
+PHP_VERSIONS_ACCEPTED= 55 56
+
EXTRACT_USING= bsdtar
USE_TOOLS+= pax
diff --git a/net/cacti/Makefile b/net/cacti/Makefile
index c5b95331114..52b0c8cb139 100644
--- a/net/cacti/Makefile
+++ b/net/cacti/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2015/04/25 14:23:43 tnn Exp $
+# $NetBSD: Makefile,v 1.28 2015/12/06 12:13:12 taca Exp $
DISTNAME= cacti-0.8.8c
PKGREVISION= 1
@@ -19,6 +19,8 @@ DEPENDS+= ${PHP_PKG_PREFIX}-snmp-[0-9]*:../../net/php-snmp
DEPENDS+= ${PHP_PKG_PREFIX}-sockets-[0-9]*:../../net/php-sockets
DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}-[0-9]*:../../www/ap-php
+PHP_VERSIONS_ACCEPTED= 55 56
+
.include "../../mk/bsd.prefs.mk"
.include "../../lang/php/phpversion.mk"
.include "../../mk/apache.mk"
diff --git a/security/base/Makefile b/security/base/Makefile
index b8c033c5b35..09ba31e1208 100644
--- a/security/base/Makefile
+++ b/security/base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2015/06/12 10:51:01 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2015/12/06 12:13:12 taca Exp $
#
DISTNAME= base-1.4.3.1
@@ -28,6 +28,8 @@ DEPENDS+= ${PHP_PKG_PREFIX}-pear-Mail-[0-9]*:../../mail/pear-Mail
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Mail_Mime-[0-9]*:../../mail/pear-Mail_Mime
DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=4.0.4:../../www/ap-php
+PHP_VERSIONS_ACCEPTED= 55 56
+
NO_BUILD= YES
#WRKSRC= ${WRKDIR}/base-php4
diff --git a/security/zoneminder/Makefile b/security/zoneminder/Makefile
index fa413a3f50e..52193e6e19b 100644
--- a/security/zoneminder/Makefile
+++ b/security/zoneminder/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2015/11/18 14:19:54 ryoon Exp $
+# $NetBSD: Makefile,v 1.24 2015/12/06 12:13:12 taca Exp $
PKGNAME= ${DISTNAME:S/ZoneMinder-/zoneminder-/}
DISTNAME= ZoneMinder-1.28.1
@@ -19,6 +19,8 @@ EXTRACT_USING= gtar
DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm
+PHP_VERSIONS_ACCEPTED= 55 56
+
PKG_OPTIONS_VAR= PKG_OPTIONS.zoneminder
PKG_SUPPORTED_OPTIONS= apache
PKG_SUGGESTED_OPTIONS= apache
diff --git a/time/kronolith/Makefile b/time/kronolith/Makefile
index 3d064eef92f..eea89cb9fa1 100644
--- a/time/kronolith/Makefile
+++ b/time/kronolith/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2013/08/07 19:19:58 bouyer Exp $
+# $NetBSD: Makefile,v 1.23 2015/12/06 12:13:12 taca Exp $
DISTNAME= kronolith-h3-${KRONOLITHVER}
PKGNAME= kronolith-${KRONOLITHVER}
@@ -16,6 +16,8 @@ DEPENDS+= horde>=3.2:../../www/horde
DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=4.3.3:../../databases/php-mysql
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Date-[0-9]*:../../time/pear-Date
+PHP_VERSIONS_ACCEPTED= 55 56
+
USE_TOOLS+= pax
.include "../../mk/bsd.prefs.mk"
diff --git a/time/php-mrbs/options.mk b/time/php-mrbs/options.mk
index 4b163074610..f23a46a5569 100644
--- a/time/php-mrbs/options.mk
+++ b/time/php-mrbs/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2015/01/31 12:23:14 bouyer Exp $
+# $NetBSD: options.mk,v 1.2 2015/12/06 12:13:12 taca Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.php-mrbs
@@ -14,6 +14,7 @@ PKG_SUGGESTED_OPTIONS= mysql
###
.if !empty(PKG_OPTIONS:Mmysql)
DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=5.2.0:../../databases/php-mysql
+PHP_VERSIONS_ACCEPTED= 55 56
.elif !empty(PKG_OPTIONS:Mpgsql)
DEPENDS+= ${PHP_PKG_PREFIX}-pgsql>=5.2.0:../../databases/php-pgsql
.else
diff --git a/www/blur6ex/Makefile b/www/blur6ex/Makefile
index 0be22c44880..21802336b2f 100644
--- a/www/blur6ex/Makefile
+++ b/www/blur6ex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2013/03/16 07:21:23 obache Exp $
+# $NetBSD: Makefile,v 1.18 2015/12/06 12:13:12 taca Exp $
#
DISTNAME= blur6ex-0.1.198
@@ -13,6 +13,8 @@ COMMENT= Weblog and content framework
DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=4.0.0:../../www/ap-php
DEPENDS+= ${PHP_PKG_PREFIX}-mysql-[0-9]*:../../databases/php-mysql
+PHP_VERSIONS_ACCEPTED= 55 56
+
USE_TOOLS+= pax
NO_CONFIGURE= yes
diff --git a/www/drupal6/options.mk b/www/drupal6/options.mk
index 3080e79bcdc..5056975a74b 100644
--- a/www/drupal6/options.mk
+++ b/www/drupal6/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2012/04/14 16:25:11 adam Exp $
+# $NetBSD: options.mk,v 1.8 2015/12/06 12:13:13 taca Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.drupal
@@ -20,6 +20,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-pgsql-[0-9]*:../../databases/php-pgsql
### Use MySQL for storing Drupal data
###
DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=4.3.3:../../databases/php-mysql
+PHP_VERSIONS_ACCEPTED= 55 56
.endif
###
diff --git a/www/fengoffice/Makefile b/www/fengoffice/Makefile
index 016c041c46b..64597b2b6ad 100644
--- a/www/fengoffice/Makefile
+++ b/www/fengoffice/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2015/09/27 07:21:39 taca Exp $
+# $NetBSD: Makefile,v 1.35 2015/12/06 12:13:13 taca Exp $
#
DISTNAME= fengoffice_3.2.2.1
@@ -21,6 +21,8 @@ DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.1.0:../../graphics/php-gd
DEPENDS+= ${PHP_PKG_PREFIX}-dom>=5.1.0:../../textproc/php-dom
DEPENDS+= ${PHP_PKG_PREFIX}-imap>=5.1.0:../../mail/php-imap
+PHP_VERSIONS_ACCEPTED= 55 56
+
WRKSRC= ${WRKDIR}/fengoffice
USE_TOOLS= pax
NO_BUILD= yes
diff --git a/www/gallery2/Makefile b/www/gallery2/Makefile
index 7ef65e7a298..3fc90b15883 100644
--- a/www/gallery2/Makefile
+++ b/www/gallery2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2013/07/19 03:59:59 taca Exp $
+# $NetBSD: Makefile,v 1.13 2015/12/06 12:13:13 taca Exp $
#
DISTNAME= gallery-2.3.2-full
@@ -16,6 +16,8 @@ DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.0.4:../../graphics/php-gd
DEPENDS+= ${PHP_PKG_PREFIX}-gettext>=5.0.4:../../devel/php-gettext
DEPENDS+= ${PHP_PKG_PREFIX}-{mysql,pgsql}-[0-9]*:../../databases/php-mysql
+PHP_VERSIONS_ACCEPTED= 55 56
+
USE_TOOLS= pax
USE_LANGUAGES= # none
diff --git a/www/geeklog/Makefile b/www/geeklog/Makefile
index ca15eb3b93f..9b6853aed72 100644
--- a/www/geeklog/Makefile
+++ b/www/geeklog/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2015/11/29 03:05:15 taca Exp $
+# $NetBSD: Makefile,v 1.44 2015/12/06 12:13:13 taca Exp $
#
DISTNAME= geeklog-${VER}
@@ -15,6 +15,8 @@ LICENSE= gnu-gpl-v2
DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=4.3.3:../../www/ap-php
DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=4.3.0:../../databases/php-mysql
+PHP_VERSIONS_ACCEPTED= 55 56
+
USE_TOOLS+= pax
VER= 2.1.0
diff --git a/www/horde/options.mk b/www/horde/options.mk
index 0721057616c..f8bef7c1b8f 100644
--- a/www/horde/options.mk
+++ b/www/horde/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2010/09/30 08:17:23 obache Exp $
+# $NetBSD: options.mk,v 1.3 2015/12/06 12:13:13 taca Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.horde
PKG_SUPPORTED_OPTIONS= ldap pgsql mysql
@@ -25,4 +25,5 @@ DEPENDS+= ${PHP_PKG_PREFIX}-pgsql>=4.3.3:../../databases/php-pgsql
###
.if !empty(PKG_OPTIONS:Mmysql)
DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=4.3.3:../../databases/php-mysql
+PHP_VERSIONS_ACCEPTED= 55 56
.endif
diff --git a/www/matcha-sns/Makefile b/www/matcha-sns/Makefile
index 741fe6b7147..e98b152fabd 100644
--- a/www/matcha-sns/Makefile
+++ b/www/matcha-sns/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2015/11/25 12:54:07 jperkin Exp $
+# $NetBSD: Makefile,v 1.4 2015/12/06 12:13:13 taca Exp $
#
DISTNAME= matcha-sns-1.3.7
@@ -16,6 +16,8 @@ DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.2.0:../../graphics/php-gd
DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=5.2.0:../../databases/php-mysql
DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.2.0:../../converters/php-mbstring
+PHP_VERSIONS_ACCEPTED= 55 56
+
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= # none
NO_BUILD= yes
diff --git a/www/mediawiki/options.mk b/www/mediawiki/options.mk
index d7376d0e92a..f074edf38e0 100644
--- a/www/mediawiki/options.mk
+++ b/www/mediawiki/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2011/09/10 16:36:27 abs Exp $
+# $NetBSD: options.mk,v 1.4 2015/12/06 12:13:13 taca Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.mediawiki
@@ -15,6 +15,7 @@ PKG_SUGGESTED_OPTIONS= apache mysql
###
.if !empty(PKG_OPTIONS:Mmysql)
DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=4.3.10:../../databases/php-mysql
+PHP_VERSIONS_ACCEPTED= 55 56
.elif !empty(PKG_OPTIONS:Mpgsql)
DEPENDS+= ${PHP_PKG_PREFIX}-pgsql>=5:../../databases/php-pgsql
.endif
diff --git a/www/moodle/options.mk b/www/moodle/options.mk
index ed20d507801..ca10a9946cf 100644
--- a/www/moodle/options.mk
+++ b/www/moodle/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2011/03/07 21:32:47 gls Exp $
+# $NetBSD: options.mk,v 1.3 2015/12/06 12:13:13 taca Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.moodle
@@ -13,6 +13,7 @@ PKG_SUGGESTED_OPTIONS= mysql
###
.if !empty(PKG_OPTIONS:Mmysql)
DEPENDS+= ${PHP_PKG_PREFIX}-mysqli>=5.2.14:../../databases/php-mysqli
+PHP_VERSIONS_ACCEPTED= 55 56
.elif !empty(PKG_OPTIONS:Mpgsql)
DEPENDS+= ${PHP_PKG_PREFIX}-pgsql>=5:../../databases/php-pgsql
.endif
diff --git a/www/php-ja-wordpress/Makefile b/www/php-ja-wordpress/Makefile
index f6b9d43b8e4..773800b9021 100644
--- a/www/php-ja-wordpress/Makefile
+++ b/www/php-ja-wordpress/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2015/09/21 00:46:30 ryoon Exp $
+# $NetBSD: Makefile,v 1.11 2015/12/06 12:13:13 taca Exp $
DISTNAME= wordpress-${VERSION}-ja
PKGNAME= ${PHP_PKG_PREFIX}-ja-wordpress-${VERSION}
@@ -42,6 +42,8 @@ INSTALLATION_DIRS+= ${DOCDIR} ${WPHOME} ${EGDIR}
DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=4.3.3:../../databases/php-mysql
+PHP_VERSIONS_ACCEPTED= 55 56
+
do-configure:
${SED} -e "s:@WPHOME@:${WPHOME}:g" <${FILESDIR}/wordpress.conf >${WRKDIR}/ja-wordpress.conf
diff --git a/www/php-tt-rss/options.mk b/www/php-tt-rss/options.mk
index 2a2ad0190d0..368cb069f1e 100644
--- a/www/php-tt-rss/options.mk
+++ b/www/php-tt-rss/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2013/01/03 13:59:44 ryoon Exp $
+# $NetBSD: options.mk,v 1.2 2015/12/06 12:13:13 taca Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.php-tt-rss
@@ -14,6 +14,7 @@ PKG_SUGGESTED_OPTIONS= pgsql
###
.if !empty(PKG_OPTIONS:Mmysql)
DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=5.2.0:../../databases/php-mysql
+PHP_VERSIONS_ACCEPTED= 55 56
.elif !empty(PKG_OPTIONS:Mpgsql)
DEPENDS+= ${PHP_PKG_PREFIX}-pgsql>=5.2.0:../../databases/php-pgsql
.endif
diff --git a/www/phraseanet/Makefile b/www/phraseanet/Makefile
index 3caf1e2464a..90488e93e3a 100644
--- a/www/phraseanet/Makefile
+++ b/www/phraseanet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2015/06/12 10:52:15 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2015/12/06 12:13:13 taca Exp $
#
.include "../../www/phraseanet/Makefile.common"
@@ -35,6 +35,7 @@ DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=5.2:../../www/ap-php
DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick
DEPENDS+= p5-Image-ExifTool-[0-9]*:../../graphics/p5-Image-ExifTool
+PHP_VERSIONS_ACCEPTED= 55 56
PHRASEANETDIR?= ${PREFIX}/share/phraseanet
APACHE_USER?= www
diff --git a/www/wordpress/Makefile b/www/wordpress/Makefile
index 6ea512b9e38..df8093a7ea3 100644
--- a/www/wordpress/Makefile
+++ b/www/wordpress/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2015/09/17 19:10:48 morr Exp $
+# $NetBSD: Makefile,v 1.52 2015/12/06 12:13:13 taca Exp $
DISTNAME= wordpress-${VERSION}
VERSION= 4.3.1
@@ -41,6 +41,8 @@ INSTALLATION_DIRS+= ${DOCDIR} ${WPHOME} ${EGDIR}
DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=4.3.3:../../databases/php-mysql
+PHP_VERSIONS_ACCEPTED= 55 56
+
do-install:
${INSTALL_DATA} ${WRKSRC}/readme.html ${DESTDIR}${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/license.txt ${DESTDIR}${DOCDIR}