svn commit: r327903 - in head/dns/unbound: . files
Sergey Matveychuk
sem at FreeBSD.org
Mon Sep 23 02:39:58 UTC 2013
Author: sem
Date: Mon Sep 23 02:39:57 2013
New Revision: 327903
URL: http://svnweb.freebsd.org/changeset/ports/327903
Log:
- Update to 1.4.21
Modified:
head/dns/unbound/Makefile
head/dns/unbound/distinfo
head/dns/unbound/files/patch-Makefile.in
head/dns/unbound/pkg-plist
Modified: head/dns/unbound/Makefile
==============================================================================
--- head/dns/unbound/Makefile Sun Sep 22 23:21:20 2013 (r327902)
+++ head/dns/unbound/Makefile Mon Sep 23 02:39:57 2013 (r327903)
@@ -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_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 \
Modified: head/dns/unbound/distinfo
==============================================================================
--- head/dns/unbound/distinfo Sun Sep 22 23:21:20 2013 (r327902)
+++ head/dns/unbound/distinfo Mon Sep 23 02:39:57 2013 (r327903)
@@ -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
Modified: head/dns/unbound/files/patch-Makefile.in
==============================================================================
--- head/dns/unbound/files/patch-Makefile.in Sun Sep 22 23:21:20 2013 (r327902)
+++ head/dns/unbound/files/patch-Makefile.in Mon Sep 23 02:39:57 2013 (r327903)
@@ -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)
Modified: head/dns/unbound/pkg-plist
==============================================================================
--- head/dns/unbound/pkg-plist Sun Sep 22 23:21:20 2013 (r327902)
+++ head/dns/unbound/pkg-plist Mon Sep 23 02:39:57 2013 (r327903)
@@ -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
More information about the svn-ports-all
mailing list