Bug 116598

Summary: [MAINTAINER] update games/crafty-open-enormous: conflicts
Product: Ports & Packages Reporter: shoemaker <shoemaker>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description shoemaker 2007-09-24 08:20:03 UTC
	Updated CONFLICTS variable, since crafty can have only
	one book at a time and there are other ports to choose
	from.

Fix: 

----------------------------------------------------------------------
Get a free email account with anti spam protection.
http://www.bluebottle.com/tag/2--qHQN1mWIaX5MtrW19kkafYHBDVAxPB8Ojlsx3V55ws9D5EG2
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- Makefile.orig	2007-09-22 22:31:19.000000000 -0600
+++ Makefile	2007-09-24 00:59:10.000000000 -0600
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	crafty-open-enormous
-PORTVERSION=	1
+PORTVERSION=	20070924
 CATEGORIES=	games
 MASTER_SITES=	ftp://ftp.cis.uab.edu/pub/hyatt/pgn/ \
 		${MASTER_SITE_LOCAL}
@@ -23,7 +23,7 @@
 USE_ZIP=		yes
 NO_WRKSUBDIR=		yes
 NO_PACKAGE=		Package is way too big
-
+CONFLICTS=	games/crafty-open-large-* games/crafty-open-medium-*
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "amd64"
Comment 1 Rong-En Fan freebsd_committer freebsd_triage 2007-09-24 15:00:41 UTC
State Changed
From-To: open->closed

Committed. Thanks!