[63731] trunk/dports/net/net-snmp/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Feb 13 16:23:01 PST 2010


Revision: 63731
          http://trac.macports.org/changeset/63731
Author:   ryandesign at macports.org
Date:     2010-02-13 16:23:01 -0800 (Sat, 13 Feb 2010)
Log Message:
-----------
net-snmp: fix livecheck

Modified Paths:
--------------
    trunk/dports/net/net-snmp/Portfile

Modified: trunk/dports/net/net-snmp/Portfile
===================================================================
--- trunk/dports/net/net-snmp/Portfile	2010-02-14 00:21:02 UTC (rev 63730)
+++ trunk/dports/net/net-snmp/Portfile	2010-02-14 00:23:01 UTC (rev 63731)
@@ -92,5 +92,6 @@
     }
 }
 
-livecheck.type          sourceforge
-livecheck.regex         "<title>net-snmp (\\d+(?:\\.\\d+)*) released.*</title>"
+livecheck.type          regex
+livecheck.url           ${homepage}download.html
+livecheck.regex         {Current release: ([0-9.]+)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100213/18e6e479/attachment.html>


More information about the macports-changes mailing list