Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Dec 2012 12:36:46 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309174 - in head/dns/knot: . files
Message-ID:  <201212181236.qBICak6W040846@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <freebsd@dns-lab.com>
+# Created by: Leo Vandewoestijne <freebsd@dns-lab.com>
 # $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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212181236.qBICak6W040846>