[Lunar-commits] r16831 - moonbase/trunk/games/fillets-ng

Chad Kittel v3rt1g0 at lunar-linux.org
Fri Oct 7 13:39:31 UTC 2005


Author: v3rt1g0
Date: 2005-10-07 13:39:30 +0000 (Fri, 07 Oct 2005)
New Revision: 16831

Modified:
   moonbase/trunk/games/fillets-ng/BUILD
   moonbase/trunk/games/fillets-ng/DETAILS
Log:
Version bump.  the DATA part didn't have a version bump so I broke that 
part into it's own variable that can be used to maintain that.  bug 
fixes mainly in these last few missed releases.  Long live the little 
fishys!


Modified: moonbase/trunk/games/fillets-ng/BUILD
===================================================================
--- moonbase/trunk/games/fillets-ng/BUILD	2005-10-07 13:34:45 UTC (rev 16830)
+++ moonbase/trunk/games/fillets-ng/BUILD	2005-10-07 13:39:30 UTC (rev 16831)
@@ -1,8 +1,8 @@
 (
-  
-  default_build &&
+ 
+  default_build                        &&
   mkdir -p /usr/share/games/fillets-ng &&
-  cp -R $BUILD_DIRECTORY/$MODULE-data-$VERSION/???* \
+  cp -R $BUILD_DIRECTORY/$MODULE-$DATA_VERSION/???* \
     /usr/share/games/fillets-ng
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/games/fillets-ng/DETAILS
===================================================================
--- moonbase/trunk/games/fillets-ng/DETAILS	2005-10-07 13:34:45 UTC (rev 16830)
+++ moonbase/trunk/games/fillets-ng/DETAILS	2005-10-07 13:39:30 UTC (rev 16831)
@@ -1,15 +1,17 @@
           MODULE=fillets-ng
-         VERSION=0.7.1
+         VERSION=0.7.3
+    DATA_VERSION=data-0.7.1
           SOURCE=$MODULE-$VERSION.tar.gz
-	 SOURCE2=$MODULE-data-$VERSION.tar.gz
+         SOURCE2=$MODULE-$DATA_VERSION.tar.gz
       SOURCE_URL=$SFORGE_URL/fillets
      SOURCE2_URL=$SFORGE_URL/fillets
-      SOURCE_VFY=sha1:a2dda2a01126737259d74996a299697587d2812e
+      SOURCE_VFY=sha1:58937e59c3108e0ed4d2a5e542f3d9b813655287
      SOURCE2_VFY=sha1:37731b58877565165a258ff0df48243f29001d50
         WEB_SITE=http://fillets.sourceforge.net
          ENTERED=20050909
-         UPDATED=20050909
-           SHORT="Fish Fillets NG is a Linux port of puzzle game Fish Fillets"
+         UPDATED=20051007
+           SHORT="a Linux port of puzzle game Fish Fillets"
+
 cat << EOF
 Fish Fillets NG is strictly a puzzle game. The goal in every of the seventy
 levels is always the same: find a safe way out. The fish utter witty remarks



More information about the Lunar-commits mailing list