ports/97979: [PATCH] games/fishsupper: update to 0.1.2
Martin Wilke
freebsd at unixfreunde.de
Fri May 26 19:11:06 UTC 2006
>Number: 97979
>Category: ports
>Synopsis: [PATCH] games/fishsupper: update to 0.1.2
>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: Fri May 26 19:10:22 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Martin Wilke
>Release: FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD mwilke.ath.cx 7.0-CURRENT FreeBSD 7.0-CURRENT #142: Thu May 18 07:57:01 CEST 2006
>Description:
- Update to 0.1.2
- plist fixd
- tinderbox 5.5/6.0/7.0 checked
Port maintainer (amdmi3 at mail.ru) is cc'd.
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- fishsupper-0.1.2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/games/fishsupper/Makefile /usr/home/splash/dev/ports/games/fishsupper/Makefile
--- /usr/ports/games/fishsupper/Makefile Sun Apr 30 00:44:52 2006
+++ /usr/home/splash/dev/ports/games/fishsupper/Makefile Fri May 26 13:38:43 2006
@@ -6,7 +6,7 @@
#
PORTNAME= fishsupper
-PORTVERSION= 0.1.1
+PORTVERSION= 0.1.2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -18,7 +18,7 @@
USE_SDL= sdl image mixer
ALL_TARGET= fishsupper
-WRKSRC= ${WRKDIR}/FishSupper
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
BUILD_WRKSRC= ${WRKSRC}/src
PORTDOCS= README
diff -ruN --exclude=CVS /usr/ports/games/fishsupper/distinfo /usr/home/splash/dev/ports/games/fishsupper/distinfo
--- /usr/ports/games/fishsupper/distinfo Sun Apr 30 00:44:52 2006
+++ /usr/home/splash/dev/ports/games/fishsupper/distinfo Fri May 26 13:37:08 2006
@@ -1,3 +1,3 @@
-MD5 (fishsupper-0.1.1.tar.gz) = 15ede656a11612c261e4e67a669ae21e
-SHA256 (fishsupper-0.1.1.tar.gz) = 8d8ebd84d70bf4546b181f378489ee821f16ecc864fe961881025f89f9bcb653
-SIZE (fishsupper-0.1.1.tar.gz) = 785300
+MD5 (fishsupper-0.1.2.tar.gz) = a7ebb1d68ffe3f93d461dde374d85fd5
+SHA256 (fishsupper-0.1.2.tar.gz) = c9e5777397b66b1b900412425b8e43a99bfa9ef6597021fdecde8b71f20d8aea
+SIZE (fishsupper-0.1.2.tar.gz) = 982262
diff -ruN --exclude=CVS /usr/ports/games/fishsupper/pkg-plist /usr/home/splash/dev/ports/games/fishsupper/pkg-plist
--- /usr/ports/games/fishsupper/pkg-plist Sun Apr 30 00:44:52 2006
+++ /usr/home/splash/dev/ports/games/fishsupper/pkg-plist Fri May 26 13:47:12 2006
@@ -1,4 +1,5 @@
bin/fishsupper
+%%DATADIR%%/images/cats_whiskers.png
%%DATADIR%%/images/font1.png
%%DATADIR%%/images/font2.png
%%DATADIR%%/images/fs_image_00.png
@@ -28,7 +29,10 @@
%%DATADIR%%/images/fs_image_24.png
%%DATADIR%%/images/fs_image_25.png
%%DATADIR%%/images/fs_image_26.png
+%%DATADIR%%/images/fs_image_27.png
%%DATADIR%%/images/get_ready_bg.png
+%%DATADIR%%/images/high_scores_font.png
+%%DATADIR%%/images/high_scores_font_faint.png
%%DATADIR%%/images/hiscores.png
%%DATADIR%%/images/hiscores_h.png
%%DATADIR%%/images/intro_screen.png
@@ -42,11 +46,13 @@
%%DATADIR%%/levels/level_02.fsl
%%DATADIR%%/levels/level_03.fsl
%%DATADIR%%/levels/level_04.fsl
+%%DATADIR%%/levels/level_05.fsl
+%%DATADIR%%/levels/level_06.fsl
%%DATADIR%%/sounds/miaow.wav
%%DATADIR%%/sounds/ping.wav
%%DATADIR%%/sounds/river.wav
%%DATADIR%%/sounds/splash.wav
- at dirrm %%DATADIR%%/images
- at dirrm %%DATADIR%%/levels
@dirrm %%DATADIR%%/sounds
+ at dirrm %%DATADIR%%/levels
+ at dirrm %%DATADIR%%/images
@dirrm %%DATADIR%%
--- fishsupper-0.1.2.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list