Revision
75480
Author
ryandesign@macports.org
Date
2011-01-26 01:11:21 -0800 (Wed, 26 Jan 2011)

Log Message

netpbm: use a livecheck that will tell us what the new version is, not just that there is a new version

Modified Paths

Diff

Modified: trunk/dports/graphics/netpbm/Portfile (75479 => 75480)


--- trunk/dports/graphics/netpbm/Portfile	2011-01-26 09:09:59 UTC (rev 75479)
+++ trunk/dports/graphics/netpbm/Portfile	2011-01-26 09:11:21 UTC (rev 75480)
@@ -142,6 +142,6 @@
     }
 }
 
-livecheck.type  md5
-livecheck.url   http://${name}.svn.sourceforge.net/viewvc/${name}/stable/version.mk
-livecheck.md5   7e9de24ce27123e4711e1a77d14d4719
+livecheck.type  regex
+livecheck.url   http://${name}.svn.sourceforge.net/viewvc/${name}/stable/
+livecheck.regex {Release ([0-9.]+)}