Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Apr 2023 05:37:19 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1ad04ed2aeb3 - main - dns/dnsdist: update to 1.8.0
Message-ID:  <202304050537.3355bJtC096289@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=1ad04ed2aeb34b6fa3c1021ad40ef5d2d558032e

commit 1ad04ed2aeb34b6fa3c1021ad40ef5d2d558032e
Author:     Ralf van der Enden <tremere@cainites.net>
AuthorDate: 2023-04-03 07:20:04 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2023-04-05 05:32:29 +0000

    dns/dnsdist: update to 1.8.0
    
    ChangeLog: https://blog.powerdns.com/2023/03/30/powerdns-dnsdist-1-8-0-released/
    
    PR:             270612
    Reported by:    tremere@cainites.net (maintainer)
---
 dns/dnsdist/Makefile  | 6 +++---
 dns/dnsdist/distinfo  | 6 +++---
 dns/dnsdist/pkg-plist | 2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/dns/dnsdist/Makefile b/dns/dnsdist/Makefile
index 8a9d6bbdade4..5bf4d1ac3dbf 100644
--- a/dns/dnsdist/Makefile
+++ b/dns/dnsdist/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	dnsdist
-DISTVERSION=	1.7.3
+DISTVERSION=	1.8.0
 CATEGORIES=	dns net
 MASTER_SITES=	https://downloads.powerdns.com/releases/
 
@@ -86,7 +86,7 @@ SNMP_LIB_DEPENDS=	libnetsnmp.so:net-mgmt/net-snmp
 SNMP_CONFIGURE_WITH=	net-snmp
 
 post-install:
-	@${MKDIR} ${STAGEDIR}${ETCDIR}
-	${INSTALL_DATA} ${FILESDIR}/dnsdist.conf.sample ${STAGEDIR}${ETCDIR}
+#	@${MKDIR} ${STAGEDIR}${ETCDIR}
+	${MV} ${STAGEDIR}${ETCDIR}/dnsdist.conf-dist ${STAGEDIR}${ETCDIR}/dnsdist.conf.sample
 
 .include <bsd.port.mk>
diff --git a/dns/dnsdist/distinfo b/dns/dnsdist/distinfo
index 41728708695b..b2f2bca29086 100644
--- a/dns/dnsdist/distinfo
+++ b/dns/dnsdist/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1667422709
-SHA256 (dnsdist-1.7.3.tar.bz2) = 7eaf6fac2f26565c5d8658d42a213799e05f4d3bc68e7c716e7174df41315886
-SIZE (dnsdist-1.7.3.tar.bz2) = 1379011
+TIMESTAMP = 1680184860
+SHA256 (dnsdist-1.8.0.tar.bz2) = 1c0d375c25453d349b88e03ff589aa2603ca8692fc98364c068ead372804704f
+SIZE (dnsdist-1.8.0.tar.bz2) = 1480500
diff --git a/dns/dnsdist/pkg-plist b/dns/dnsdist/pkg-plist
index 404219c4755d..2b2c3e282466 100644
--- a/dns/dnsdist/pkg-plist
+++ b/dns/dnsdist/pkg-plist
@@ -1,3 +1,3 @@
 sbin/dnsdist
 man/man1/dnsdist.1.gz
-@sample etc/dnsdist/dnsdist.conf.sample
+@sample %%ETCDIR%%/dnsdist.conf.sample



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