Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2011 03:23:14 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/159467: Update port: games/xrot
Message-ID:  <20110804032314.3ff67486.tkato432@yahoo.com>
Resent-Message-ID: <201108031840.p73IeSYF076688@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         159467
>Category:       ports
>Synopsis:       Update port: games/xrot
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 03 18:40:28 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Fix MASTER_SITES

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/games/xrot/Makefile games/xrot/Makefile
--- /usr/ports/games/xrot/Makefile	2008-04-20 10:14:46.000000000 +0900
+++ games/xrot/Makefile	2011-07-16 20:16:52.000000000 +0900
@@ -9,18 +9,24 @@
 PORTVERSION=	1.3.2
 PORTREVISION=	1
 CATEGORIES=	games
-MASTER_SITES=	${MASTER_SITE_LOCAL} \
-		ftp://ftp.kobe-u.ac.jp/pub/Linux/packages/Vine/VinePlus/1.1/JG-0.9.1/sources/
-MASTER_SITE_SUBDIR=	will
+MASTER_SITES=	http://hanzubon.jp/mirrors/Vine/%SUBDIR%/ \
+		http://ftp.jaist.ac.jp/pub/Linux/Vine/%SUBDIR%/ \
+		http://ftp.riken.go.jp/Linux/vine/%SUBDIR%/ \
+		http://ftp.yz.yamagata-u.ac.jp/pub/Linux/Vine/%SUBDIR%/ \
+		http://ftp.nara.wide.ad.jp/pub/Linux/vine/%SUBDIR%/ \
+		http://ftp.vinelinux.org/pub/Vine/%SUBDIR%/
+MASTER_SITE_SUBDIR=	VinePlus/1.1/JG-0.9.1/sources
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A falling ball puzzle game for X
 
-ALL_TARGET=	xrot
-PLIST_FILES=	bin/xrot
 WRKSRC=		${WRKDIR}/xrot
+
 USE_IMAKE=	yes
 USE_XORG=	xpm
+ALL_TARGET=	xrot
+
+PLIST_FILES=	bin/xrot
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/xrot ${PREFIX}/bin
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110804032314.3ff67486.tkato432>