Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Apr 2006 21:58:14 +0200 (CEST)
From:      Lars Engels <lars.engels@0x20.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/95427: games/gtkabale: add distfile mirrors
Message-ID:  <200604061958.k36JwEFi028081@bart.bsd-geek.de>
Resent-Message-ID: <200604062000.k36K0b2q043791@freefall.freebsd.org>

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

>Number:         95427
>Category:       ports
>Synopsis:       games/gtkabale: 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:00:36 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 mirror and add working ones
- add USE_GETTEXT to Makefile
- use %%DATADIR%% in pkg-plist
>How-To-Repeat:
	
>Fix:

	

--- gtkabale.diff begins here ---
diff -Nur games/gtkabale.orig/Makefile games/gtkabale/Makefile
--- games/gtkabale.orig/Makefile	Thu Apr  6 20:02:57 2006
+++ games/gtkabale/Makefile	Thu Apr  6 20:09:55 2006
@@ -9,11 +9,14 @@
 PORTVERSION=	0.3
 PORTREVISION=	2
 CATEGORIES=	games
-MASTER_SITES=	http://sf.gds.tuwien.ac.at/3/g/gt/gtkabale/
+MASTER_SITES=	http://ftp.osuosl.org/pub/FreeBSD/distfiles/ \
+		http://www.gtlib.gatech.edu/pub/FreeBSD/distfiles/ \
+		ftp://ftp2.skynet.be/pub/ftp.freebsd.org/distfiles/ \
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A lazy version of solitaire game
 
+USE_GETTEXT=	yes
 USE_X_PREFIX=	yes
 USE_GNOME=	imlib
 GNU_CONFIGURE=	yes
diff -Nur games/gtkabale.orig/pkg-plist games/gtkabale/pkg-plist
--- games/gtkabale.orig/pkg-plist	Thu Apr  6 20:02:57 2006
+++ games/gtkabale/pkg-plist	Thu Apr  6 20:08:32 2006
@@ -1,12 +1,12 @@
 bin/gtkabale
-share/gtkabale/ambiguous.png
-share/gtkabale/back.png
-share/gtkabale/cards.png
-share/gtkabale/game-lost.png
-share/gtkabale/game-won.png
-share/gtkabale/gtkrc
-share/gtkabale/help-no.png
-share/gtkabale/help-yes.png
-share/gtkabale/no-move.png
+%%DATADIR%%/ambiguous.png
+%%DATADIR%%/back.png
+%%DATADIR%%/cards.png
+%%DATADIR%%/game-lost.png
+%%DATADIR%%/game-won.png
+%%DATADIR%%/gtkrc
+%%DATADIR%%/help-no.png
+%%DATADIR%%/help-yes.png
+%%DATADIR%%/no-move.png
 share/locale/da/LC_MESSAGES/gtkabale.mo
 @dirrm share/gtkabale
--- gtkabale.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?200604061958.k36JwEFi028081>