aboutsummaryrefslogtreecommitdiff
path: root/security/snuffleupagus
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2020-09-02 08:39:21 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2020-09-02 08:39:21 +0000
commit1c4f09110ae4765a1ae78985d4842f07967828ee (patch)
tree99721d3cb50b03a77030347f822f1efee48275d4 /security/snuffleupagus
parente0388590adf2c9f2edef8c245994762b635ff071 (diff)
downloadports-1c4f09110ae4765a1ae78985d4842f07967828ee.tar.gz
ports-1c4f09110ae4765a1ae78985d4842f07967828ee.zip
security/snuffleupagus: update to 0.5.1, build fix
From ChangeLog: https://github.com/jvoisin/snuffleupagus/releases/tag/v0.5.1 * Add support for syslog * Improve OSX support * Improve marginally of php8+ compatibility * Improve php7.4 compatibility * Improve the default ruleset * Improve the documentation * Improve the gitlab CI Includes build fix for -fno-common issue. Pet linters. PR: 248974 Submitted by: franco@opnsense.org (maintainer) MFH: 2020Q3 (build fix, -fno-common)
Notes
Notes: svn path=/head/; revision=547345
Diffstat (limited to 'security/snuffleupagus')
-rw-r--r--security/snuffleupagus/Makefile20
-rw-r--r--security/snuffleupagus/distinfo6
2 files changed, 14 insertions, 12 deletions
diff --git a/security/snuffleupagus/Makefile b/security/snuffleupagus/Makefile
index 44d0925c1f8e..3a91036348b2 100644
--- a/security/snuffleupagus/Makefile
+++ b/security/snuffleupagus/Makefile
@@ -1,8 +1,8 @@
# $FreeBSD$
PORTNAME= snuffleupagus
-DISTVERSIONPREFIX=v
-DISTVERSION= 0.5.0
+DISTVERSIONPREFIX= v
+DISTVERSION= 0.5.1
CATEGORIES= security
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
@@ -14,16 +14,18 @@ LICENSE_FILE= ${WRKSRC}/../LICENSE
LIB_DEPENDS= libpcre.so:devel/pcre
-TEST_TARGET= test
-
-WRKSRC_SUBDIR= src
-
USES= localbase:ldflags php:ext
-USE_PHP= hash:build session:build
-
USE_GITHUB= yes
-GH_ACCOUNT= nbs-system
+GH_ACCOUNT= jvoisin
+USE_PHP= hash:build session:build
CONFIGURE_ARGS= --enable-snuffleupagus
+TEST_TARGET= test
+
+# Fix build with clang11
+CFLAGS+= -fcommon
+
+WRKSRC_SUBDIR= src
+
.include <bsd.port.mk>
diff --git a/security/snuffleupagus/distinfo b/security/snuffleupagus/distinfo
index 5490326ea753..62c435809ca1 100644
--- a/security/snuffleupagus/distinfo
+++ b/security/snuffleupagus/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1560854409
-SHA256 (nbs-system-snuffleupagus-v0.5.0_GH0.tar.gz) = b70359b1ea2be289d63bed82715fa55ecce885ff28376de29b87dca7a75f6a30
-SIZE (nbs-system-snuffleupagus-v0.5.0_GH0.tar.gz) = 11944713
+TIMESTAMP = 1595702486
+SHA256 (jvoisin-snuffleupagus-v0.5.1_GH0.tar.gz) = 74692994886dc798e364dc0ff36223bbe41fe1b1a2af0228a2a5302638fcf32f
+SIZE (jvoisin-snuffleupagus-v0.5.1_GH0.tar.gz) = 11945453