Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Aug 2024 05:28:06 GMT
From:      Don Lewis <truckman@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 13956dba102b - main - dns/dnsdbflex: Upgrade to 1.0.7
Message-ID:  <202408120528.47C5S6W3076043@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by truckman:

URL: https://cgit.FreeBSD.org/ports/commit/?id=13956dba102bd7b47f5e8a9c4105deb8c791e479

commit 13956dba102bd7b47f5e8a9c4105deb8c791e479
Author:     Don Lewis <truckman@FreeBSD.org>
AuthorDate: 2024-08-12 02:52:35 +0000
Commit:     Don Lewis <truckman@FreeBSD.org>
CommitDate: 2024-08-12 03:00:05 +0000

    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
---
 dns/dnsdbflex/Makefile             |  2 +-
 dns/dnsdbflex/distinfo             |  6 +++---
 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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408120528.47C5S6W3076043>