pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/php-sqlrelay
Module Name: pkgsrc
Committed By: taca
Date: Sat Jan 12 03:37:09 UTC 2019
Modified Files:
pkgsrc/databases/php-sqlrelay: Makefile
Log Message:
databases/php-sqlrelay: allow build with php71 and php72
php-sqlrelay can be built with php71 and php72, but not php73.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/php-sqlrelay/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/php-sqlrelay/Makefile
diff -u pkgsrc/databases/php-sqlrelay/Makefile:1.15 pkgsrc/databases/php-sqlrelay/Makefile:1.16
--- pkgsrc/databases/php-sqlrelay/Makefile:1.15 Thu Dec 13 19:51:45 2018
+++ pkgsrc/databases/php-sqlrelay/Makefile Sat Jan 12 03:37:09 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2018/12/13 19:51:45 adam Exp $
+# $NetBSD: Makefile,v 1.16 2019/01/12 03:37:09 taca Exp $
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
PKGREVISION= 6
@@ -9,7 +9,7 @@ EXTRACT_SUFX= .tar.gz
LICENSE= gnu-gpl-v2 AND php
-PHP_VERSIONS_ACCEPTED= 56 70
+PHP_VERSIONS_ACCEPTED= 56 70 71 72
CONFIGURE_ARGS+= --with-php-prefix=${BUILDLINK_PREFIX.php}
Home |
Main Index |
Thread Index |
Old Index