Revision
120655
Author
rmstonecipher@macports.org
Date
2014-06-04 13:01:25 -0700 (Wed, 04 Jun 2014)

Log Message

python/quodlibet fixed broken livecheck, removed trailing whitespace on one line per lint --nitpick

Modified Paths

Diff

Modified: trunk/dports/python/quodlibet/Portfile (120654 => 120655)


--- trunk/dports/python/quodlibet/Portfile	2014-06-04 19:24:34 UTC (rev 120654)
+++ trunk/dports/python/quodlibet/Portfile	2014-06-04 20:01:25 UTC (rev 120655)
@@ -71,7 +71,7 @@
     # set makeicnsargs {}
     # foreach w {16 32 128 256 512} {
         # lappend makeicnsargs -$w ${worksrcpath}/${w}.png
-        # 
+        #
         # if {[catch {exec ${prefix}/bin/rsvg-convert -w $w -h $w ${worksrcpath}/${app.icon} > ${worksrcpath}/$w.png }]} {
             # return -code error "${app.icon} could not be converted to png: $::errorInfo"
         # }
@@ -93,5 +93,5 @@
 notes "If you want to play mp3 files, don't forget to install gstreamer1-gst-plugins-ugly"
 
 livecheck.type      regex
-livecheck.url       ${homepage}downloads/list
+livecheck.url       https://${name}.readthedocs.org/en/latest/downloads.html
 livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"