Update to latest commit.
This commit is contained in:
parent
0df653eb30
commit
ef934afd92
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509280
3 changed files with 9 additions and 17 deletions
|
@ -41,13 +41,13 @@ RUN_DEPENDS= bind-tools>0:dns/bind-tools
|
|||
# XXX: remove tar:bz2
|
||||
USES= compiler:c11 cpe libedit pkgconfig ssl tar:bz2
|
||||
# ISC releases things like 9.8.0-P1, which our versioning doesn't like
|
||||
ISCVERSION= 9.15.0a0.2019.08.12
|
||||
ISCVERSION= 9.15.3a0.2019.08.12
|
||||
# XXX: Remove gitlab
|
||||
USE_GITLAB= yes
|
||||
GL_SITE= https://gitlab.isc.org
|
||||
GL_ACCOUNT= isc-projects
|
||||
GL_PROJECT= bind9
|
||||
GL_COMMIT= d60557be82d061849cc062b5ef3ab2fc82423684
|
||||
GL_COMMIT= e1792341ac876d577cb268ff687643d6a2c05261
|
||||
|
||||
CPE_VENDOR= isc
|
||||
CPE_VERSION= ${ISCVERSION:C/-.*//}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1565619108
|
||||
SHA256 (isc-projects-bind9-d60557be82d061849cc062b5ef3ab2fc82423684_GL0.tar.gz) = ece0e1d98c11eee2ee6441f72c12cbc5e420cc3ba1812b5846448ceb126f2c4d
|
||||
SIZE (isc-projects-bind9-d60557be82d061849cc062b5ef3ab2fc82423684_GL0.tar.gz) = 6326649
|
||||
TIMESTAMP = 1566212058
|
||||
SHA256 (isc-projects-bind9-e1792341ac876d577cb268ff687643d6a2c05261_GL0.tar.gz) = dd21513dcc8b08775e5e909f2d35f273af831656305a0f10d0dc225d692c0255
|
||||
SIZE (isc-projects-bind9-e1792341ac876d577cb268ff687643d6a2c05261_GL0.tar.gz) = 6330616
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Only select the "tools" part of bind for building.
|
||||
|
||||
--- Makefile.in.orig 2019-04-26 22:53:11 UTC
|
||||
--- Makefile.in.orig 2019-08-12 14:08:48 UTC
|
||||
+++ Makefile.in
|
||||
@@ -14,7 +14,7 @@ top_builddir = @top_builddir@
|
||||
|
||||
|
@ -11,23 +11,15 @@ Only select the "tools" part of bind for building.
|
|||
TARGETS =
|
||||
PREREQS = bind.keys.h
|
||||
|
||||
@@ -54,14 +54,11 @@ installdirs:
|
||||
${DESTDIR}${localstatedir}/run ${DESTDIR}${sysconfdir}
|
||||
@@ -51,7 +51,6 @@ installdirs:
|
||||
$(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${mandir}/man1
|
||||
|
||||
-install:: isc-config.sh installdirs
|
||||
- ${INSTALL_SCRIPT} isc-config.sh ${DESTDIR}${bindir}
|
||||
+install:: installdirs
|
||||
rm -f ${DESTDIR}${bindir}/bind9-config
|
||||
@LN@ ${DESTDIR}${bindir}/isc-config.sh ${DESTDIR}${bindir}/bind9-config
|
||||
- ${INSTALL_DATA} ${top_srcdir}/isc-config.sh.1 ${DESTDIR}${mandir}/man1
|
||||
rm -f ${DESTDIR}${mandir}/man1/bind9-config.1
|
||||
@LN@ ${DESTDIR}${mandir}/man1/isc-config.sh.1 ${DESTDIR}${mandir}/man1/bind9-config.1
|
||||
install:: installdirs
|
||||
- ${INSTALL_DATA} ${top_srcdir}/bind.keys ${DESTDIR}${sysconfdir}
|
||||
|
||||
uninstall::
|
||||
rm -f ${DESTDIR}${sysconfdir}/bind.keys
|
||||
--- bin/Makefile.in.orig 2019-04-26 22:53:11 UTC
|
||||
--- bin/Makefile.in.orig 2019-08-12 14:08:48 UTC
|
||||
+++ bin/Makefile.in
|
||||
@@ -11,8 +11,8 @@ srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
|
Loading…
Reference in a new issue