From b8441a656ccb44182e6e615f13cefa67c429ba49 Mon Sep 17 00:00:00 2001 From: sthen Date: Tue, 11 Dec 2018 10:51:06 +0000 Subject: [PATCH] fix symlinkable ini-file, it should be "sodium" not "libsodium" reported by johnwmail at gmail --- security/pecl-libsodium/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/security/pecl-libsodium/Makefile b/security/pecl-libsodium/Makefile index ab733ad342b..f45371d0c9b 100644 --- a/security/pecl-libsodium/Makefile +++ b/security/pecl-libsodium/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.13 2018/11/29 23:11:00 sthen Exp $ +# $OpenBSD: Makefile,v 1.14 2018/12/11 10:51:06 sthen Exp $ COMMENT = low-level encryption extension for PHP DISTNAME = libsodium-2.0.15 +REVISION = 0 DIST_SUBDIR = pecl CATEGORIES = security @@ -17,6 +18,8 @@ WANTLIB += pthread sodium MODULES = lang/php/pecl MODPECL_V = 7 +MODPHP_DO_SAMPLE = sodium + LIB_DEPENDS = security/libsodium CONFIGURE_STYLE = gnu