Bug 116598 - [MAINTAINER] update games/crafty-open-enormous: conflicts
Summary: [MAINTAINER] update games/crafty-open-enormous: conflicts
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-24 08:20 UTC by shoemaker
Modified: 2007-09-24 15:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!