pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/php-sqlrelay databases/php-sqlrelay: allow b...
details: https://anonhg.NetBSD.org/pkgsrc/rev/871cf57bad10
branches: trunk
changeset: 317626:871cf57bad10
user: taca <taca%pkgsrc.org@localhost>
date: Sat Jan 12 03:37:09 2019 +0000
description:
databases/php-sqlrelay: allow build with php71 and php72
php-sqlrelay can be built with php71 and php72, but not php73.
diffstat:
databases/php-sqlrelay/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b10f1e296a0f -r 871cf57bad10 databases/php-sqlrelay/Makefile
--- a/databases/php-sqlrelay/Makefile Fri Jan 11 23:10:46 2019 +0000
+++ b/databases/php-sqlrelay/Makefile Sat Jan 12 03:37:09 2019 +0000
@@ -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 @@
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