Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2013 07:46:33 +0000 (UTC)
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329157 - head/databases/firebird21-server
Message-ID:  <201310030746.r937kXmW000450@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: acm
Date: Thu Oct  3 07:46:32 2013
New Revision: 329157
URL: http://svnweb.freebsd.org/changeset/ports/329157

Log:
  - Add CONFLICTS with another firebird versions

Modified:
  head/databases/firebird21-server/Makefile

Modified: head/databases/firebird21-server/Makefile
==============================================================================
--- head/databases/firebird21-server/Makefile	Thu Oct  3 07:46:06 2013	(r329156)
+++ head/databases/firebird21-server/Makefile	Thu Oct  3 07:46:32 2013	(r329157)
@@ -13,6 +13,11 @@ DIST_SUBDIR=	${PORTNAME}
 MAINTAINER=	acm@FreeBSD.org
 COMMENT?=	Firebird-2 relational database (server)
 
+CONFLICTS?=	${PORTNAME}20-client-* \
+		${PORTNAME}25-client-* \
+		${PORTNAME}20-server-* \
+		${PORTNAME}25-server-*
+
 LIB_DEPENDS=	icuuc:${PORTSDIR}/devel/icu
 
 USES=		bison



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