pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/php-oauth



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Dec  9 02:38:23 UTC 2017

Modified Files:
        pkgsrc/security/php-oauth: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/php-oauth/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/php-oauth/Makefile
diff -u pkgsrc/security/php-oauth/Makefile:1.11 pkgsrc/security/php-oauth/Makefile:1.12
--- pkgsrc/security/php-oauth/Makefile:1.11     Thu Aug 24 20:03:38 2017
+++ pkgsrc/security/php-oauth/Makefile  Sat Dec  9 02:38:23 2017
@@ -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 @@ COMMENT=                PHP oauth consumer extension
 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