aboutsummaryrefslogtreecommitdiff
path: root/net/fort
diff options
context:
space:
mode:
authorPhilip Paeps <philip@FreeBSD.org>2023-12-14 02:01:13 +0000
committerPhilip Paeps <philip@FreeBSD.org>2023-12-14 02:01:13 +0000
commit811d8e15b1e4c544d16b9055a69bdaa883ab4323 (patch)
tree8eb89fe8f810a0ce82b69f1b4c909e24e046ed94 /net/fort
parent1dd4264fe4a8ef5a466d7b5a4d2a3b2349fed2cd (diff)
downloadports-811d8e15b1e4c544d16b9055a69bdaa883ab4323.tar.gz
ports-811d8e15b1e4c544d16b9055a69bdaa883ab4323.zip
net/fort: Update to 1.6.0
- Update to 1.6.0 - Changelog: https://github.com/NICMx/FORT-validator/releases/tag/1.6.0 Approved by: Toni Kalombo <toni@devboks.com> (maintainer, implicit)
Diffstat (limited to 'net/fort')
-rw-r--r--net/fort/Makefile2
-rw-r--r--net/fort/distinfo6
-rw-r--r--net/fort/files/patch-src_Makefile.am10
3 files changed, 9 insertions, 9 deletions
diff --git a/net/fort/Makefile b/net/fort/Makefile
index e7bbacdda2ad..205c93f552e9 100644
--- a/net/fort/Makefile
+++ b/net/fort/Makefile
@@ -1,5 +1,5 @@
PORTNAME= fort
-DISTVERSION= 1.5.4
+DISTVERSION= 1.6.0
CATEGORIES= net
MAINTAINER= toni@devboks.com
diff --git a/net/fort/distinfo b/net/fort/distinfo
index 4295ee9d021b..1ad7892e31c1 100644
--- a/net/fort/distinfo
+++ b/net/fort/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1676960072
-SHA256 (NICMx-FORT-validator-1.5.4_GH0.tar.gz) = 2dc227fb0fe60a299bdf6666f61fd9c23e339474b424be6356287459e945b5d3
-SIZE (NICMx-FORT-validator-1.5.4_GH0.tar.gz) = 474175
+TIMESTAMP = 1702517933
+SHA256 (NICMx-FORT-validator-1.6.0_GH0.tar.gz) = b7f80d55365a7fcdee06f2c6c1156b8c3c75cd39f9eeb4d741c67d6d34035228
+SIZE (NICMx-FORT-validator-1.6.0_GH0.tar.gz) = 455085
diff --git a/net/fort/files/patch-src_Makefile.am b/net/fort/files/patch-src_Makefile.am
index 02fcc8db4644..0066f76f3587 100644
--- a/net/fort/files/patch-src_Makefile.am
+++ b/net/fort/files/patch-src_Makefile.am
@@ -1,11 +1,11 @@
---- src/Makefile.am.orig 2023-02-21 06:17:27 UTC
+--- src/Makefile.am.orig 2023-12-14 01:43:09 UTC
+++ src/Makefile.am
-@@ -131,7 +131,7 @@ fort_SOURCES += $(ASN_MODULE_SRCS) $(ASN_MODULE_HDRS)
- fort_CFLAGS = -Wall -Wno-cpp -Wpedantic
+@@ -118,7 +118,7 @@ fort_CFLAGS = -Wall -Wpedantic
# Feel free to temporarily remove this one if you're not using gcc 7.3.0.
#fort_CFLAGS += $(GCC_WARNS)
--fort_CFLAGS += -std=gnu11 -O2 -g $(FORT_FLAGS) ${XML2_CFLAGS}
-+fort_CFLAGS += -std=gnu11 -O2 -g $(FORT_FLAGS) ${XML2_CFLAGS} ${JANSSON_CFLAGS}
+ fort_CFLAGS += -std=c99 -D_POSIX_C_SOURCE=200809 -D_XOPEN_SOURCE=700
+-fort_CFLAGS += -O2 -g $(FORT_FLAGS) ${XML2_CFLAGS}
++fort_CFLAGS += -O2 -g $(FORT_FLAGS) ${XML2_CFLAGS} ${JANSSON_CFLAGS}
if BACKTRACE_ENABLED
fort_CFLAGS += -DBACKTRACE_ENABLED
endif