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 Mar  7 13:37:28 UTC 2021

Modified Files:
        pkgsrc/www/php-glpi: Makefile
        pkgsrc/www/php-tiki6: Makefile

Log Message:
Mark these pacakge not for php80.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/php-glpi/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/php-tiki6/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/php-glpi/Makefile
diff -u pkgsrc/www/php-glpi/Makefile:1.13 pkgsrc/www/php-glpi/Makefile:1.14
--- pkgsrc/www/php-glpi/Makefile:1.13   Tue May 19 14:21:13 2020
+++ pkgsrc/www/php-glpi/Makefile        Sun Mar  7 13:37:28 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2020/05/19 14:21:13 hauke Exp $
+# $NetBSD: Makefile,v 1.14 2021/03/07 13:37:28 taca Exp $
 
 DISTNAME=      glpi-${GLPI_VERSION}
 GLPI_VERSION=  9.4.6
@@ -35,6 +35,8 @@ BUILD_DEFS+=  APACHE_USER APACHE_GROUP VA
 
 MESSAGE_SUBST+=        APACHE_USER="${APACHE_USER}"
 
+PHP_VERSIONS_ACCEPTED= 56 73 74
+
 .include "../../mk/bsd.prefs.mk"
 
 WRKSRC=                ${WRKDIR}/glpi

Index: pkgsrc/www/php-tiki6/Makefile
diff -u pkgsrc/www/php-tiki6/Makefile:1.11 pkgsrc/www/php-tiki6/Makefile:1.12
--- pkgsrc/www/php-tiki6/Makefile:1.11  Fri Jul 12 10:45:05 2013
+++ pkgsrc/www/php-tiki6/Makefile       Sun Mar  7 13:37:28 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2013/07/12 10:45:05 jperkin Exp $
+# $NetBSD: Makefile,v 1.12 2021/03/07 13:37:28 taca Exp $
 #
 
 DISTNAME=      tiki-6.8
@@ -26,6 +26,8 @@ USE_TOOLS+=   pax
 
 BUILD_DEFS+=   APACHE_GROUP APACHE_USER
 
+PHP_VERSIONS_ACCEPTED= 56 73 74
+
 TIKIDIR=               share/tiki6
 INSTALLATION_DIRS=     ${TIKIDIR}
 



Home | Main Index | Thread Index | Old Index