mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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
This commit is contained in:
parent
19e6c0913c
commit
8893a13898
2 changed files with 16 additions and 19 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue