From 45d9a259ae5493e9516799efcb973fe3b7abf7ab Mon Sep 17 00:00:00 2001 From: Rong-En Fan Date: Mon, 24 Sep 2007 14:00:40 +0000 Subject: [PATCH] - Add conflicts for crafty-open-enormous - Make PORTVERSION of crafty-open-enormous to be consistent with others - Correct CONFLICTS line in crafty-open-large, crafty-open-medium PR: ports/116598 Submitted by: J Shoemaker (maintainer) --- games/crafty-open-enormous/Makefile | 3 ++- games/crafty-open-large/Makefile | 3 ++- games/crafty-open-medium/Makefile | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/games/crafty-open-enormous/Makefile b/games/crafty-open-enormous/Makefile index 6a080a96ddef..b6a560282dc9 100644 --- a/games/crafty-open-enormous/Makefile +++ b/games/crafty-open-enormous/Makefile @@ -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,6 +23,7 @@ DIST_SUBDIR= crafty USE_ZIP= yes NO_WRKSUBDIR= yes NO_PACKAGE= Package is way too big +CONFLICTS= crafty-open-large-* crafty-open-medium-* .include diff --git a/games/crafty-open-large/Makefile b/games/crafty-open-large/Makefile index 5fce59ea8df4..12b2349687e0 100644 --- a/games/crafty-open-large/Makefile +++ b/games/crafty-open-large/Makefile @@ -7,6 +7,7 @@ PORTNAME= crafty-open-large PORTVERSION= 20070909 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= dd/crafty @@ -21,7 +22,7 @@ RUN_DEPENDS= crafty:${PORTSDIR}/games/crafty DIST_SUBDIR= crafty USE_ZIP= yes NO_WRKSUBDIR= yes -CONFLICTS= games/crafty-open-enormous-* games/crafty-open-medium-* +CONFLICTS= crafty-open-enormous-* crafty-open-medium-* post-extract: @${ECHO_MSG} '================================================================' diff --git a/games/crafty-open-medium/Makefile b/games/crafty-open-medium/Makefile index bad782fc8c71..86b7808cc30f 100644 --- a/games/crafty-open-medium/Makefile +++ b/games/crafty-open-medium/Makefile @@ -7,6 +7,7 @@ PORTNAME= crafty-open-medium PORTVERSION= 20070909 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= dd/crafty @@ -21,7 +22,7 @@ RUN_DEPENDS= crafty:${PORTSDIR}/games/crafty DIST_SUBDIR= crafty USE_ZIP= yes NO_WRKSUBDIR= yes -CONFLICTS= games/crafty-open-enormous-* games/crafty-open-large-* +CONFLICTS= crafty-open-enormous-* crafty-open-large-* .include