git: 8893a138984b - main - dns/yadifa: Update 2.6.6 → 2.6.7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 05 Sep 2024 21:55:25 UTC
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=8893a138984b59902e6bfb4461c34b90ea6d4e38 commit 8893a138984b59902e6bfb4461c34b90ea6d4e38 Author: Leo Vandewoestijne <freebsd@dns.company> AuthorDate: 2024-09-05 21:50:27 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-09-05 21:55:14 +0000 dns/yadifa: Update 2.6.6 → 2.6.7 - Replace *_CONFIGURE_OFF with *_CONFIGURE_ENABLE - Remove GNU_CONFIGURE_MANPREFIX - Sort options Changelog: https://www.yadifa.eu/sites/default/files/README_2.6.7.txt PR: 281274 --- dns/yadifa/Makefile | 29 +++++++++++++---------------- dns/yadifa/distinfo | 6 +++--- 2 files changed, 16 insertions(+), 19 deletions(-) diff --git a/dns/yadifa/Makefile b/dns/yadifa/Makefile index 535fd490097f..b51d26192a1b 100644 --- a/dns/yadifa/Makefile +++ b/dns/yadifa/Makefile @@ -1,7 +1,6 @@ PORTNAME= yadifa -DISTVERSION= 2.6.6 -DISTVERSIONSUFFIX= -11255 -PORTREVISION= 1 +DISTVERSION= 2.6.7 +DISTVERSIONSUFFIX= -11259 CATEGORIES= dns MASTER_SITES= https://www.yadifa.eu/sites/default/files/releases/ \ https://dns.company/downloads/yadifa/ @@ -17,7 +16,6 @@ USES= compiler:c11 cpe libtool ssl USE_RC_SUBR= ${PORTNAME}d GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --localstatedir=/var SUB_LIST+= GROUPS="${GROUPS}" \ @@ -49,22 +47,21 @@ RRL_DESC= Response Rate Limiting RRSIG_DESC= RRSIG management ZONESIGN_DESC= Zonesign tool -CTRL_CONFIGURE_OFF= --disable-ctrl -DDNS_CONFIGURE_OFF= --disable-dynupdate -DNSSECTOOLS_CONFIGURE_OFF= --disable-dnssec-tools -ECDSA_CONFIGURE_OFF= --disable-ecdsa +CTRL_IMPLIES= MASTER +CTRL_CONFIGURE_ENABLE= ctrl +DDNS_CONFIGURE_ENABLE= dynupdate +DNSSECTOOLS_CONFIGURE_ENABLE= dnssec-tools +ECDSA_CONFIGURE_ENABLE= ecdsa KEYGEN_CONFIGURE_ENABLE= keygen -LARGEFILE_CONFIGURE_OFF= --disable-largefile -MASTER_CONFIGURE_OFF= --disable-master -NSID_CONFIGURE_OFF= --disable-nsid -RRL_CONFIGURE_OFF= --disable-rrl -RRSIG_CONFIGURE_OFF= --disable-rrsig-management +LARGEFILE_CONFIGURE_ENABLE= largefile +MASTER_IMPLIES= DDNS RRSIG +MASTER_CONFIGURE_ENABLE= master +NSID_CONFIGURE_ENABLE= nsid +RRL_CONFIGURE_ENABLE= rrl +RRSIG_CONFIGURE_ENABLE= rrsig-management TCL_USES= tcl ZONESIGN_CONFIGURE_ENABLE= zonesign -CTRL_IMPLIES= MASTER -MASTER_IMPLIES= DDNS RRSIG - post-configure: ${REINPLACE_CMD} -e 's|^docdir = .*|docdir = ${EXAMPLESDIR}|' ${WRKSRC}/etc/Makefile ${REINPLACE_CMD} -e 's|/usr/local/var|/var|' -e 's|/var/zones|/var/${PORTNAME}|' ${WRKSRC}/etc/yadifad.conf.example diff --git a/dns/yadifa/distinfo b/dns/yadifa/distinfo index 81f899bc4de7..a6d09159462a 100644 --- a/dns/yadifa/distinfo +++ b/dns/yadifa/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1717426509 -SHA256 (yadifa-2.6.6-11255.tar.gz) = db30e0c812fa7d48e987466b648ffcf8ee7ad59b44fb45e63db4aebea5c162f8 -SIZE (yadifa-2.6.6-11255.tar.gz) = 2742783 +TIMESTAMP = 1725475256 +SHA256 (yadifa-2.6.7-11259.tar.gz) = b18f4b04f3171d245bb915d59bf0f9268160579f7ff1cc7454e045ee8943f8a3 +SIZE (yadifa-2.6.7-11259.tar.gz) = 2745391