[101031] trunk/dports/python/py-dulwich/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jan 3 03:11:17 PST 2013


Revision: 101031
          https://trac.macports.org/changeset/101031
Author:   ryandesign at macports.org
Date:     2013-01-03 03:11:17 -0800 (Thu, 03 Jan 2013)
Log Message:
-----------
py-dulwich: fix livecheck

Modified Paths:
--------------
    trunk/dports/python/py-dulwich/Portfile

Modified: trunk/dports/python/py-dulwich/Portfile
===================================================================
--- trunk/dports/python/py-dulwich/Portfile	2013-01-03 09:49:43 UTC (rev 101030)
+++ trunk/dports/python/py-dulwich/Portfile	2013-01-03 11:11:17 UTC (rev 101031)
@@ -30,4 +30,7 @@
     build.args          --inplace
 
     livecheck.type  none
+} else {
+    livecheck.type  regex
+    livecheck.regex dulwich-(\[0-9.\]+)${extract.suffix}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130103/6686764f/attachment.html>


More information about the macports-changes mailing list