From owner-svn-ports-head@FreeBSD.ORG Tue Dec 18 12:36:47 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A3096DA7; Tue, 18 Dec 2012 12:36:47 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 6F3D28FC14; Tue, 18 Dec 2012 12:36:47 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBICalAN040849; Tue, 18 Dec 2012 12:36:47 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBICak6W040846; Tue, 18 Dec 2012 12:36:46 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201212181236.qBICak6W040846@svn.freebsd.org> From: "Jason E. Hale" Date: Tue, 18 Dec 2012 12:36:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309174 - in head/dns/knot: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2012 12:36:47 -0000 Author: jhale Date: Tue Dec 18 12:36:46 2012 New Revision: 309174 URL: http://svnweb.freebsd.org/changeset/ports/309174 Log: - Fix build with clang. Patch was not updated in r309135 and no longer seems neccessary. - Remove superfluous PORTVERSION and space - Remove COPYING from PORTDOCS since LICENSE is defined - Drop ABI version from LIB_DEPENDS - Tab -> space in pkg-descr WWW line - Remove FreeBSD keyword from pkg-plist Deleted: head/dns/knot/files/extrapatch-configure Modified: head/dns/knot/Makefile head/dns/knot/pkg-descr (contents, props changed) head/dns/knot/pkg-plist (contents, props changed) Modified: head/dns/knot/Makefile ============================================================================== --- head/dns/knot/Makefile Tue Dec 18 12:09:52 2012 (r309173) +++ head/dns/knot/Makefile Tue Dec 18 12:36:46 2012 (r309174) @@ -1,10 +1,8 @@ -# Created by: Leo Vandewoestijne +# Created by: Leo Vandewoestijne # $FreeBSD$ PORTNAME= knot -PORTVERSION= 1.1.3.r1 DISTVERSION= 1.1.3-rc1 - CATEGORIES= dns ipv6 MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \ http://www.dns-lab.com/downloads/knot-dns/ @@ -16,11 +14,7 @@ LICENSE= GPLv3 BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison \ flex>=2.5.35_1:${PORTSDIR}/textproc/flex -LIB_DEPENDS= urcu.1:${PORTSDIR}/sysutils/userspace-rcu - -.if ${CC} == "clang" -EXTRA_PATCHES+= ${FILESDIR}/extrapatch-configure -.endif +LIB_DEPENDS= urcu:${PORTSDIR}/sysutils/userspace-rcu CONFIGURE_ARGS= --sysconfdir=${ETCDIR} GNU_CONFIGURE= yes @@ -39,7 +33,7 @@ MAN5= knot.conf.5 INFO= knot -PORTDOCS= AUTHORS ChangeLog CodingStyle COPYING \ +PORTDOCS= AUTHORS ChangeLog CodingStyle \ INSTALL KNOWN_ISSUES NEWS README RELNOTES post-install: Modified: head/dns/knot/pkg-descr ============================================================================== --- head/dns/knot/pkg-descr Tue Dec 18 12:09:52 2012 (r309173) +++ head/dns/knot/pkg-descr Tue Dec 18 12:36:46 2012 (r309174) @@ -17,4 +17,4 @@ Key features: - NSID -WWW: http://www.knot-dns.cz/ +WWW: http://www.knot-dns.cz/ Modified: head/dns/knot/pkg-plist ============================================================================== --- head/dns/knot/pkg-plist Tue Dec 18 12:09:52 2012 (r309173) +++ head/dns/knot/pkg-plist Tue Dec 18 12:36:46 2012 (r309174) @@ -1,4 +1,3 @@ -@comment $FreeBSD$ @stopdaemon knotd %%ETCDIR%%/example.com.zone @unexec if cmp -s %B/knot.min.conf %B/knot.conf; then rm -f %B/knot.conf; fi