pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www www: mark packages do not support php74



details:   https://anonhg.NetBSD.org/pkgsrc/rev/329c61de0b85
branches:  trunk
changeset: 406159:329c61de0b85
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Dec 15 18:24:32 2019 +0000

description:
www: mark packages do not support php74

Explicitly specify supporting versions of PHP.

diffstat:

 www/drupal7/Makefile |  4 +++-
 www/drupal8/Makefile |  6 +++---
 www/moodle/Makefile  |  5 ++---
 3 files changed, 8 insertions(+), 7 deletions(-)

diffs (60 lines):

diff -r ffab217d2feb -r 329c61de0b85 www/drupal7/Makefile
--- a/www/drupal7/Makefile      Sun Dec 15 18:22:10 2019 +0000
+++ b/www/drupal7/Makefile      Sun Dec 15 18:24:32 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2019/11/04 22:09:53 rillig Exp $
+# $NetBSD: Makefile,v 1.61 2019/12/15 18:24:32 taca Exp $
 
 DISTNAME=      drupal-7.67
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
@@ -13,6 +13,8 @@
 DEPENDS+=      ${PHP_PKG_PREFIX}-gd>=5.4.0:../../graphics/php-gd
 DEPENDS+=      ${PHP_PKG_PREFIX}-json>=5.4.0:../../textproc/php-json
 
+PHP_VERSIONS_ACCEPTED= 56 71 72 73
+
 NO_BUILD=      YES
 DRUPAL=                share/drupal
 PAX_DIRS=      includes misc modules profiles scripts themes
diff -r ffab217d2feb -r 329c61de0b85 www/drupal8/Makefile
--- a/www/drupal8/Makefile      Sun Dec 15 18:22:10 2019 +0000
+++ b/www/drupal8/Makefile      Sun Dec 15 18:24:32 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2019/11/19 16:15:18 prlw1 Exp $
+# $NetBSD: Makefile,v 1.28 2019/12/15 18:24:32 taca Exp $
 
 DISTNAME=      drupal-8.7.10
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
@@ -10,11 +10,11 @@
 COMMENT=       Open source content management system
 LICENSE=       gnu-gpl-v2
 
-PHP_VERSIONS_INCOMPATIBLE=     56
-
 DEPENDS+=      ${PHP_PKG_PREFIX}-gd>=5.4.0:../../graphics/php-gd
 DEPENDS+=      ${PHP_PKG_PREFIX}-json>=5.4.0:../../textproc/php-json
 
+PHP_VERSIONS_ACCEPTED= 71 72 73
+
 NO_BUILD=      YES
 DRUPAL=                share/drupal
 PAX_DIRS=      includes misc modules profiles scripts themes
diff -r ffab217d2feb -r 329c61de0b85 www/moodle/Makefile
--- a/www/moodle/Makefile       Sun Dec 15 18:22:10 2019 +0000
+++ b/www/moodle/Makefile       Sun Dec 15 18:24:32 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2019/12/09 14:20:56 taca Exp $
+# $NetBSD: Makefile,v 1.80 2019/12/15 18:24:32 taca Exp $
 
 DISTNAME=      moodle-3.8
 PKGREVISION=   1
@@ -33,8 +33,7 @@
 .include "../../mk/bsd.prefs.mk"
 .include "options.mk"
 
-PHP_VERSIONS_INCOMPATIBLE=     56
-PHP_VERSIONS_ACCEPTED=         71 72
+PHP_VERSIONS_ACCEPTED=         71 72 73
 
 PKG_GROUPS_VARS=       APACHE_GROUP
 PKG_USERS_VARS=                APACHE_USER



Home | Main Index | Thread Index | Old Index