Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Nov 2014 16:31:45 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372280 - head/dns/gdnsd
Message-ID:  <201411071631.sA7GVj6C024406@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zi
Date: Fri Nov  7 16:31:45 2014
New Revision: 372280
URL: https://svnweb.freebsd.org/changeset/ports/372280
QAT: https://qat.redports.org/buildarchive/r372280/

Log:
  - Note conflict with the 2.x version of the port

Modified:
  head/dns/gdnsd/Makefile

Modified: head/dns/gdnsd/Makefile
==============================================================================
--- head/dns/gdnsd/Makefile	Fri Nov  7 16:03:19 2014	(r372279)
+++ head/dns/gdnsd/Makefile	Fri Nov  7 16:31:45 2014	(r372280)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gdnsd
 PORTVERSION=	1.11.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	dns
 MASTER_SITES=	https://github.com/blblack/gdnsd/releases/download/v${PORTVERSION}/ \
 		http://gdnsd.scaleengine.net/gdnsd/
@@ -23,6 +23,7 @@ USE_LDCONFIG=	yes
 USES=		pkgconfig libtool tar:xz
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+CONFLICTS_INSTALL=	gdnsd2-2.[0-9]*
 
 USE_RC_SUBR=	gdnsd
 



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