[Midnightbsd-cvs] mports [15842] 1.4.21
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Jan 23 08:06:02 EST 2014
Revision: 15842
http://svnweb.midnightbsd.org/mports/?rev=15842
Author: laffer1
Date: 2014-01-23 08:06:02 -0500 (Thu, 23 Jan 2014)
Log Message:
-----------
1.4.21
Modified Paths:
--------------
trunk/dns/unbound/Makefile
trunk/dns/unbound/distinfo
trunk/dns/unbound/files/patch-Makefile.in
trunk/dns/unbound/pkg-plist
Property Changed:
----------------
trunk/dns/unbound/files/patch-Makefile.in
trunk/dns/unbound/files/unbound.in
Modified: trunk/dns/unbound/Makefile
===================================================================
--- trunk/dns/unbound/Makefile 2014-01-23 13:02:54 UTC (rev 15841)
+++ trunk/dns/unbound/Makefile 2014-01-23 13:06:02 UTC (rev 15842)
@@ -1,12 +1,13 @@
# $MidnightBSD$
PORTNAME= unbound
-PORTVERSION= 1.4.20
+PORTVERSION= 1.4.21
CATEGORIES= dns
MASTER_SITES= http://unbound.net/downloads/
MAINTAINER= ports at MidnightBSD.org
COMMENT= A validating, recursive, and caching DNS resolver
+
LICENSE= bsd3
USE_GMAKE= yes
Modified: trunk/dns/unbound/distinfo
===================================================================
--- trunk/dns/unbound/distinfo 2014-01-23 13:02:54 UTC (rev 15841)
+++ trunk/dns/unbound/distinfo 2014-01-23 13:06:02 UTC (rev 15842)
@@ -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: trunk/dns/unbound/files/patch-Makefile.in
===================================================================
--- trunk/dns/unbound/files/patch-Makefile.in 2014-01-23 13:02:54 UTC (rev 15841)
+++ trunk/dns/unbound/files/patch-Makefile.in 2014-01-23 13:06:02 UTC (rev 15842)
@@ -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)
Property changes on: trunk/dns/unbound/files/patch-Makefile.in
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Index: trunk/dns/unbound/files/unbound.in
===================================================================
--- trunk/dns/unbound/files/unbound.in 2014-01-23 13:02:54 UTC (rev 15841)
+++ trunk/dns/unbound/files/unbound.in 2014-01-23 13:06:02 UTC (rev 15842)
Property changes on: trunk/dns/unbound/files/unbound.in
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/dns/unbound/pkg-plist
===================================================================
--- trunk/dns/unbound/pkg-plist 2014-01-23 13:02:54 UTC (rev 15841)
+++ trunk/dns/unbound/pkg-plist 2014-01-23 13:06:02 UTC (rev 15842)
@@ -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 @@
%%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 Midnightbsd-cvs
mailing list