From owner-svn-ports-all@FreeBSD.ORG Thu Feb 19 17:55:36 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 171DB36C; Thu, 19 Feb 2015 17:55:36 +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 DC6E8926; Thu, 19 Feb 2015 17:55:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JHtZfJ099559; Thu, 19 Feb 2015 17:55:35 GMT (envelope-from sem@FreeBSD.org) Received: (from sem@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JHtZ8h099556; Thu, 19 Feb 2015 17:55:35 GMT (envelope-from sem@FreeBSD.org) Message-Id: <201502191755.t1JHtZ8h099556@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sem set sender to sem@FreeBSD.org using -f From: Sergey Matveychuk Date: Thu, 19 Feb 2015 17:55:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379354 - head/dns/unbound 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: Thu, 19 Feb 2015 17:55:36 -0000 Author: sem Date: Thu Feb 19 17:55:34 2015 New Revision: 379354 URL: https://svnweb.freebsd.org/changeset/ports/379354 QAT: https://qat.redports.org/buildarchive/r379354/ Log: - Update to 1.5.2 Modified: head/dns/unbound/Makefile head/dns/unbound/distinfo head/dns/unbound/pkg-plist Modified: head/dns/unbound/Makefile ============================================================================== --- head/dns/unbound/Makefile Thu Feb 19 17:47:40 2015 (r379353) +++ head/dns/unbound/Makefile Thu Feb 19 17:55:34 2015 (r379354) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= unbound -PORTVERSION= 1.5.1 -PORTREVISION= 2 +PORTVERSION= 1.5.2 CATEGORIES= dns MASTER_SITES= http://unbound.net/downloads/ @@ -104,6 +103,9 @@ post-build: @for s in ${STRIP_FILES}; do ${STRIP_CMD} ${WRKSRC}/$$s; done post-install: +.if ${PORT_OPTIONS:MPYTHON} + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_unbound.so +.endif .if ${PORT_OPTIONS:MMUNIN} @${MKDIR} ${STAGEDIR}${PREFIX}/share/munin/plugins @${MKDIR} ${STAGEDIR}${PREFIX}/etc/munin/plugins Modified: head/dns/unbound/distinfo ============================================================================== --- head/dns/unbound/distinfo Thu Feb 19 17:47:40 2015 (r379353) +++ head/dns/unbound/distinfo Thu Feb 19 17:55:34 2015 (r379354) @@ -1,2 +1,2 @@ -SHA256 (unbound-1.5.1.tar.gz) = 0ff82709fb2bd7ecbde8dbdcf60fa417d2b43379570a3d460193a76a169900ec -SIZE (unbound-1.5.1.tar.gz) = 4805176 +SHA256 (unbound-1.5.2.tar.gz) = 33ab6c6a5ce3247b0a57e34d209fe8936e1218ff89a9b7ca3ff00c2060dd35c7 +SIZE (unbound-1.5.2.tar.gz) = 4822523 Modified: head/dns/unbound/pkg-plist ============================================================================== --- head/dns/unbound/pkg-plist Thu Feb 19 17:47:40 2015 (r379353) +++ head/dns/unbound/pkg-plist Thu Feb 19 17:55:34 2015 (r379354) @@ -1,6 +1,6 @@ etc/unbound/unbound.conf.sample include/unbound.h -lib/libunbound.so.2.3.3 +lib/libunbound.so.2.3.5 lib/libunbound.so.2 lib/libunbound.so lib/libunbound.a