pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/php-sodium



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Dec 15 17:14:43 UTC 2018

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

Log Message:
security/php-sodium: allow php73

Allow build with php73.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/php-sodium/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-sodium/Makefile
diff -u pkgsrc/security/php-sodium/Makefile:1.3 pkgsrc/security/php-sodium/Makefile:1.4
--- pkgsrc/security/php-sodium/Makefile:1.3     Wed Dec  6 21:48:40 2017
+++ pkgsrc/security/php-sodium/Makefile Sat Dec 15 17:14:43 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2017/12/06 21:48:40 jdolecek Exp $
+# $NetBSD: Makefile,v 1.4 2018/12/15 17:14:43 taca Exp $
 
 MODNAME=               sodium
 CATEGORIES+=           security
@@ -6,7 +6,7 @@ COMMENT=                PHP extension for the sodium c
 
 CONFIGURE_ARGS+=       --with-${MODNAME}=${BUILDLINK_PREFIX.libsodium}
 
-PHP_VERSIONS_ACCEPTED= 72
+PHP_VERSIONS_ACCEPTED= 72 73
 
 .include "../../lang/php/ext.mk"
 .include "../../security/libsodium/buildlink3.mk"



Home | Main Index | Thread Index | Old Index