[Midnightbsd-cvs] mports [19616] trunk/dns/unbound: update unbound

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Jul 28 18:06:19 EDT 2015


Revision: 19616
          http://svnweb.midnightbsd.org/mports/?rev=19616
Author:   laffer1
Date:     2015-07-28 18:06:18 -0400 (Tue, 28 Jul 2015)
Log Message:
-----------
update unbound

Modified Paths:
--------------
    trunk/dns/unbound/Makefile
    trunk/dns/unbound/distinfo
    trunk/dns/unbound/pkg-descr
    trunk/dns/unbound/pkg-plist

Removed Paths:
-------------
    trunk/dns/unbound/files/patch-Makefile.in

Modified: trunk/dns/unbound/Makefile
===================================================================
--- trunk/dns/unbound/Makefile	2015-07-28 22:04:25 UTC (rev 19615)
+++ trunk/dns/unbound/Makefile	2015-07-28 22:06:18 UTC (rev 19616)
@@ -1,7 +1,7 @@
 # $MidnightBSD$
 
 PORTNAME=	unbound
-PORTVERSION=	1.5.2
+PORTVERSION=	1.5.3
 CATEGORIES=	dns
 MASTER_SITES=	http://unbound.net/downloads/
 
@@ -8,7 +8,7 @@
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Validating, recursive, and caching DNS resolver
 
-LICENSE=	bsd4
+LICENSE=	bsd3
 
 USES=		gmake libtool
 USE_OPENSSL=	yes

Modified: trunk/dns/unbound/distinfo
===================================================================
--- trunk/dns/unbound/distinfo	2015-07-28 22:04:25 UTC (rev 19615)
+++ trunk/dns/unbound/distinfo	2015-07-28 22:06:18 UTC (rev 19616)
@@ -1,2 +1,2 @@
-SHA256 (unbound-1.5.2.tar.gz) = 33ab6c6a5ce3247b0a57e34d209fe8936e1218ff89a9b7ca3ff00c2060dd35c7
-SIZE (unbound-1.5.2.tar.gz) = 4822523
+SHA256 (unbound-1.5.3.tar.gz) = 76bdc875ed4d1d3f8e4cfe960e6df78ee5c6c7c18abac11331cf93a7ae129eca
+SIZE (unbound-1.5.3.tar.gz) = 4821300

Deleted: trunk/dns/unbound/files/patch-Makefile.in
===================================================================
--- trunk/dns/unbound/files/patch-Makefile.in	2015-07-28 22:04:25 UTC (rev 19615)
+++ trunk/dns/unbound/files/patch-Makefile.in	2015-07-28 22:06:18 UTC (rev 19616)
@@ -1,11 +0,0 @@
---- Makefile.in.orig	2014-01-31 14:19:01.000000000 +0400
-+++ Makefile.in	2014-03-13 14:27:03.613703943 +0400
-@@ -497,7 +497,7 @@
- 	$(INSTALL) -c -m 644 doc/unbound.conf.5 $(DESTDIR)$(mandir)/man5
- 	$(INSTALL) -c -m 644 $(srcdir)/doc/unbound-host.1 $(DESTDIR)$(mandir)/man1
- 	$(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
- 
- pythonmod-uninstall:
- 	rm -f -- $(DESTDIR)$(PYTHON_SITE_PKG)/unboundmodule.py

Modified: trunk/dns/unbound/pkg-descr
===================================================================
--- trunk/dns/unbound/pkg-descr	2015-07-28 22:04:25 UTC (rev 19615)
+++ trunk/dns/unbound/pkg-descr	2015-07-28 22:06:18 UTC (rev 19616)
@@ -21,4 +21,4 @@
     * An authoritative name server.
     * Too many Features.
 
-WWW: http://unbound.net
+WWW: http://unbound.net/

Modified: trunk/dns/unbound/pkg-plist
===================================================================
--- trunk/dns/unbound/pkg-plist	2015-07-28 22:04:25 UTC (rev 19615)
+++ trunk/dns/unbound/pkg-plist	2015-07-28 22:06:18 UTC (rev 19616)
@@ -1,6 +1,6 @@
 etc/unbound/unbound.conf.sample
 include/unbound.h
-lib/libunbound.so.2.3.5
+lib/libunbound.so.2.3.6
 lib/libunbound.so.2
 lib/libunbound.so
 lib/libunbound.a



More information about the Midnightbsd-cvs mailing list