[100054] trunk/dports/kde

nicos at macports.org nicos at macports.org
Sun Nov 25 05:01:13 PST 2012


Revision: 100054
          https://trac.macports.org/changeset/100054
Author:   nicos at macports.org
Date:     2012-11-25 05:01:13 -0800 (Sun, 25 Nov 2012)
Log Message:
-----------
kde ports: correcting livecheck after 'latest' link not being updated

Modified Paths:
--------------
    trunk/dports/kde/analitza/Portfile
    trunk/dports/kde/ark/Portfile
    trunk/dports/kde/blinken/Portfile
    trunk/dports/kde/cantor/Portfile
    trunk/dports/kde/dragon/Portfile
    trunk/dports/kde/gwenview/Portfile
    trunk/dports/kde/juk/Portfile
    trunk/dports/kde/kactivities/Portfile
    trunk/dports/kde/kalgebra/Portfile
    trunk/dports/kde/kalzium/Portfile
    trunk/dports/kde/kamera/Portfile
    trunk/dports/kde/kanagram/Portfile
    trunk/dports/kde/kate/Portfile
    trunk/dports/kde/kbruch/Portfile
    trunk/dports/kde/kcalc/Portfile
    trunk/dports/kde/kcharselect/Portfile
    trunk/dports/kde/kcolorchooser/Portfile
    trunk/dports/kde/kde-wallpapers/Portfile
    trunk/dports/kde/kde4-baseapps/Portfile
    trunk/dports/kde/kde4-filelight/Portfile
    trunk/dports/kde/kde4-runtime/Portfile
    trunk/dports/kde/kdeadmin/Portfile
    trunk/dports/kde/kdeartwork/Portfile
    trunk/dports/kde/kdegames4/Portfile
    trunk/dports/kde/kdegraphics-strigi-analyzer/Portfile
    trunk/dports/kde/kdegraphics-thumbnailers/Portfile
    trunk/dports/kde/kdelibs4/Portfile
    trunk/dports/kde/kdenetwork4/Portfile
    trunk/dports/kde/kdepimlibs4/Portfile
    trunk/dports/kde/kdesdk4/Portfile
    trunk/dports/kde/kdetoys4/Portfile
    trunk/dports/kde/kdewebdev/Portfile
    trunk/dports/kde/kdiskfree/Portfile
    trunk/dports/kde/kfloppy/Portfile
    trunk/dports/kde/kgeography/Portfile
    trunk/dports/kde/kgpg/Portfile
    trunk/dports/kde/khangman/Portfile
    trunk/dports/kde/kig/Portfile
    trunk/dports/kde/kimono/Portfile
    trunk/dports/kde/kiten/Portfile
    trunk/dports/kde/klettres/Portfile
    trunk/dports/kde/kmix/Portfile
    trunk/dports/kde/kmplot/Portfile
    trunk/dports/kde/kolourpaint/Portfile
    trunk/dports/kde/konsole/Portfile
    trunk/dports/kde/korundum/Portfile
    trunk/dports/kde/kross-interpreters/Portfile
    trunk/dports/kde/kruler/Portfile
    trunk/dports/kde/ksaneplugin/Portfile
    trunk/dports/kde/kscd/Portfile
    trunk/dports/kde/kstars/Portfile
    trunk/dports/kde/ktimer/Portfile
    trunk/dports/kde/ktouch/Portfile
    trunk/dports/kde/kturtle/Portfile
    trunk/dports/kde/kwallet/Portfile
    trunk/dports/kde/kwordquiz/Portfile
    trunk/dports/kde/libkcddb/Portfile
    trunk/dports/kde/libkcompactdisc/Portfile
    trunk/dports/kde/libkdcraw/Portfile
    trunk/dports/kde/libkdeedu/Portfile
    trunk/dports/kde/libkexiv2/Portfile
    trunk/dports/kde/libkipi/Portfile
    trunk/dports/kde/libksane/Portfile
    trunk/dports/kde/marble/Portfile
    trunk/dports/kde/mobipocket/Portfile
    trunk/dports/kde/mplayerthumbs/Portfile
    trunk/dports/kde/nepomuk-core/Portfile
    trunk/dports/kde/okular/Portfile
    trunk/dports/kde/pairs/Portfile
    trunk/dports/kde/parley/Portfile
    trunk/dports/kde/perlkde/Portfile
    trunk/dports/kde/perlqt/Portfile
    trunk/dports/kde/qtruby/Portfile
    trunk/dports/kde/qyoto/Portfile
    trunk/dports/kde/rocs/Portfile
    trunk/dports/kde/smokegen/Portfile
    trunk/dports/kde/smokekde/Portfile
    trunk/dports/kde/smokeqt/Portfile
    trunk/dports/kde/step/Portfile
    trunk/dports/kde/svgpart/Portfile
    trunk/dports/kde/sweeper/Portfile

