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}"