From owner-svn-ports-all@FreeBSD.ORG Fri Dec 5 18:52:55 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 845CDA08; Fri, 5 Dec 2014 18:52:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6CC7E75C; Fri, 5 Dec 2014 18:52:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB5IqtRu078471; Fri, 5 Dec 2014 18:52:55 GMT (envelope-from sem@FreeBSD.org) Received: (from sem@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB5Iqs0N078463; Fri, 5 Dec 2014 18:52:54 GMT (envelope-from sem@FreeBSD.org) Message-Id: <201412051852.sB5Iqs0N078463@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sem set sender to sem@FreeBSD.org using -f From: Sergey Matveychuk Date: Fri, 5 Dec 2014 18:52:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374077 - in head/dns/unbound: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2014 18:52:55 -0000 Author: sem Date: Fri Dec 5 18:52:53 2014 New Revision: 374077 URL: https://svnweb.freebsd.org/changeset/ports/374077 QAT: https://qat.redports.org/buildarchive/r374077/ Log: - Update to 1.5.0 - Removed FreeBSD 10 check for libevent, because of upstream fixes (as stated in changelog) - Converted files/patch-Makefile.in to sed patch, which is position independent PR: 195674 Submitted by: lightside@gmx.com Deleted: head/dns/unbound/files/patch-Makefile.in Modified: head/dns/unbound/Makefile head/dns/unbound/distinfo head/dns/unbound/files/pkg-message.in head/dns/unbound/pkg-plist Modified: head/dns/unbound/Makefile ============================================================================== --- head/dns/unbound/Makefile Fri Dec 5 18:31:27 2014 (r374076) +++ head/dns/unbound/Makefile Fri Dec 5 18:52:53 2014 (r374077) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= unbound -PORTVERSION= 1.4.22 -PORTREVISION= 5 +PORTVERSION= 1.5.0 CATEGORIES= dns MASTER_SITES= http://unbound.net/downloads/ @@ -32,7 +31,7 @@ PLIST_SUB+= PYTHON=${PYTHON} MUNIN=${MUN OPTIONS_DEFINE= THREADS PYTHON GOST ECDSA MUNIN DOCS LIBEVENT OPTIONS_DEFAULT=THREADS ECDSA -LIBEVENT_DESC= Build against libevent (BROKEN on =10.0-RELEASE) +LIBEVENT_DESC= Build against libevent GOST_DESC= Enable GOST support (requires OpenSSL >= 1.0) ECDSA_DESC= Enable ECDSA (elliptic curve) support (OpenSSL >= 1.0) MUNIN_DESC= Install Munin plugin @@ -79,11 +78,6 @@ MUNIN= "@comment " .endif .if ${PORT_OPTIONS:MLIBEVENT} -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000015 -SUB_LIST+= BROKEN="WARNING: Unbound with LIBEVENT crashes if run on FreeBSD 10.0-RELEASE. Update to 10.1-RELEASE or stable/10 after r273137." -.else -SUB_LIST+= BROKEN="" -.endif LIB_DEPENDS+= libevent.so:${PORTSDIR}/devel/libevent2 USES+= pkgconfig CONFIGURE_ARGS+=--with-libevent @@ -100,6 +94,9 @@ CONFIGURE_ARGS+=--without-pthreads post-patch: @${MKDIR} ${WRKSRC}/balancer @${RM} ${WRKSRC}/util/configlexer.c + @${REINPLACE_CMD} -e 's|if test ! -e $$(DESTDIR)$$(configfile); then || ; \ + s|$$(configfile); fi|$$(configfile).sample|' \ + ${WRKSRC}/Makefile.in post-build: @for s in ${STRIP_FILES}; do ${STRIP_CMD} ${WRKSRC}/$$s; done Modified: head/dns/unbound/distinfo ============================================================================== --- head/dns/unbound/distinfo Fri Dec 5 18:31:27 2014 (r374076) +++ head/dns/unbound/distinfo Fri Dec 5 18:52:53 2014 (r374077) @@ -1,2 +1,2 @@ -SHA256 (unbound-1.4.22.tar.gz) = 1caf5081b2190ecdb23fc4d998b7999e28640c941f53baff7aee03c092a7d29f -SIZE (unbound-1.4.22.tar.gz) = 4735801 +SHA256 (unbound-1.5.0.tar.gz) = 9fde4aeb8258bc864cd5e5d6d9b8bcf8fa12a57059424fece1c6adcc6387b876 +SIZE (unbound-1.5.0.tar.gz) = 4811349 Modified: head/dns/unbound/files/pkg-message.in ============================================================================== --- head/dns/unbound/files/pkg-message.in Fri Dec 5 18:31:27 2014 (r374076) +++ head/dns/unbound/files/pkg-message.in Fri Dec 5 18:52:53 2014 (r374077) @@ -8,5 +8,3 @@ env.unbound_conf %%PREFIX%%/etc/unbound/ env.unbound_control %%PREFIX%%/sbin/unbound-control env.spoof_warn 1000 env.spoof_crit 100000 - -%%BROKEN%% Modified: head/dns/unbound/pkg-plist ============================================================================== --- head/dns/unbound/pkg-plist Fri Dec 5 18:31:27 2014 (r374076) +++ head/dns/unbound/pkg-plist Fri Dec 5 18:52:53 2014 (r374077) @@ -1,6 +1,6 @@ etc/unbound/unbound.conf.sample include/unbound.h -lib/libunbound.so.2.2.1 +lib/libunbound.so.2.3.3 lib/libunbound.so.2 lib/libunbound.so lib/libunbound.a @@ -51,7 +51,7 @@ sbin/unbound-host %%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.a %%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so.2 -%%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so.2.2.1 +%%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so.2.3.3 %%PYTHON%%%%PYTHON_SITELIBDIR%%/unbound.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/unboundmodule.py %%MUNIN%%etc/munin/plugins/unbound_munin_by_class