[59485] trunk/dports/devel/dbus/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Oct 15 09:45:41 PDT 2009


Revision: 59485
          http://trac.macports.org/changeset/59485
Author:   ryandesign at macports.org
Date:     2009-10-15 09:45:39 -0700 (Thu, 15 Oct 2009)
Log Message:
-----------
dbus: fix livecheck so it only shows is stable releases; closes #21198

Modified Paths:
--------------
    trunk/dports/devel/dbus/Portfile

Modified: trunk/dports/devel/dbus/Portfile
===================================================================
--- trunk/dports/devel/dbus/Portfile	2009-10-15 16:37:07 UTC (rev 59484)
+++ trunk/dports/devel/dbus/Portfile	2009-10-15 16:45:39 UTC (rev 59485)
@@ -215,4 +215,5 @@
 }
 
 livecheck.type  regex
-livecheck.regex {D-Bus (\d+(?:\.\d+)*)}
+livecheck.url   [lindex ${master_sites} 0]
+livecheck.regex {dbus-(\d+\.\d*[02468](\.\d+)*)\.tar}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091015/8535be29/attachment.html>


More information about the macports-changes mailing list