pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/php-sodium security/php-sodium: allow php73



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3edd6354ee4f
branches:  trunk
changeset: 316573:3edd6354ee4f
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Dec 15 17:14:43 2018 +0000

description:
security/php-sodium: allow php73

Allow build with php73.

diffstat:

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

diffs (18 lines):

diff -r 61e65583d40b -r 3edd6354ee4f security/php-sodium/Makefile
--- a/security/php-sodium/Makefile      Sat Dec 15 17:14:10 2018 +0000
+++ b/security/php-sodium/Makefile      Sat Dec 15 17:14:43 2018 +0000
@@ -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 @@
 
 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