- 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 <shoemaker at bluebottle.com> (maintainer)
This commit is contained in:
Rong-En Fan 2007-09-24 14:00:40 +00:00
parent 77fe834d45
commit 45d9a259ae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200051
3 changed files with 6 additions and 3 deletions

View File

@ -6,7 +6,7 @@
# #
PORTNAME= crafty-open-enormous PORTNAME= crafty-open-enormous
PORTVERSION= 1 PORTVERSION= 20070924
CATEGORIES= games CATEGORIES= games
MASTER_SITES= ftp://ftp.cis.uab.edu/pub/hyatt/pgn/ \ MASTER_SITES= ftp://ftp.cis.uab.edu/pub/hyatt/pgn/ \
${MASTER_SITE_LOCAL} ${MASTER_SITE_LOCAL}
@ -23,6 +23,7 @@ DIST_SUBDIR= crafty
USE_ZIP= yes USE_ZIP= yes
NO_WRKSUBDIR= yes NO_WRKSUBDIR= yes
NO_PACKAGE= Package is way too big NO_PACKAGE= Package is way too big
CONFLICTS= crafty-open-large-* crafty-open-medium-*
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>

View File

@ -7,6 +7,7 @@
PORTNAME= crafty-open-large PORTNAME= crafty-open-large
PORTVERSION= 20070909 PORTVERSION= 20070909
PORTREVISION= 1
CATEGORIES= games CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= dd/crafty MASTER_SITE_SUBDIR= dd/crafty
@ -21,7 +22,7 @@ RUN_DEPENDS= crafty:${PORTSDIR}/games/crafty
DIST_SUBDIR= crafty DIST_SUBDIR= crafty
USE_ZIP= yes USE_ZIP= yes
NO_WRKSUBDIR= yes NO_WRKSUBDIR= yes
CONFLICTS= games/crafty-open-enormous-* games/crafty-open-medium-* CONFLICTS= crafty-open-enormous-* crafty-open-medium-*
post-extract: post-extract:
@${ECHO_MSG} '================================================================' @${ECHO_MSG} '================================================================'

View File

@ -7,6 +7,7 @@
PORTNAME= crafty-open-medium PORTNAME= crafty-open-medium
PORTVERSION= 20070909 PORTVERSION= 20070909
PORTREVISION= 1
CATEGORIES= games CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= dd/crafty MASTER_SITE_SUBDIR= dd/crafty
@ -21,7 +22,7 @@ RUN_DEPENDS= crafty:${PORTSDIR}/games/crafty
DIST_SUBDIR= crafty DIST_SUBDIR= crafty
USE_ZIP= yes USE_ZIP= yes
NO_WRKSUBDIR= yes NO_WRKSUBDIR= yes
CONFLICTS= games/crafty-open-enormous-* games/crafty-open-large-* CONFLICTS= crafty-open-enormous-* crafty-open-large-*
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>