pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/php-oauth security/php-oauth: Allow build wit...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0c236453ca11
branches:  trunk
changeset: 372491:0c236453ca11
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Dec 09 02:38:23 2017 +0000

description:
security/php-oauth: Allow build with php71 and php72

diffstat:

 security/php-oauth/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7b515ae4073a -r 0c236453ca11 security/php-oauth/Makefile
--- a/security/php-oauth/Makefile       Sat Dec 09 02:37:38 2017 +0000
+++ b/security/php-oauth/Makefile       Sat Dec 09 02:38:23 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2017/08/24 20:03:38 adam Exp $
+# $NetBSD: Makefile,v 1.12 2017/12/09 02:38:23 taca Exp $
 
 MODNAME=               oauth
 PECL_VERSION=          2.0.1
@@ -9,7 +9,7 @@
 PKGREVISION=           4
 LICENSE=               modified-bsd
 
-PHP_VERSIONS_ACCEPTED= 70
+PHP_VERSIONS_ACCEPTED= 70 71 72
 
 USE_LANGUAGES=         c c++
 



Home | Main Index | Thread Index | Old Index