pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/php-jpgraph
Module Name: pkgsrc
Committed By: wiz
Date: Tue Apr 9 16:30:27 UTC 2024
Modified Files:
pkgsrc/graphics/php-jpgraph: Makefile
Log Message:
php-jpgraph: mark as only supporting php <= 8.2
Closes PR 58126 by Ramiro Aceves.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/graphics/php-jpgraph/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/php-jpgraph/Makefile
diff -u pkgsrc/graphics/php-jpgraph/Makefile:1.21 pkgsrc/graphics/php-jpgraph/Makefile:1.22
--- pkgsrc/graphics/php-jpgraph/Makefile:1.21 Sun Jan 26 17:31:22 2020
+++ pkgsrc/graphics/php-jpgraph/Makefile Tue Apr 9 16:30:27 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2020/01/26 17:31:22 rillig Exp $
+# $NetBSD: Makefile,v 1.22 2024/04/09 16:30:27 wiz Exp $
DISTNAME= jpgraph-1.18
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
@@ -27,6 +27,8 @@ PKG_SYSCONFSUBDIR?= php-jpgraph
MESSAGE_SUBST+= PJCONFFILE=${PJCONFFILE} PJDIR=${PJDIR} EXDIR=${EXDIR}
+PHP_VERSIONS_ACCEPTED= 56 74 80 81 82
+
do-install:
${INSTALL_DATA_DIR} ${DESTDIR}${EXDIR}
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/php-jpgraph
Home |
Main Index |
Thread Index |
Old Index