Bug 182070 - [patch] games/crafty-open-enormous: make it fetchable and unbreak
Summary: [patch] games/crafty-open-enormous: make it fetchable and unbreak
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: Florian Smeets
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-13 21:30 UTC by m.tsatsenko
Modified: 2013-09-13 21:50 UTC (History)
0 users

See Also:


Attachments
file.diff (667 bytes, patch)
2013-09-13 21:30 UTC, m.tsatsenko
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description m.tsatsenko 2013-09-13 21:30:00 UTC
- unbreak by using actual master site

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-13 21:30:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->flo

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-09-13 21:43:09 UTC
Author: flo
Date: Fri Sep 13 20:43:00 2013
New Revision: 327183
URL: http://svnweb.freebsd.org/changeset/ports/327183

Log:
  Unbreak by using new MASTER_SITE
  
  PR:		ports/182070 [1]
  Submitted by:	Mikhail T. <m.tsatsenko@gmail.com> (partly) [1]

Modified:
  head/games/crafty-open-enormous/Makefile
  head/games/crafty-tablebase-no-pawn/Makefile
  head/games/crafty-tablebase-pawn/Makefile
  head/games/crafty/Makefile

Modified: head/games/crafty-open-enormous/Makefile
==============================================================================
--- head/games/crafty-open-enormous/Makefile	Fri Sep 13 19:39:38 2013	(r327182)
+++ head/games/crafty-open-enormous/Makefile	Fri Sep 13 20:43:00 2013	(r327183)
@@ -5,19 +5,17 @@ PORTNAME=	crafty-open-enormous
 PORTVERSION=	20070924
 PORTREVISION=	1
 CATEGORIES=	games
-MASTER_SITES=	ftp://ftp.cis.uab.edu/pub/hyatt/pgn/ \
+MASTER_SITES=	http://www.cis.uab.edu/hyatt/crafty/pgn/ \
 		${MASTER_SITE_LOCAL}
 DISTFILES=	enormous.zip
 EXTRACT_ONLY=	${DISTFILES}
 
 MAINTAINER=	flo@FreeBSD.org
-COMMENT=	The enormous opening book (about 85-90 MByte) for crafty
+COMMENT=	Enormous opening book (about 270 MByte) for crafty
 
 BUILD_DEPENDS=	crafty:${PORTSDIR}/games/crafty
 RUN_DEPENDS=	crafty:${PORTSDIR}/games/crafty
 
-BROKEN=		Does not fetch
-
 DIST_SUBDIR=		crafty
 USE_ZIP=		yes
 NO_WRKSUBDIR=		yes

Modified: head/games/crafty-tablebase-no-pawn/Makefile
==============================================================================
--- head/games/crafty-tablebase-no-pawn/Makefile	Fri Sep 13 19:39:38 2013	(r327182)
+++ head/games/crafty-tablebase-no-pawn/Makefile	Fri Sep 13 20:43:00 2013	(r327183)
@@ -4,7 +4,7 @@
 PORTNAME=	crafty-tablebases-no-pawn
 PORTVERSION=	20070910
 CATEGORIES=	games
-MASTER_SITES=	ftp://ftp.cis.uab.edu/pub/hyatt/TB/3-4-5/
+MASTER_SITES=	http://www.cis.uab.edu/hyatt/crafty/TB/3-4-5/
 DISTFILES=	kbbbk.nbb.emd kbbbk.nbw.emd kbbk.nbb.emd kbbk.nbw.emd	\
 kbbkb.nbb.emd kbbkb.nbw.emd kbbkn.nbb.emd kbbkn.nbw.emd kbbkq.nbb.emd	\
 kbbkq.nbw.emd kbbkr.nbb.emd kbbkr.nbw.emd kbbnk.nbb.emd kbbnk.nbw.emd	\
@@ -45,8 +45,6 @@ EXTRACT_ONLY=
 MAINTAINER=	conrads@cox.net
 COMMENT=	These are the tablebases for crafty, minus the pawn tbs
 
-BROKEN=		Does not fetch
-
 RUN_DEPENDS=	crafty:${PORTSDIR}/games/crafty
 
 NO_BUILD=	yes

Modified: head/games/crafty-tablebase-pawn/Makefile
==============================================================================
--- head/games/crafty-tablebase-pawn/Makefile	Fri Sep 13 19:39:38 2013	(r327182)
+++ head/games/crafty-tablebase-pawn/Makefile	Fri Sep 13 20:43:00 2013	(r327183)
@@ -4,7 +4,7 @@
 PORTNAME=	crafty-tablebase-pawn
 PORTVERSION=	20070910
 CATEGORIES=	games
-MASTER_SITES=	ftp://ftp.cis.uab.edu/pub/hyatt/TB/3-4-5/
+MASTER_SITES=	http://www.cis.uab.edu/hyatt/crafty/TB/3-4-5/
 DISTFILES=	kbbkp.nbb.emd kbbkp.nbw.emd kbbpk.nbb.emd kbbpk.nbw.emd	\
 kbkp.nbb.emd kbkp.nbw.emd kbnkp.nbb.emd kbnkp.nbw.emd kbnpk.nbb.emd	\
 kbnpk.nbw.emd kbpk.nbb.emd kbpk.nbw.emd kbpkb.nbb.emd kbpkb.nbw.emd	\
@@ -36,8 +36,6 @@ EXTRACT_ONLY=
 MAINTAINER=	conrads@cox.net
 COMMENT=	These are the pawn tablebases (3,4,5 man) for crafty
 
-BROKEN=		Does not fetch
-
 RUN_DEPENDS=	crafty:${PORTSDIR}/games/crafty
 
 NO_BUILD=	yes

Modified: head/games/crafty/Makefile
==============================================================================
--- head/games/crafty/Makefile	Fri Sep 13 19:39:38 2013	(r327182)
+++ head/games/crafty/Makefile	Fri Sep 13 20:43:00 2013	(r327183)
@@ -1,19 +1,15 @@
-# New ports collection makefile for:	crafty
-# Date created:				31 May 1998
-# Whom:					Stefan Eggers <seggers@semyam.dinoco.de>
-#
+# Created by: Stefan Eggers <seggers@semyam.dinoco.de>
 # $FreeBSD$
-#
 
 PORTNAME=	crafty
 PORTVERSION=	23.4
 CATEGORIES=	games
 MASTER_SITES=	http://www.craftychess.com/:src \
-		ftp://ftp.cis.uab.edu/pub/hyatt/pgn/:data \
-		ftp://ftp.cis.uab.edu/pub/hyatt/documentation/:doc \
-		ftp://ftp.cis.uab.edu/pub/hyatt/source/:src \
-		ftp://ftp.cis.uab.edu/pub/hyatt/book/:utils \
-		ftp://ftp.cis.uab.edu/pub/hyatt/book/:books
+		http://www.cis.uab.edu/hyatt/crafty/pgn/:data \
+		http://www.cis.uab.edu/hyatt/crafty/documentation/:doc \
+		http://www.cis.uab.edu/hyatt/crafty/source/:src \
+		http://www.cis.uab.edu/hyatt/crafty/book/:utils \
+		http://www.cis.uab.edu/hyatt/crafty/book/:books
 DISTFILES=	crafty-${PORTVERSION}.zip:src \
 		start.pgn:data
 DIST_SUBDIR=	crafty
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Florian Smeets freebsd_committer freebsd_triage 2013-09-13 21:43:28 UTC
State Changed
From-To: open->closed

Committed. Thanks!