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
|
PORTNAME= yadifa
|
||||||
DISTVERSION= 2.6.6
|
DISTVERSION= 2.6.7
|
||||||
DISTVERSIONSUFFIX= -11255
|
DISTVERSIONSUFFIX= -11259
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= dns
|
CATEGORIES= dns
|
||||||
MASTER_SITES= https://www.yadifa.eu/sites/default/files/releases/ \
|
MASTER_SITES= https://www.yadifa.eu/sites/default/files/releases/ \
|
||||||
https://dns.company/downloads/yadifa/
|
https://dns.company/downloads/yadifa/
|
||||||
|
@ -17,7 +16,6 @@ USES= compiler:c11 cpe libtool ssl
|
||||||
USE_RC_SUBR= ${PORTNAME}d
|
USE_RC_SUBR= ${PORTNAME}d
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
||||||
CONFIGURE_ARGS= --localstatedir=/var
|
CONFIGURE_ARGS= --localstatedir=/var
|
||||||
|
|
||||||
SUB_LIST+= GROUPS="${GROUPS}" \
|
SUB_LIST+= GROUPS="${GROUPS}" \
|
||||||
|
@ -49,22 +47,21 @@ RRL_DESC= Response Rate Limiting
|
||||||
RRSIG_DESC= RRSIG management
|
RRSIG_DESC= RRSIG management
|
||||||
ZONESIGN_DESC= Zonesign tool
|
ZONESIGN_DESC= Zonesign tool
|
||||||
|
|
||||||
CTRL_CONFIGURE_OFF= --disable-ctrl
|
CTRL_IMPLIES= MASTER
|
||||||
DDNS_CONFIGURE_OFF= --disable-dynupdate
|
CTRL_CONFIGURE_ENABLE= ctrl
|
||||||
DNSSECTOOLS_CONFIGURE_OFF= --disable-dnssec-tools
|
DDNS_CONFIGURE_ENABLE= dynupdate
|
||||||
ECDSA_CONFIGURE_OFF= --disable-ecdsa
|
DNSSECTOOLS_CONFIGURE_ENABLE= dnssec-tools
|
||||||
|
ECDSA_CONFIGURE_ENABLE= ecdsa
|
||||||
KEYGEN_CONFIGURE_ENABLE= keygen
|
KEYGEN_CONFIGURE_ENABLE= keygen
|
||||||
LARGEFILE_CONFIGURE_OFF= --disable-largefile
|
LARGEFILE_CONFIGURE_ENABLE= largefile
|
||||||
MASTER_CONFIGURE_OFF= --disable-master
|
MASTER_IMPLIES= DDNS RRSIG
|
||||||
NSID_CONFIGURE_OFF= --disable-nsid
|
MASTER_CONFIGURE_ENABLE= master
|
||||||
RRL_CONFIGURE_OFF= --disable-rrl
|
NSID_CONFIGURE_ENABLE= nsid
|
||||||
RRSIG_CONFIGURE_OFF= --disable-rrsig-management
|
RRL_CONFIGURE_ENABLE= rrl
|
||||||
|
RRSIG_CONFIGURE_ENABLE= rrsig-management
|
||||||
TCL_USES= tcl
|
TCL_USES= tcl
|
||||||
ZONESIGN_CONFIGURE_ENABLE= zonesign
|
ZONESIGN_CONFIGURE_ENABLE= zonesign
|
||||||
|
|
||||||
CTRL_IMPLIES= MASTER
|
|
||||||
MASTER_IMPLIES= DDNS RRSIG
|
|
||||||
|
|
||||||
post-configure:
|
post-configure:
|
||||||
${REINPLACE_CMD} -e 's|^docdir = .*|docdir = ${EXAMPLESDIR}|' ${WRKSRC}/etc/Makefile
|
${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
|
${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
|
TIMESTAMP = 1725475256
|
||||||
SHA256 (yadifa-2.6.6-11255.tar.gz) = db30e0c812fa7d48e987466b648ffcf8ee7ad59b44fb45e63db4aebea5c162f8
|
SHA256 (yadifa-2.6.7-11259.tar.gz) = b18f4b04f3171d245bb915d59bf0f9268160579f7ff1cc7454e045ee8943f8a3
|
||||||
SIZE (yadifa-2.6.6-11255.tar.gz) = 2742783
|
SIZE (yadifa-2.6.7-11259.tar.gz) = 2745391
|
||||||
|
|
Loading…
Add table
Reference in a new issue