mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- Update to 1.4.21
This commit is contained in:
parent
c80222418f
commit
5afc4828b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327903
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user