diff options
author | Don Lewis <truckman@FreeBSD.org> | 2024-08-11 19:52:35 -0700 |
---|---|---|
committer | Don Lewis <truckman@FreeBSD.org> | 2024-08-11 20:00:05 -0700 |
commit | 13956dba102bd7b47f5e8a9c4105deb8c791e479 (patch) | |
tree | 412f47abe315bddaf58910ec64823ec7db16be46 /dns/dnsdbflex | |
parent | ports-mgmt/poudriere-devel: Update to 3.3.0-1769-gbac754676d (diff) |
dns/dnsdbflex: Upgrade to 1.0.7
* 1.0.7:
- nroff typo fix; was getting ---mode in output
- Sync with a dnsdbq change: require API key passed in $DNSDB_API_KEY
environment variable if not in the config file as APIKEY or
DNSDB_API_KEY. Allow DNSDB_API_KEY in config file instead of APIKEY
- sync latest dnsdbq changes to dnsdbflex: curl timeout option
- Remove extra space in debug message
- sync with dnsdbq
Sponsored by: DomainTools LLC
Diffstat (limited to 'dns/dnsdbflex')
-rw-r--r-- | dns/dnsdbflex/Makefile | 2 | ||||
-rw-r--r-- | dns/dnsdbflex/distinfo | 6 | ||||
-rw-r--r-- | dns/dnsdbflex/files/patch-Makefile | 20 |
3 files changed, 14 insertions, 14 deletions
diff --git a/dns/dnsdbflex/Makefile b/dns/dnsdbflex/Makefile index 3fa7eb2b2c43..f40d9df80ba3 100644 --- a/dns/dnsdbflex/Makefile +++ b/dns/dnsdbflex/Makefile @@ -1,5 +1,5 @@ PORTNAME= dnsdbflex -PORTVERSION= 1.0.6 +PORTVERSION= 1.0.7 DISTVERSIONPREFIX= v CATEGORIES= dns diff --git a/dns/dnsdbflex/distinfo b/dns/dnsdbflex/distinfo index e95dbbeacad5..8ad1f5d59b0a 100644 --- a/dns/dnsdbflex/distinfo +++ b/dns/dnsdbflex/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618812784 -SHA256 (farsightsec-dnsdbflex-v1.0.6_GH0.tar.gz) = 0346c3a9fd34dcf42c35669b0c1496743f21587c64003435bd646ec6e603ed2d -SIZE (farsightsec-dnsdbflex-v1.0.6_GH0.tar.gz) = 29733 +TIMESTAMP = 1723427300 +SHA256 (farsightsec-dnsdbflex-v1.0.7_GH0.tar.gz) = e6b1e648e9181c3cae3885dcaacdadab65b0b4836b1d97f8aaeb1808bbd01ef2 +SIZE (farsightsec-dnsdbflex-v1.0.7_GH0.tar.gz) = 30870 diff --git a/dns/dnsdbflex/files/patch-Makefile b/dns/dnsdbflex/files/patch-Makefile index 71d87319bec9..8a747a4aca0f 100644 --- a/dns/dnsdbflex/files/patch-Makefile +++ b/dns/dnsdbflex/files/patch-Makefile @@ -1,15 +1,15 @@ ---- Makefile.orig 2020-10-14 17:44:31 UTC +--- Makefile.orig 2024-08-05 23:23:17 UTC +++ Makefile -@@ -15,10 +15,10 @@ +@@ -15,9 +15,11 @@ # - CURLINCL = `curl-config --cflags` --JANSINCL = -I/usr/local/include -+JANSINCL = -I$(LOCALBASE)/include + # Base directory for jansson header and libraries +-JANSBASE=/usr/local ++#JANSBASE=/usr/local + # For macOS on M1, use this instead of the above line: + #JANSBASE=/opt/homebrew ++# For FreeBSD. use this instead of the above line: ++JANSBASE=$(LOCALBASE) - CURLLIBS = `[ ! -z "$$(curl-config --libs)" ] && curl-config --libs || curl-config --static-libs` --JANSLIBS = -L/usr/local/lib -ljansson -+JANSLIBS = -L$(LOCALBASE)/lib -ljansson + JANSINCL = -I$(JANSBASE)/include - CWARN =-W -Wall -Wextra -Wcast-qual -Wpointer-arith -Wwrite-strings \ - -Wmissing-prototypes -Wbad-function-cast -Wnested-externs \ |