Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Apr 2006 22:17:25 +0200 (CEST)
From:      Lars Engels <lars.engels@0x20.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/95435: games/sxsame: add distfile mirrors
Message-ID:  <200604062017.k36KHPbf028889@bart.bsd-geek.de>
Resent-Message-ID: <200604062020.k36KKHuj044617@freefall.freebsd.org>

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

>Number:         95435
>Category:       ports
>Synopsis:       games/sxsame: add distfile mirrors
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 06 20:20:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Lars Engels
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD bart.bsd-geek.de 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Sat Apr 1 14:14:13 CEST 2006 lars@bart.bsd-geek.de:/usr/obj/usr/src/sys/BART i386


	
>Description:
	
- Remove dead mirrors, add working ones
- Fix typos in pkg-descr
- s/PORTDOCS/DOCSDIR/

>How-To-Repeat:
	
>Fix:

	

--- sxsame.diff begins here ---
diff -Nur games/sxsame.orig/Makefile games/sxsame/Makefile
--- games/sxsame.orig/Makefile	Thu Apr  6 21:31:58 2006
+++ games/sxsame/Makefile	Thu Apr  6 21:34:51 2006
@@ -8,10 +8,10 @@
 PORTNAME=	sxsame
 PORTVERSION=	3.02
 CATEGORIES=	games
-MASTER_SITES=	ftp://stardust.sfc.wide.ad.jp/pub/JG/JG-0.9.1/sources/ \
-		ftp://ftp.riken.go.jp/pub/Linux/jg/JG-0.9.1/sources/ \
-		ftp://ftp.eos.hokudai.ac.jp/pub/Linux/JG/JG-0.9.1/sources/ \
-		ftp://mirror.nucba.ac.jp/mirror/JG/JG-0.9.1/sources/
+MASTER_SITES=	http://www.hanzubon.org/mirrors/Vine/VinePlus/1.1/JG-0.9.1/sources/ \
+		http://www.asahi-net.or.jp/~fj9y-ynym/ \
+		http://ftp.ncnu.edu.tw/FreeBSD/distfiles/ \
+		http://mirror.israel.net/pub/FreeBSD/distfiles/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A tile-removing puzzle game for the X Window system
diff -Nur games/sxsame.orig/pkg-descr games/sxsame/pkg-descr
--- games/sxsame.orig/pkg-descr	Thu Apr  6 21:31:58 2006
+++ games/sxsame/pkg-descr	Thu Apr  6 21:37:06 2006
@@ -1,5 +1,5 @@
-sxsame -- a game of removing tiles,for X Window system 
+sxsame -- a game of removing tiles, for X Window system 
 
 Goal of this game is removing more tiles as you can and
 get much score. You can remove two or more tiles with 
-same color,neibouring vertical or horizontal.
+same color, neibouring vertical or horizontal.
diff -Nur games/sxsame.orig/pkg-plist games/sxsame/pkg-plist
--- games/sxsame.orig/pkg-plist	Thu Apr  6 21:31:58 2006
+++ games/sxsame/pkg-plist	Thu Apr  6 21:36:35 2006
@@ -25,9 +25,10 @@
 lib/X11/sxsame/s_marble.bmp
 lib/X11/sxsame/samegame.dat
 lib/X11/sxsame/snake.bmp
-%%PORTDOCS%%share/doc/sxsame/INSTALL.jp
-%%PORTDOCS%%share/doc/sxsame/README.jp
-%%PORTDOCS%%@dirrm share/doc/sxsame
+%%DOCSDIR%%share/doc/sxsame/INSTALL.jp
+%%DOCSDIR%%share/doc/sxsame/README.jp
+%%DOCSDIR%%@dirrm share/doc/sxsame
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
 @exec mkdir -p %D/lib/X11/sxsame
 @exec chmod 2775 %D/lib/X11/sxsame
-@unexec rm -rf %D/lib/X11/sxsame
+@unexec rm -rf %D/lib/X11/sxsame 2>&1 >/dev/null || true
--- sxsame.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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