pkgsrc-Changes archive

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

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Dec 15 18:24:33 UTC 2019

Modified Files:
        pkgsrc/www/drupal7: Makefile
        pkgsrc/www/drupal8: Makefile
        pkgsrc/www/moodle: Makefile

Log Message:
www: mark packages do not support php74

Explicitly specify supporting versions of PHP.


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/www/drupal7/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/www/drupal8/Makefile
cvs rdiff -u -r1.79 -r1.80 pkgsrc/www/moodle/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/drupal7/Makefile
diff -u pkgsrc/www/drupal7/Makefile:1.60 pkgsrc/www/drupal7/Makefile:1.61
--- pkgsrc/www/drupal7/Makefile:1.60    Mon Nov  4 22:09:53 2019
+++ pkgsrc/www/drupal7/Makefile Sun Dec 15 18:24:32 2019
@@ -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 @@ LICENSE=      gnu-gpl-v2
 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

Index: pkgsrc/www/drupal8/Makefile
diff -u pkgsrc/www/drupal8/Makefile:1.27 pkgsrc/www/drupal8/Makefile:1.28
--- pkgsrc/www/drupal8/Makefile:1.27    Tue Nov 19 16:15:18 2019
+++ pkgsrc/www/drupal8/Makefile Sun Dec 15 18:24:32 2019
@@ -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 @@ HOMEPAGE=   http://drupal.org/
 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

Index: pkgsrc/www/moodle/Makefile
diff -u pkgsrc/www/moodle/Makefile:1.79 pkgsrc/www/moodle/Makefile:1.80
--- pkgsrc/www/moodle/Makefile:1.79     Mon Dec  9 14:20:56 2019
+++ pkgsrc/www/moodle/Makefile  Sun Dec 15 18:24:32 2019
@@ -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 @@ INSTALLATION_DIRS=    ${EGDIR} share/moodle
 .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