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:           Sun Dec 15 18:02:30 UTC 2019

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

Log Message:
security/php-sodium: allow build on php74

Allow build on php74.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/security/php-sodium/Makefile:1.5
--- pkgsrc/security/php-sodium/Makefile:1.4     Sat Dec 15 17:14:43 2018
+++ pkgsrc/security/php-sodium/Makefile Sun Dec 15 18:02:30 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2018/12/15 17:14:43 taca Exp $
+# $NetBSD: Makefile,v 1.5 2019/12/15 18:02:30 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 73
+PHP_VERSIONS_ACCEPTED= 72 73 74
 
 .include "../../lang/php/ext.mk"
 .include "../../security/libsodium/buildlink3.mk"



Home | Main Index | Thread Index | Old Index