Modified: trunk/dports/kde/analitza/Portfile
===================================================================
--- trunk/dports/kde/analitza/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/analitza/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -22,5 +22,5 @@
 checksums           rmd160  ef7a34fec5c690b47d3bd6afc85da5ef541c5ee9 \
                     sha256  c609c94c911b5c6c32a8578901e5e0416bc9acb3cc9a35a39724470a90f426d1
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     ${name}-(\\d+(\\.\\d+)+)
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/ark/Portfile
===================================================================
--- trunk/dports/kde/ark/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/ark/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -31,5 +31,5 @@
     patchfiles      patch-CMakeLists.txt.diff
 }
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src
-livecheck.regex     ${name}-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/blinken/Portfile
===================================================================
--- trunk/dports/kde/blinken/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/blinken/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -26,5 +26,5 @@
     patchfiles      patch-CMakeLists.txt.diff
 }
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     ${name}-(\\d+(\\.\\d+)+)
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/cantor/Portfile
===================================================================
--- trunk/dports/kde/cantor/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/cantor/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -28,5 +28,5 @@
     patchfiles-append   patch-CMakeLists.txt.diff
 }
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     ${name}-(\\d+(\\.\\d+)+)
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/dragon/Portfile
===================================================================
--- trunk/dports/kde/dragon/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/dragon/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -34,5 +34,5 @@
     } 
 }
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     ${name}-(\\d+(\\.\\d+)+)
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/gwenview/Portfile
===================================================================
--- trunk/dports/kde/gwenview/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/gwenview/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -35,5 +35,5 @@
  depends_lib-append port:kipi-plugins
 }
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     gwenview-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/juk/Portfile
===================================================================
--- trunk/dports/kde/juk/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/juk/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -37,5 +37,5 @@
     } 
 }
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     ${name}-(\\d+(\\.\\d+)+)
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/kactivities/Portfile
===================================================================
--- trunk/dports/kde/kactivities/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/kactivities/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -24,5 +24,5 @@
 
 depends_lib-append  port:kdelibs4
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     ${name}-(\\d+(\\.\\d+)+)
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/kalgebra/Portfile
===================================================================
--- trunk/dports/kde/kalgebra/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/kalgebra/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -26,5 +26,5 @@
     patchfiles      patch-CMakeLists.txt.diff
 }
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     ${name}-(\\d+(\\.\\d+)+)
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/kalzium/Portfile
===================================================================
--- trunk/dports/kde/kalzium/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/kalzium/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -28,5 +28,5 @@
 
 configure.args-append   WITH_Avogadro=OFF
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     ${name}-(\\d+(\\.\\d+)+)
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/kamera/Portfile
===================================================================
--- trunk/dports/kde/kamera/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/kamera/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -27,5 +27,5 @@
                     patch-CMakeLists.txt.diff
 }
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     kamera-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/kanagram/Portfile
===================================================================
--- trunk/dports/kde/kanagram/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/kanagram/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -29,5 +29,5 @@
     patchfiles-append       patch-CMakeLists.txt.diff
 }
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     ${name}-(\\d+(\\.\\d+)+)
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/kate/Portfile
===================================================================
--- trunk/dports/kde/kate/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/kate/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -26,5 +26,5 @@
 depends_lib-append  port:kdelibs4 \
                     port:oxygen-icons
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     kate-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/kbruch/Portfile
===================================================================
--- trunk/dports/kde/kbruch/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/kbruch/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -26,5 +26,5 @@
     patchfiles      patch-CMakeLists.txt.diff
 }
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     ${name}-(\\d+(\\.\\d+)+)
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/kcalc/Portfile
===================================================================
--- trunk/dports/kde/kcalc/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/kcalc/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -28,5 +28,5 @@
     patchfiles      patch-CMakeLists.txt.diff
 }
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src
-livecheck.regex     ${name}-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/kcharselect/Portfile
===================================================================
--- trunk/dports/kde/kcharselect/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/kcharselect/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -28,5 +28,5 @@
     patchfiles      patch-CMakeLists.txt.diff
 }
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src
-livecheck.regex     ${name}-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/kcolorchooser/Portfile
===================================================================
--- trunk/dports/kde/kcolorchooser/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/kcolorchooser/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -21,5 +21,5 @@
 
 depends_lib-append  port:kdelibs4
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     kcolorchooser-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/kde-wallpapers/Portfile
===================================================================
--- trunk/dports/kde/kde-wallpapers/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/kde-wallpapers/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -23,5 +23,5 @@
 
 universal_variant   no
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     kde-baseapps-(\\d+(\\.\\d+)+)
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/kde4-baseapps/Portfile
===================================================================
--- trunk/dports/kde/kde4-baseapps/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/kde4-baseapps/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -30,5 +30,5 @@
 
 universal_variant   no
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     kde-baseapps-(\\d+(\\.\\d+)+)
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/kde4-filelight/Portfile
===================================================================
--- trunk/dports/kde/kde4-filelight/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/kde4-filelight/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -32,5 +32,5 @@
     patchfiles-append       patch-CMakeLists.txt.diff
 }
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src
-livecheck.regex     filelight-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/kde4-runtime/Portfile
===================================================================
--- trunk/dports/kde/kde4-runtime/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/kde4-runtime/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -63,5 +63,5 @@
     file delete ${destroot}${prefix}/include/nepomuk/resourcewatcher.h
 }
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     kde-runtime-(\\d+(\\.\\d+)+)
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/kdeadmin/Portfile
===================================================================
--- trunk/dports/kde/kdeadmin/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/kdeadmin/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -29,5 +29,5 @@
                         -DWITH_SIP=OFF \
                         -DWITH_PyCups=OFF
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     ${name}-(\\d+(\\.\\d+)+)
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/kdeartwork/Portfile
===================================================================
--- trunk/dports/kde/kdeartwork/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/kdeartwork/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -24,5 +24,5 @@
 checksums           rmd160  e2b6458385063448c4427583d54bdb52073ef6bd \
                     sha256  e27b3095e45a8ae2571555d70bff0e8dc89a7547707671f6547544f559dc9a1a
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     ${name}-(\\d+(\\.\\d+)+)
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/kdegames4/Portfile
===================================================================
--- trunk/dports/kde/kdegames4/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/kdegames4/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -26,5 +26,5 @@
 
 universal_variant   no
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     kdegames-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/kdegraphics-strigi-analyzer/Portfile
===================================================================
--- trunk/dports/kde/kdegraphics-strigi-analyzer/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/kdegraphics-strigi-analyzer/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -22,5 +22,5 @@
 depends_lib-append  port:kdelibs4 \
                     port:tiff port:strigi
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     kdegraphics-strigi-analyzer-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/kdegraphics-thumbnailers/Portfile
===================================================================
--- trunk/dports/kde/kdegraphics-thumbnailers/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/kdegraphics-thumbnailers/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -22,5 +22,5 @@
 depends_lib-append  port:kdelibs4 \
                     port:libkexiv2 port:libkdcraw
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     kdegraphics-thumbnailers-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/kdelibs4/Portfile
===================================================================
--- trunk/dports/kde/kdelibs4/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/kdelibs4/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -136,5 +136,5 @@
     destroot.violate_mtree  yes
 }
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     kdelibs-(\\d+\\.\\d+\\.\\d+)
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/kdenetwork4/Portfile
===================================================================
--- trunk/dports/kde/kdenetwork4/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/kdenetwork4/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -49,5 +49,5 @@
 
 universal_variant   no
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     kdenetwork-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/kdepimlibs4/Portfile
===================================================================
--- trunk/dports/kde/kdepimlibs4/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/kdepimlibs4/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -28,5 +28,5 @@
                     port:prison \
                     port:gpgme
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     kdepimlibs-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/kdesdk4/Portfile
===================================================================
--- trunk/dports/kde/kdesdk4/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/kdesdk4/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -26,6 +26,5 @@
 
 patchfiles          patch-catalogitem.diff
 
