git: 5cf9ebd6acbd - main - net/fort: Update to 1.5.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Feb 2023 04:52:31 UTC
The branch main has been updated by philip:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5cf9ebd6acbd85919fd7aa7d2d7ecb888a459223
commit 5cf9ebd6acbd85919fd7aa7d2d7ecb888a459223
Author: Philip Paeps <philip@FreeBSD.org>
AuthorDate: 2023-02-22 04:52:02 +0000
Commit: Philip Paeps <philip@FreeBSD.org>
CommitDate: 2023-02-22 04:52:02 +0000
net/fort: Update to 1.5.4
- Update to 1.5.4
- Changelog: https://github.com/NICMx/FORT-validator/releases/tag/1.5.4
Approved by: Toni Kalombo <toni@devboks.com> (maintainer)
Reported by: Mark Tinka <mark@tinka.africa>
---
net/fort/Makefile | 3 +--
net/fort/distinfo | 6 +++---
net/fort/files/patch-src_Makefile.am | 10 +++++-----
3 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/net/fort/Makefile b/net/fort/Makefile
index f2ddd7ef8a32..e7bbacdda2ad 100644
--- a/net/fort/Makefile
+++ b/net/fort/Makefile
@@ -1,6 +1,5 @@
PORTNAME= fort
-DISTVERSION= 1.5.3
-PORTREVISION= 3
+DISTVERSION= 1.5.4
CATEGORIES= net
MAINTAINER= toni@devboks.com
diff --git a/net/fort/distinfo b/net/fort/distinfo
index 78a8dec2d000..4295ee9d021b 100644
--- a/net/fort/distinfo
+++ b/net/fort/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1636471861
-SHA256 (NICMx-FORT-validator-1.5.3_GH0.tar.gz) = a6cfe7a194399e75716d4bb7c39177b6affdcf04e9087a17ec831980d03f71f2
-SIZE (NICMx-FORT-validator-1.5.3_GH0.tar.gz) = 485271
+TIMESTAMP = 1676960072
+SHA256 (NICMx-FORT-validator-1.5.4_GH0.tar.gz) = 2dc227fb0fe60a299bdf6666f61fd9c23e339474b424be6356287459e945b5d3
+SIZE (NICMx-FORT-validator-1.5.4_GH0.tar.gz) = 474175
diff --git a/net/fort/files/patch-src_Makefile.am b/net/fort/files/patch-src_Makefile.am
index 7455183d1f5b..02fcc8db4644 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 2021-09-20 02:51:17 UTC
+--- src/Makefile.am.orig 2023-02-21 06:17:27 UTC
+++ src/Makefile.am
-@@ -130,7 +130,7 @@ fort_SOURCES += $(ASN_MODULE_SRCS) $(ASN_MODULE_HDRS)
+@@ -131,7 +131,7 @@ fort_SOURCES += $(ASN_MODULE_SRCS) $(ASN_MODULE_HDRS)
fort_CFLAGS = -Wall -Wno-cpp -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_LDFLAGS = $(LDFLAGS_DEBUG)
- fort_LDADD = ${JANSSON_LIBS} ${CURL_LIBS} ${XML2_LIBS}
-
+ if BACKTRACE_ENABLED
+ fort_CFLAGS += -DBACKTRACE_ENABLED
+ endif