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 build o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bbe44ddc7f56
branches:  trunk
changeset: 345636:bbe44ddc7f56
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Dec 15 18:02:30 2019 +0000

description:
security/php-sodium: allow build on php74

Allow build on php74.

diffstat:

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

diffs (18 lines):

diff -r 7fbf3f100962 -r bbe44ddc7f56 security/php-sodium/Makefile
--- a/security/php-sodium/Makefile      Sun Dec 15 18:01:05 2019 +0000
+++ b/security/php-sodium/Makefile      Sun Dec 15 18:02:30 2019 +0000
@@ -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 @@
 
 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