[75480] trunk/dports/graphics/netpbm/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jan 26 01:11:21 PST 2011


Revision: 75480
          http://trac.macports.org/changeset/75480
Author:   ryandesign at 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:
--------------
    trunk/dports/graphics/netpbm/Portfile

Modified: trunk/dports/graphics/netpbm/Portfile
===================================================================
--- 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.]+)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110126/52f33730/attachment.html>


More information about the macports-changes mailing list