-livecheck.type      regex
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     kdesdk-(\\d+\\.\\d+\\.\\d+)
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/kdetoys4/Portfile
===================================================================
--- trunk/dports/kde/kdetoys4/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/kdetoys4/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -24,5 +24,5 @@
 
 universal_variant   no
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     kdetoys-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/kdewebdev/Portfile
===================================================================
--- trunk/dports/kde/kdewebdev/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/kdewebdev/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -27,5 +27,5 @@
     patchfiles      patch-CMakeLists.txt.diff
 }
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     ${name}-(\\d+(\\.\\d+)+)
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/kdiskfree/Portfile
===================================================================
--- trunk/dports/kde/kdiskfree/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/kdiskfree/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -29,5 +29,5 @@
     patchfiles      patch-CMakeLists.txt.diff
 }
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src
-livecheck.regex     kdf-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/kfloppy/Portfile
===================================================================
--- trunk/dports/kde/kfloppy/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/kfloppy/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -31,5 +31,5 @@
     patchfiles-append   patch-CMakeLists.txt.diff
 }
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src
-livecheck.regex     ${name}-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/kgeography/Portfile
===================================================================
--- trunk/dports/kde/kgeography/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/kgeography/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -26,5 +26,5 @@
     patchfiles-append   patch-CMakeLists.txt.diff
 }
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     ${name}-(\\d+(\\.\\d+)+)
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/kgpg/Portfile
===================================================================
--- trunk/dports/kde/kgpg/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/kgpg/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -28,5 +28,5 @@
     patchfiles      patch-CMakeLists.txt.diff
 }
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src
-livecheck.regex     ${name}-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/khangman/Portfile
===================================================================
--- trunk/dports/kde/khangman/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/khangman/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -29,5 +29,5 @@
     patchfiles-append   patch-CMakeLists.txt.diff
 }
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     ${name}-(\\d+(\\.\\d+)+)
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/kig/Portfile
===================================================================
--- trunk/dports/kde/kig/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/kig/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -26,5 +26,5 @@
     patchfiles-append   patch-CMakeLists.txt.diff
 }
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     ${name}-(\\d+(\\.\\d+)+)
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/kimono/Portfile
===================================================================
--- trunk/dports/kde/kimono/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/kimono/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -30,5 +30,5 @@
                     port:mono \
                     port:qyoto
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     ${name}-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/kiten/Portfile
===================================================================
--- trunk/dports/kde/kiten/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/kiten/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -26,5 +26,5 @@
     patchfiles-append   patch-CMakeLists.txt.diff
 }
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     ${name}-(\\d+(\\.\\d+)+)
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/klettres/Portfile
===================================================================
--- trunk/dports/kde/klettres/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/klettres/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -26,5 +26,5 @@
     patchfiles-append   patch-CMakeLists.txt.diff
 }
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     ${name}-(\\d+(\\.\\d+)+)
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/kmix/Portfile
===================================================================
--- trunk/dports/kde/kmix/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/kmix/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -27,5 +27,5 @@
     patchfiles-append   patch-CMakeLists.txt.diff
 }
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     ${name}-(\\d+(\\.\\d+)+)
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/kmplot/Portfile
===================================================================
--- trunk/dports/kde/kmplot/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/kmplot/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -26,5 +26,5 @@
     patchfiles-append   patch-CMakeLists.txt.diff
 }
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     ${name}-(\\d+(\\.\\d+)+)
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/kolourpaint/Portfile
===================================================================
--- trunk/dports/kde/kolourpaint/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/kolourpaint/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -27,5 +27,5 @@
     patchfiles      patch-CMakeLists.txt.diff
 }
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     kolourpaint-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/konsole/Portfile
===================================================================
--- trunk/dports/kde/konsole/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/konsole/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -35,5 +35,5 @@
                     port:oxygen-icons \
                     port:kde4-baseapps
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     ${name}-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/korundum/Portfile
===================================================================
--- trunk/dports/kde/korundum/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/korundum/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -29,5 +29,5 @@
                     port:smokegen \
                     port:qtruby
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     ${name}-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/kross-interpreters/Portfile
===================================================================
--- trunk/dports/kde/kross-interpreters/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/kross-interpreters/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -26,5 +26,5 @@
 configure.args-append   -DFALCON_INCLUDE_DIR=${prefix}/include/falcon0.9.6/falcon \
                         -DFALCON_LIBRARIES=${prefix}/lib/libfalcon_engine.dylib
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     ${name}-(\\d+(\\.\\d+)+)
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/kruler/Portfile
===================================================================
--- trunk/dports/kde/kruler/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/kruler/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -28,5 +28,5 @@
     patchfiles      patch-CMakeLists.txt.diff
 }
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     kruler-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/ksaneplugin/Portfile
===================================================================
--- trunk/dports/kde/ksaneplugin/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/ksaneplugin/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -22,5 +22,5 @@
 depends_lib-append  port:kdelibs4 \
                     port:libksane
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     ksaneplugin-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/kscd/Portfile
===================================================================
--- trunk/dports/kde/kscd/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/kscd/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -22,5 +22,5 @@
 depends_lib-append  port:kdelibs4 \
                     port:libmusicbrainz3
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     ${name}-(\\d+(\\.\\d+)+)
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/kstars/Portfile
===================================================================
--- trunk/dports/kde/kstars/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/kstars/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -68,5 +68,5 @@
     }
 }
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     ${name}-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/ktimer/Portfile
===================================================================
--- trunk/dports/kde/ktimer/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/ktimer/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -27,5 +27,5 @@
     patchfiles      patch-CMakeLists.txt.diff
 }
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src
-livecheck.regex     ${name}-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/ktouch/Portfile
===================================================================
--- trunk/dports/kde/ktouch/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/ktouch/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -26,5 +26,5 @@
     patchfiles-append   patch-CMakeLists.txt.diff
 }
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     ${name}-(\\d+(\\.\\d+)+)
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/kturtle/Portfile
===================================================================
--- trunk/dports/kde/kturtle/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/kturtle/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -26,5 +26,5 @@
     patchfiles-append   patch-CMakeLists.txt.diff
 }
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     ${name}-(\\d+(\\.\\d+)+)
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/kwallet/Portfile
===================================================================
--- trunk/dports/kde/kwallet/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/kwallet/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -27,5 +27,5 @@
     patchfiles      patch-CMakeLists.txt.diff
 }
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src
-livecheck.regex     ${name}-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/kwordquiz/Portfile
===================================================================
--- trunk/dports/kde/kwordquiz/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/kwordquiz/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -26,5 +26,5 @@
     patchfiles-append   patch-CMakeLists.txt.diff
 }
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     ${name}-(\\d+(\\.\\d+)+)
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/libkcddb/Portfile
===================================================================
--- trunk/dports/kde/libkcddb/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/libkcddb/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -33,5 +33,5 @@
     } 
 }
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     ${name}-(\\d+(\\.\\d+)+)
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/libkcompactdisc/Portfile
===================================================================
--- trunk/dports/kde/libkcompactdisc/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/libkcompactdisc/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -29,5 +29,5 @@
     } 
 }
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     ${name}-(\\d+(\\.\\d+)+)
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/libkdcraw/Portfile
===================================================================
--- trunk/dports/kde/libkdcraw/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/libkdcraw/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -24,5 +24,5 @@
                     port:jpeg \
                     port:lcms
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     libkdcraw-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/libkdeedu/Portfile
===================================================================
--- trunk/dports/kde/libkdeedu/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/libkdeedu/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -22,5 +22,5 @@
 
 depends_lib-append  port:kdelibs4
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     libkdeedu-(\\d+(\\.\\d+)+)
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/libkexiv2/Portfile
===================================================================
--- trunk/dports/kde/libkexiv2/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/libkexiv2/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -24,5 +24,5 @@
 depends_lib-append  port:kdelibs4 \
                     port:exiv2
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     libkexiv2-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/libkipi/Portfile
===================================================================
--- trunk/dports/kde/libkipi/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/libkipi/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -24,5 +24,5 @@
 
 depends_lib-append  port:kdelibs4
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     libkipi-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/libksane/Portfile
===================================================================
--- trunk/dports/kde/libksane/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/libksane/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -23,5 +23,5 @@
 depends_lib-append  port:sane-backends \
                     port:kdelibs4
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     libksane-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/marble/Portfile
===================================================================
--- trunk/dports/kde/marble/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/marble/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -28,5 +28,5 @@
 
 configure.args-append   -DCMAKE_MODULES_INSTALL_PATH=${cmake_share_module_dir}
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     ${name}-(\\d+(\\.\\d+)+)
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/mobipocket/Portfile
===================================================================
--- trunk/dports/kde/mobipocket/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/mobipocket/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -23,5 +23,5 @@
                     port:strigi \
                     port:okular
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     mobipocket-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/mplayerthumbs/Portfile
===================================================================
--- trunk/dports/kde/mplayerthumbs/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/mplayerthumbs/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -29,5 +29,5 @@
     } 
 }
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     ${name}-(\\d+(\\.\\d+)+)
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/nepomuk-core/Portfile
===================================================================
--- trunk/dports/kde/nepomuk-core/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/nepomuk-core/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -39,5 +39,5 @@
     } 
 }
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     ${name}-(\\d+\\.\\d+\\.\\d+)
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/okular/Portfile
===================================================================
--- trunk/dports/kde/okular/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/okular/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -36,5 +36,5 @@
     }
 }
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     okular-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/pairs/Portfile
===================================================================
--- trunk/dports/kde/pairs/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/pairs/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -21,5 +21,5 @@
 
 depends_lib-append  port:kdelibs4
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     ${name}-(\\d+(\\.\\d+)+)
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/parley/Portfile
===================================================================
--- trunk/dports/kde/parley/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/parley/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -26,5 +26,5 @@
     patchfiles-append   patch-CMakeLists.txt.diff
 }
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     ${name}-(\\d+(\\.\\d+)+)
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/perlkde/Portfile
===================================================================
--- trunk/dports/kde/perlkde/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/perlkde/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -26,5 +26,5 @@
 
 patchfiles          patch-doopen.diff
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     ${name}-(\\d+\\.\\d+\\.\\d+)
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/perlqt/Portfile
===================================================================
--- trunk/dports/kde/perlqt/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/perlqt/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -26,5 +26,5 @@
 
 patchfiles          patch-CMakeLists.txt.diff
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     ${name}-(\\d+\\.\\d+\\.\\d+)
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/qtruby/Portfile
===================================================================
--- trunk/dports/kde/qtruby/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/qtruby/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -24,5 +24,5 @@
 depends_lib-append  port:smokegen \
                     port:ruby
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     ${name}-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/qyoto/Portfile
===================================================================
--- trunk/dports/kde/qyoto/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/qyoto/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -33,5 +33,5 @@
     reinplace "s|/usr|${prefix}|g" ${worksrcpath}/cmake/CMakeDetermineCSharpCompiler.cmake
 }
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     ${name}-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/rocs/Portfile
===================================================================
--- trunk/dports/kde/rocs/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/rocs/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -31,5 +31,5 @@
     system "install_name_tool -change ${prefix}/lib/rocs_GraphStructure.dylib ${prefix}/lib/kde4/rocs_GraphStructure.dylib ${destroot}${prefix}/lib/kde4/rocs_transformedgesplugin.so"
 }
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     ${name}-(\\d+(\\.\\d+)+)
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/smokegen/Portfile
===================================================================
--- trunk/dports/kde/smokegen/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/smokegen/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -23,5 +23,5 @@
 checksums           rmd160  1e2175007a995eb7feda6e6a7206b1a2c0b74586 \
                     sha256  6f228e4f2d65c393a9f760f63b583f899f82b4d2f953057e2df9468ad2d949e7
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     ${name}-(\\d+(\\.\\d+)+)
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/smokekde/Portfile
===================================================================
--- trunk/dports/kde/smokekde/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/smokekde/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -37,5 +37,5 @@
 patchfiles          patch-kdeui_includes.diff \
                     patch-kdeui-smokeconfig.diff
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     ${name}-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/smokeqt/Portfile
===================================================================
--- trunk/dports/kde/smokeqt/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/smokeqt/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -29,5 +29,5 @@
 
 patchfiles          patch-qtgui-smokeconfig.diff
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     ${name}-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/step/Portfile
===================================================================
--- trunk/dports/kde/step/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/step/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -27,5 +27,5 @@
     patchfiles-append   patch-CMakeLists.txt.diff
 }
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     ${name}-(\\d+(\\.\\d+)+)
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/svgpart/Portfile
===================================================================
--- trunk/dports/kde/svgpart/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/svgpart/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -22,5 +22,5 @@
 
 depends_lib-append  port:kdelibs4
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
-livecheck.regex     svgpart-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)

Modified: trunk/dports/kde/sweeper/Portfile
===================================================================
--- trunk/dports/kde/sweeper/Portfile	2012-11-25 12:24:19 UTC (rev 100053)
+++ trunk/dports/kde/sweeper/Portfile	2012-11-25 13:01:13 UTC (rev 100054)
@@ -27,5 +27,5 @@
     patchfiles      patch-CMakeLists.txt.diff
 }
 
-livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src
-livecheck.regex     ${name}-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
+livecheck.url       http://kde.mirrors.hoobly.com/stable/
+livecheck.regex     (\\d+(\\.\\d+)+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121125/40376ea5/attachment-0001.html>


More information about the macports-changes mailing list