svn commit: r329158 - head/databases/firebird25-server

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Thu Oct 3 07:46:59 UTC 2013


Author: acm
Date: Thu Oct  3 07:46:58 2013
New Revision: 329158
URL: http://svnweb.freebsd.org/changeset/ports/329158

Log:
  - Add CONFLICTS with another firebird versions

Modified:
  head/databases/firebird25-server/Makefile

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


More information about the svn-ports-all mailing list