mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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
This commit is contained in:
parent
41093e2f32
commit
13956dba10
3 changed files with 14 additions and 14 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= dnsdbflex
|
PORTNAME= dnsdbflex
|
||||||
PORTVERSION= 1.0.6
|
PORTVERSION= 1.0.7
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
CATEGORIES= dns
|
CATEGORIES= dns
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1618812784
|
TIMESTAMP = 1723427300
|
||||||
SHA256 (farsightsec-dnsdbflex-v1.0.6_GH0.tar.gz) = 0346c3a9fd34dcf42c35669b0c1496743f21587c64003435bd646ec6e603ed2d
|
SHA256 (farsightsec-dnsdbflex-v1.0.7_GH0.tar.gz) = e6b1e648e9181c3cae3885dcaacdadab65b0b4836b1d97f8aaeb1808bbd01ef2
|
||||||
SIZE (farsightsec-dnsdbflex-v1.0.6_GH0.tar.gz) = 29733
|
SIZE (farsightsec-dnsdbflex-v1.0.7_GH0.tar.gz) = 30870
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
--- Makefile.orig 2020-10-14 17:44:31 UTC
|
--- Makefile.orig 2024-08-05 23:23:17 UTC
|
||||||
+++ Makefile
|
+++ Makefile
|
||||||
@@ -15,10 +15,10 @@
|
@@ -15,9 +15,11 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
CURLINCL = `curl-config --cflags`
|
# Base directory for jansson header and libraries
|
||||||
-JANSINCL = -I/usr/local/include
|
-JANSBASE=/usr/local
|
||||||
+JANSINCL = -I$(LOCALBASE)/include
|
+#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`
|
JANSINCL = -I$(JANSBASE)/include
|
||||||
-JANSLIBS = -L/usr/local/lib -ljansson
|
|
||||||
+JANSLIBS = -L$(LOCALBASE)/lib -ljansson
|
|
||||||
|
|
||||||
CWARN =-W -Wall -Wextra -Wcast-qual -Wpointer-arith -Wwrite-strings \
|
|
||||||
-Wmissing-prototypes -Wbad-function-cast -Wnested-externs \
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue