aboutsummaryrefslogtreecommitdiff
path: root/dns/unbound
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2008-11-19 20:59:31 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2008-11-19 20:59:31 +0000
commitdc5944eecb3e02b4060ce2585b8e8afc2f2c7b53 (patch)
tree79e62d6788b1826e228633c0ed9f10dabfb844ab /dns/unbound
parent715a020b5df19ec858cd99264f4266d04f1a6170 (diff)
downloadports-dc5944eecb3e02b4060ce2585b8e8afc2f2c7b53.tar.gz
ports-dc5944eecb3e02b4060ce2585b8e8afc2f2c7b53.zip
Notes
Diffstat (limited to 'dns/unbound')
-rw-r--r--dns/unbound/Makefile8
-rw-r--r--dns/unbound/distinfo6
-rw-r--r--dns/unbound/files/patch-Makefile.in8
-rw-r--r--dns/unbound/pkg-plist2
4 files changed, 13 insertions, 11 deletions
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