ports/94208: [PATCH] games/icebreaker: UNBREAK (fix fetch)

Ion-Mihai IOnut Tetcu itetcu at people.tecnik93.com
Wed Mar 8 02:30:11 UTC 2006


>Number:         94208
>Category:       ports
>Synopsis:       [PATCH] games/icebreaker: UNBREAK (fix fetch)
>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 Mar 08 02:30:09 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Ion-Mihai "IOnut" Tetcu
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
Tecnik'93 
>Environment:


System: FreeBSD 6.1-PRERELEASE #0: Fri Feb 24 07:01:54 EET 2006
    root at it.buh.tecnik93.com:/usr/obj/usr/src/sys/IT6_B_P



>Description:


Point MASTER_SITES to the new URL. [1]
portlint while here

Tested on 6-STABLE tinderbox

Reported by:    fenner's distfile survey [1]


>How-To-Repeat:





>Fix:


--- icebreaker.diff begins here ---
? icebreaker.diff
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/games/icebreaker/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile	16 Mar 2004 04:23:42 -0000	1.9
+++ Makefile	8 Mar 2006 02:16:35 -0000
@@ -9,12 +9,11 @@
 PORTVERSION=	1.2.1
 PORTREVISION=	3
 CATEGORIES=	games
-MASTER_SITES=	http://www.mattdm.org/icebreaker/1.2.x/
+MASTER_SITES=	http://mattdm.org/icebreaker/1.2.x/
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A game similar to Jezzball or Barrack
-
 
 USE_SDL=	mixer sdl
 USE_GMAKE=	yes
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/games/icebreaker/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	30 Jul 2001 11:28:21 -0000	1.2
+++ pkg-plist	8 Mar 2006 02:16:35 -0000
@@ -1,9 +1,9 @@
 bin/icebreaker
-share/icebreaker/crash.wav
-share/icebreaker/icebreaker_48.bmp
-share/icebreaker/ouch.wav
-share/icebreaker/penguin.bmp
-share/icebreaker/penguinicon_32.bmp
-share/icebreaker/scores/icebreaker.scores
- at dirrm share/icebreaker/scores
- at dirrm share/icebreaker
+%%DATADIR%%/crash.wav
+%%DATADIR%%/icebreaker_48.bmp
+%%DATADIR%%/ouch.wav
+%%DATADIR%%/penguin.bmp
+%%DATADIR%%/penguinicon_32.bmp
+%%DATADIR%%/scores/icebreaker.scores
+ at dirrm %%DATADIR%%/scores
+ at dirrm %%DATADIR%%
--- icebreaker.diff ends here ---



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



More information about the freebsd-ports-bugs mailing list