diff options
author | sem <sem@FreeBSD.org> | 2013-09-23 10:39:57 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2013-09-23 10:39:57 +0800 |
commit | 17bec212ecb8983d0da5312dac59c09c131595fa (patch) | |
tree | 4f8e56bb90bc597c05683985e88aab4e8852f600 | |
parent | 4cf2592b89aa6eb88b9ef3cb701f3928e814e766 (diff) | |
download | freebsd-ports-gnome-17bec212ecb8983d0da5312dac59c09c131595fa.tar.gz freebsd-ports-gnome-17bec212ecb8983d0da5312dac59c09c131595fa.tar.zst freebsd-ports-gnome-17bec212ecb8983d0da5312dac59c09c131595fa.zip |
- Update to 1.4.21
-rw-r--r-- | dns/unbound/Makefile | 6 | ||||
-rw-r--r-- | dns/unbound/distinfo | 4 | ||||
-rw-r--r-- | dns/unbound/files/patch-Makefile.in | 12 | ||||
-rw-r--r-- | dns/unbound/pkg-plist | 4 |
4 files changed, 13 insertions, 13 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile index 3be63ff82c53..5b09d1bde667 100644 --- a/dns/unbound/Makefile +++ b/dns/unbound/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= unbound -PORTVERSION= 1.4.20 -PORTREVISION= 1 +PORTVERSION= 1.4.21 CATEGORIES= dns MASTER_SITES= http://unbound.net/downloads/ @@ -34,7 +33,8 @@ MAN3= libunbound.3 ub_cancel.3 ub_ctx.3 ub_ctx_add_ta.3 \ ub_fd.3 ub_poll.3 ub_process.3 ub_resolve.3 ub_resolve_async.3 \ ub_resolve_free.3 ub_result.3 ub_strerror.3 ub_wait.3 MAN5= unbound.conf.5 -MAN8= unbound.8 unbound-anchor.8 unbound-control.8 unbound-checkconf.8 +MAN8= unbound.8 unbound-anchor.8 unbound-control.8 \ + unbound-checkconf.8 unbound-control-setup.8 PORTDOCS= CREDITS Changelog FEATURES LICENSE README README.svn \ README.tests TODO control_proto_spec.txt ietf67-design-02.odp \ diff --git a/dns/unbound/distinfo b/dns/unbound/distinfo index e0030817a1a6..60faa6e257ba 100644 --- a/dns/unbound/distinfo +++ b/dns/unbound/distinfo @@ -1,2 +1,2 @@ -SHA256 (unbound-1.4.20.tar.gz) = 14527002307873e557348a4d76b62ac036937d9c3033610a8425018c379fb56e -SIZE (unbound-1.4.20.tar.gz) = 3613963 +SHA256 (unbound-1.4.21.tar.gz) = 502f817a72721f78243923eb1d6187029639f7a8bdcc33a6ce0819bbb2a80970 +SIZE (unbound-1.4.21.tar.gz) = 3624553 diff --git a/dns/unbound/files/patch-Makefile.in b/dns/unbound/files/patch-Makefile.in index 7bd5b944dbb5..d74d71c042b5 100644 --- a/dns/unbound/files/patch-Makefile.in +++ b/dns/unbound/files/patch-Makefile.in @@ -1,11 +1,11 @@ ---- 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 +--- Makefile.in.orig 2013-03-22 16:41:13.000000000 +0400 ++++ Makefile.in 2013-09-23 06:08:58.535408755 +0400 +@@ -488,7 +488,7 @@ + echo ".so man3/libunbound.3" > $(DESTDIR)$(mandir)/man3/$$mpage.3 ; \ + done $(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 + $(LIBTOOL) --mode=install cp unbound.h $(DESTDIR)$(includedir)/unbound.h $(LIBTOOL) --mode=install cp libunbound.la $(DESTDIR)$(libdir) $(LIBTOOL) --mode=finish $(DESTDIR)$(libdir) diff --git a/dns/unbound/pkg-plist b/dns/unbound/pkg-plist index 99a4cbb8bc55..43487e3dfdb1 100644 --- a/dns/unbound/pkg-plist +++ b/dns/unbound/pkg-plist @@ -1,6 +1,6 @@ etc/unbound/unbound.conf.sample include/unbound.h -lib/libunbound.so.3 +lib/libunbound.so.4 lib/libunbound.so lib/libunbound.la lib/libunbound.a @@ -13,7 +13,7 @@ sbin/unbound-host %%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.a %%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.la %%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so -%%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so.3 +%%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so.4 %%PYTHON%%%%PYTHON_SITELIBDIR%%/unbound.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/unboundmodule.py %%MUNIN%%etc/munin/plugins/unbound_munin_by_class |