From dc5944eecb3e02b4060ce2585b8e8afc2f2c7b53 Mon Sep 17 00:00:00 2001 From: Sergey Matveychuk Date: Wed, 19 Nov 2008 20:59:31 +0000 Subject: - Update to 1.1.0 --- dns/unbound/Makefile | 8 ++++---- dns/unbound/distinfo | 6 +++--- dns/unbound/files/patch-Makefile.in | 8 ++++---- dns/unbound/pkg-plist | 2 ++ 4 files changed, 13 insertions(+), 11 deletions(-) (limited to 'dns/unbound') diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile index 99eba767b5bb..578ea4f91be1 100644 --- a/dns/unbound/Makefile +++ b/dns/unbound/Makefile @@ -6,8 +6,7 @@ # PORTNAME= unbound -PORTVERSION= 1.0.2 -PORTREVISION= 1 +PORTVERSION= 1.1.0 CATEGORIES= dns MASTER_SITES= http://unbound.net/downloads/ @@ -25,10 +24,11 @@ USE_RC_SUBR= unbound MAN1= unbound-host.1 MAN3= libunbound.3 MAN5= unbound.conf.5 -MAN8= unbound.8 unbound-checkconf.8 +MAN8= unbound.8 unbound-control.8 unbound-checkconf.8 PORTDOCS= CREDITS Changelog FEATURES LICENSE README README.svn \ - README.tests TODO plan requirements.txt + README.tests TODO control_proto_spec.txt ietf67-design-02.odp \ + ietf67-design-02.pdf requirements.txt PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-deinstall SUB_FILES= pkg-install pkg-deinstall diff --git a/dns/unbound/distinfo b/dns/unbound/distinfo index 83d9dd5f4949..c548a282f6b6 100644 --- a/dns/unbound/distinfo +++ b/dns/unbound/distinfo @@ -1,3 +1,3 @@ -MD5 (unbound-1.0.2.tar.gz) = 01b08a9c0d24be981de64b6e4e25ecbe -SHA256 (unbound-1.0.2.tar.gz) = e6bbc4bb850c211e97ee7b5bc1827f59eb5222d295b715bda4551775766240ac -SIZE (unbound-1.0.2.tar.gz) = 3597275 +MD5 (unbound-1.1.0.tar.gz) = f1c8110ed62e3aa0423e24b6c0f3a9c4 +SHA256 (unbound-1.1.0.tar.gz) = b98421c97089dfcf7d7798d7148886c0a8672476dc44dd2b43d62ba5e3be27b5 +SIZE (unbound-1.1.0.tar.gz) = 3754917 diff --git a/dns/unbound/files/patch-Makefile.in b/dns/unbound/files/patch-Makefile.in index 122fc6573ff3..7bd5b944dbb5 100644 --- a/dns/unbound/files/patch-Makefile.in +++ b/dns/unbound/files/patch-Makefile.in @@ -1,9 +1,9 @@ ---- Makefile.in.orig 2008-07-17 12:45:12.000000000 +0400 -+++ Makefile.in 2008-08-07 14:35:26.000000000 +0400 -@@ -275,7 +275,7 @@ - $(INSTALL) -c -m 644 doc/unbound.conf.5 $(DESTDIR)$(mandir)/man5 +--- Makefile.in.orig 2008-09-11 18:30:55.000000000 +0400 ++++ Makefile.in 2008-11-19 22:46:49.000000000 +0300 +@@ -293,7 +293,7 @@ $(INSTALL) -c -m 644 $(srcdir)/doc/unbound-host.1 $(DESTDIR)$(mandir)/man1 $(INSTALL) -c -m 644 doc/libunbound.3 $(DESTDIR)$(mandir)/man3 + $(INSTALL) -c -m 755 unbound-control-setup $(DESTDIR)$(sbindir)/unbound-control-setup - if test ! -e $(DESTDIR)$(configfile); then $(INSTALL) -d `dirname $(DESTDIR)$(configfile)`; $(INSTALL) -c -m 644 doc/example.conf $(DESTDIR)$(configfile); fi + $(INSTALL) -d `dirname $(DESTDIR)$(configfile)`; $(INSTALL) -c -m 644 doc/example.conf $(DESTDIR)$(configfile).sample $(LIBTOOL) --mode=install cp $(srcdir)/libunbound/unbound.h $(DESTDIR)$(includedir)/unbound.h diff --git a/dns/unbound/pkg-plist b/dns/unbound/pkg-plist index d4def7156d8d..aa65ef2187b8 100644 --- a/dns/unbound/pkg-plist +++ b/dns/unbound/pkg-plist @@ -6,6 +6,8 @@ lib/libunbound.la lib/libunbound.a sbin/unbound sbin/unbound-checkconf +sbin/unbound-control +sbin/unbound-control-setup sbin/unbound-host @dirrmtry etc/unbound @dirrmtry /var/run/unbound -- cgit v1.2.3