mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00: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
@ -1,5 +1,5 @@
|
||||
PORTNAME= dnsdbflex
|
||||
PORTVERSION= 1.0.6
|
||||
PORTVERSION= 1.0.7
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= dns
|
||||
|
||||
|
@ -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
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user