[86625] trunk/dports/games/barrage/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Oct 30 04:43:39 PDT 2011


Revision: 86625
          http://trac.macports.org/changeset/86625
Author:   ryandesign at macports.org
Date:     2011-10-30 04:43:34 -0700 (Sun, 30 Oct 2011)
Log Message:
-----------
barrage: update to 1.0.4; use app portgroup; rewrite master_sites to avoid redirects

Modified Paths:
--------------
    trunk/dports/games/barrage/Portfile

Modified: trunk/dports/games/barrage/Portfile
===================================================================
--- trunk/dports/games/barrage/Portfile	2011-10-30 04:09:01 UTC (rev 86624)
+++ trunk/dports/games/barrage/Portfile	2011-10-30 11:43:34 UTC (rev 86625)
@@ -1,9 +1,10 @@
 # $Id$
 
 PortSystem 1.0
+PortGroup           app 1.0
 
 name		barrage
-version		1.0.2
+version             1.0.4
 categories	games
 platforms	darwin
 maintainers	nomaintainer
@@ -18,11 +19,11 @@
 			reload in time.
 
 homepage	http://lgames.sourceforge.net/index.php?project=Barrage
-master_sites	sourceforge:lgames
-checksums	md5 5dbecef907eb27215e8cc047eae2ee90 \
-		sha1 9a9014002ea7f0b09f47258f10ebc0dac039a1ba \
-		rmd160 3bcaf81a62e25deb0b00947b6b3caa2f9feca1c1
+master_sites        sourceforge:project/lgames/barrage
 
+checksums           rmd160  09d86969662aa7835c62dc192776f44b745eadbd \
+                    sha256  ad74e049dfded3bca28b8dc1c5870408cfad9e024b35cc5b501ba90486d9af25
+
 depends_lib	path:lib/pkgconfig/sdl.pc:libsdl \
 		port:libsdl_mixer
 
@@ -32,5 +33,8 @@
 	file delete -force ${destroot}${prefix}/share/applications
 }
 
+app.icon            barrage48.png
+app.identifier      net.sourceforge.lgames.${app.name}
+
 livecheck.type  regex
 livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111030/84a62eb1/attachment-0001.html>


More information about the macports-changes mailing list