svn commit: r329157 - head/databases/firebird21-server
Jose Alonso Cardenas Marquez
acm at FreeBSD.org
Thu Oct 3 07:46:33 UTC 2013
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 at 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
More information about the svn-ports-all
mailing list