[104944] trunk/dports

devans at macports.org devans at macports.org
Fri Apr 5 13:36:28 PDT 2013


Revision: 104944
          https://trac.macports.org/changeset/104944
Author:   devans at macports.org
Date:     2013-04-05 13:36:28 -0700 (Fri, 05 Apr 2013)
Log Message:
-----------
gnome ports (many but not all): switch to gnome livecheck types.

Modified Paths:
--------------
    trunk/dports/databases/libgda4/Portfile
    trunk/dports/databases/libgda5/Portfile
    trunk/dports/devel/glade3/Portfile
    trunk/dports/gnome/alacarte/Portfile
    trunk/dports/gnome/anjuta/Portfile
    trunk/dports/gnome/atkmm/Portfile
    trunk/dports/gnome/bakery/Portfile
    trunk/dports/gnome/bug-buddy/Portfile
    trunk/dports/gnome/devhelp/Portfile
    trunk/dports/gnome/empathy/Portfile
    trunk/dports/gnome/eog/Portfile
    trunk/dports/gnome/epiphany/Portfile
    trunk/dports/gnome/evince/Portfile
    trunk/dports/gnome/file-roller/Portfile
    trunk/dports/gnome/folks/Portfile
    trunk/dports/gnome/gconf-editor/Portfile
    trunk/dports/gnome/gdl/Portfile
    trunk/dports/gnome/gedit/Portfile
    trunk/dports/gnome/gnome-control-center/Portfile
    trunk/dports/gnome/gnome-desktop/Portfile
    trunk/dports/gnome/gnome-devel-docs/Portfile
    trunk/dports/gnome/gnome-doc-utils/Portfile
    trunk/dports/gnome/gnome-games/Portfile
    trunk/dports/gnome/gnome-keyring/Portfile
    trunk/dports/gnome/gnome-media/Portfile
    trunk/dports/gnome/gnome-menus/Portfile
    trunk/dports/gnome/gnome-session/Portfile
    trunk/dports/gnome/gnome-settings-daemon/Portfile
    trunk/dports/gnome/gnome-system-monitor/Portfile
    trunk/dports/gnome/gnome-terminal/Portfile
    trunk/dports/gnome/gnome-themes/Portfile
    trunk/dports/gnome/goocanvasmm/Portfile
    trunk/dports/gnome/gtk-doc/Portfile
    trunk/dports/gnome/gtksourceviewmm2/Portfile
    trunk/dports/gnome/gucharmap/Portfile
    trunk/dports/gnome/libepc/Portfile
    trunk/dports/gnome/libgdamm4/Portfile
    trunk/dports/gnome/libgdata/Portfile
    trunk/dports/gnome/libgnome-keyring/Portfile
    trunk/dports/gnome/libgtop/Portfile
    trunk/dports/gnome/libsoup/Portfile
    trunk/dports/gnome/libunique/Portfile
    trunk/dports/gnome/metacity/Portfile
    trunk/dports/gnome/mm-common/Portfile
    trunk/dports/gnome/nautilus/Portfile

Modified: trunk/dports/databases/libgda4/Portfile
===================================================================
--- trunk/dports/databases/libgda4/Portfile	2013-04-05 19:36:31 UTC (rev 104943)
+++ trunk/dports/databases/libgda4/Portfile	2013-04-05 20:36:28 UTC (rev 104944)
@@ -131,6 +131,6 @@
     system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
 }
 
-livecheck.type		regex
-livecheck.url		http://ftp.gnome.org/pub/GNOME/sources/${gname}/${branch}/
-livecheck.regex		"LATEST-IS-(\\d+(?:\\.\\d+)*)"
+livecheck.type gnome
+livecheck.name ${gname}
+livecheck.regex {LATEST-IS-(4\.\d*[02468](?:\.\d+)*)}

Modified: trunk/dports/databases/libgda5/Portfile
===================================================================
--- trunk/dports/databases/libgda5/Portfile	2013-04-05 19:36:31 UTC (rev 104943)
+++ trunk/dports/databases/libgda5/Portfile	2013-04-05 20:36:28 UTC (rev 104944)
@@ -155,6 +155,5 @@
 
 notes "The with_ and without_ variants are deprecated"
 
-livecheck.type		regex
-livecheck.url		http://ftp.gnome.org/pub/GNOME/sources/${gname}/${branch}/
-livecheck.regex		"LATEST-IS-(\\d+(?:\\.\\d+)*)"
+livecheck.type		gnome-with-unstable
+livecheck.name          ${gname}

Modified: trunk/dports/devel/glade3/Portfile
===================================================================
--- trunk/dports/devel/glade3/Portfile	2013-04-05 19:36:31 UTC (rev 104943)
+++ trunk/dports/devel/glade3/Portfile	2013-04-05 20:36:28 UTC (rev 104944)
@@ -85,6 +85,4 @@
         system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
 }
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome

Modified: trunk/dports/gnome/alacarte/Portfile
===================================================================
--- trunk/dports/gnome/alacarte/Portfile	2013-04-05 19:36:31 UTC (rev 104943)
+++ trunk/dports/gnome/alacarte/Portfile	2013-04-05 20:36:28 UTC (rev 104944)
@@ -63,6 +63,4 @@
     system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
 }
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome

Modified: trunk/dports/gnome/anjuta/Portfile
===================================================================
--- trunk/dports/gnome/anjuta/Portfile	2013-04-05 19:36:31 UTC (rev 104943)
+++ trunk/dports/gnome/anjuta/Portfile	2013-04-05 20:36:28 UTC (rev 104944)
@@ -77,6 +77,4 @@
              gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
 }
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome

Modified: trunk/dports/gnome/atkmm/Portfile
===================================================================
--- trunk/dports/gnome/atkmm/Portfile	2013-04-05 19:36:31 UTC (rev 104943)
+++ trunk/dports/gnome/atkmm/Portfile	2013-04-05 20:36:28 UTC (rev 104944)
@@ -38,6 +38,4 @@
     }
 }
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome

Modified: trunk/dports/gnome/bakery/Portfile
===================================================================
--- trunk/dports/gnome/bakery/Portfile	2013-04-05 19:36:31 UTC (rev 104943)
+++ trunk/dports/gnome/bakery/Portfile	2013-04-05 20:36:28 UTC (rev 104944)
@@ -28,6 +28,4 @@
 
 use_bzip2 	yes
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome

Modified: trunk/dports/gnome/bug-buddy/Portfile
===================================================================
--- trunk/dports/gnome/bug-buddy/Portfile	2013-04-05 19:36:31 UTC (rev 104943)
+++ trunk/dports/gnome/bug-buddy/Portfile	2013-04-05 20:36:28 UTC (rev 104944)
@@ -70,6 +70,4 @@
             gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
 }
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome

Modified: trunk/dports/gnome/devhelp/Portfile
===================================================================
--- trunk/dports/gnome/devhelp/Portfile	2013-04-05 19:36:31 UTC (rev 104943)
+++ trunk/dports/gnome/devhelp/Portfile	2013-04-05 20:36:28 UTC (rev 104944)
@@ -66,6 +66,4 @@
             gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
 }
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome

Modified: trunk/dports/gnome/empathy/Portfile
===================================================================
--- trunk/dports/gnome/empathy/Portfile	2013-04-05 19:36:31 UTC (rev 104943)
+++ trunk/dports/gnome/empathy/Portfile	2013-04-05 20:36:28 UTC (rev 104944)
@@ -108,6 +108,4 @@
         gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
 }
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome

Modified: trunk/dports/gnome/eog/Portfile
===================================================================
--- trunk/dports/gnome/eog/Portfile	2013-04-05 19:36:31 UTC (rev 104943)
+++ trunk/dports/gnome/eog/Portfile	2013-04-05 20:36:28 UTC (rev 104944)
@@ -78,6 +78,4 @@
         gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
 }
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  eog

Modified: trunk/dports/gnome/epiphany/Portfile
===================================================================
--- trunk/dports/gnome/epiphany/Portfile	2013-04-05 19:36:31 UTC (rev 104943)
+++ trunk/dports/gnome/epiphany/Portfile	2013-04-05 20:36:28 UTC (rev 104944)
@@ -66,6 +66,4 @@
 
 universal_variant no
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome

Modified: trunk/dports/gnome/evince/Portfile
===================================================================
--- trunk/dports/gnome/evince/Portfile	2013-04-05 19:36:31 UTC (rev 104943)
+++ trunk/dports/gnome/evince/Portfile	2013-04-05 20:36:28 UTC (rev 104944)
@@ -81,6 +81,4 @@
         gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
 }
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome

Modified: trunk/dports/gnome/file-roller/Portfile
===================================================================
--- trunk/dports/gnome/file-roller/Portfile	2013-04-05 19:36:31 UTC (rev 104943)
+++ trunk/dports/gnome/file-roller/Portfile	2013-04-05 20:36:28 UTC (rev 104944)
@@ -51,6 +51,4 @@
             gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
 }
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome

Modified: trunk/dports/gnome/folks/Portfile
===================================================================
--- trunk/dports/gnome/folks/Portfile	2013-04-05 19:36:31 UTC (rev 104943)
+++ trunk/dports/gnome/folks/Portfile	2013-04-05 20:36:28 UTC (rev 104944)
@@ -35,6 +35,4 @@
 
 configure.args  --enable-vala
 
-livecheck.type  regex
-livecheck.url   ftp://ftp.gnome.org/pub/gnome/sources/$name/$branch/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome

Modified: trunk/dports/gnome/gconf-editor/Portfile
===================================================================
--- trunk/dports/gnome/gconf-editor/Portfile	2013-04-05 19:36:31 UTC (rev 104943)
+++ trunk/dports/gnome/gconf-editor/Portfile	2013-04-05 20:36:28 UTC (rev 104944)
@@ -47,6 +47,4 @@
         gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
 }
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome

Modified: trunk/dports/gnome/gdl/Portfile
===================================================================
--- trunk/dports/gnome/gdl/Portfile	2013-04-05 19:36:31 UTC (rev 104943)
+++ trunk/dports/gnome/gdl/Portfile	2013-04-05 20:36:28 UTC (rev 104944)
@@ -36,7 +36,4 @@
 patchfiles          returns.patch \
                     patch_glib_2.30_G_CONST_RETURN.diff
 
-livecheck.type      regex
-livecheck.url       http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-livecheck.regex     {LATEST-IS-(\d+(?:\.\d+)*)}
-
+livecheck.type      gnome

Modified: trunk/dports/gnome/gedit/Portfile
===================================================================
--- trunk/dports/gnome/gedit/Portfile	2013-04-05 19:36:31 UTC (rev 104943)
+++ trunk/dports/gnome/gedit/Portfile	2013-04-05 20:36:28 UTC (rev 104944)
@@ -75,6 +75,4 @@
              gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
 }
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome

Modified: trunk/dports/gnome/gnome-control-center/Portfile
===================================================================
--- trunk/dports/gnome/gnome-control-center/Portfile	2013-04-05 19:36:31 UTC (rev 104943)
+++ trunk/dports/gnome/gnome-control-center/Portfile	2013-04-05 20:36:28 UTC (rev 104944)
@@ -92,6 +92,4 @@
 	}
 }
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome

Modified: trunk/dports/gnome/gnome-desktop/Portfile
===================================================================
--- trunk/dports/gnome/gnome-desktop/Portfile	2013-04-05 19:36:31 UTC (rev 104943)
+++ trunk/dports/gnome/gnome-desktop/Portfile	2013-04-05 20:36:28 UTC (rev 104944)
@@ -89,6 +89,4 @@
     system "${prefix}/bin/scrollkeeper-update"
 }
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome

Modified: trunk/dports/gnome/gnome-devel-docs/Portfile
===================================================================
--- trunk/dports/gnome/gnome-devel-docs/Portfile	2013-04-05 19:36:31 UTC (rev 104943)
+++ trunk/dports/gnome/gnome-devel-docs/Portfile	2013-04-05 20:36:28 UTC (rev 104944)
@@ -38,6 +38,4 @@
    system "scrollkeeper-update"
 }
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome

Modified: trunk/dports/gnome/gnome-doc-utils/Portfile
===================================================================
--- trunk/dports/gnome/gnome-doc-utils/Portfile	2013-04-05 19:36:31 UTC (rev 104943)
+++ trunk/dports/gnome/gnome-doc-utils/Portfile	2013-04-05 20:36:28 UTC (rev 104944)
@@ -70,6 +70,4 @@
     system "${prefix}/bin/scrollkeeper-update"
 }
 
-livecheck.type      regex
-livecheck.url       http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-livecheck.regex     {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type      gnome

Modified: trunk/dports/gnome/gnome-games/Portfile
===================================================================
--- trunk/dports/gnome/gnome-games/Portfile	2013-04-05 19:36:31 UTC (rev 104943)
+++ trunk/dports/gnome/gnome-games/Portfile	2013-04-05 20:36:28 UTC (rev 104944)
@@ -88,6 +88,4 @@
             gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
 }
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome

Modified: trunk/dports/gnome/gnome-keyring/Portfile
===================================================================
--- trunk/dports/gnome/gnome-keyring/Portfile	2013-04-05 19:36:31 UTC (rev 104943)
+++ trunk/dports/gnome/gnome-keyring/Portfile	2013-04-05 20:36:28 UTC (rev 104944)
@@ -71,6 +71,4 @@
         gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
 }
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome

Modified: trunk/dports/gnome/gnome-media/Portfile
===================================================================
--- trunk/dports/gnome/gnome-media/Portfile	2013-04-05 19:36:31 UTC (rev 104943)
+++ trunk/dports/gnome/gnome-media/Portfile	2013-04-05 20:36:28 UTC (rev 104944)
@@ -62,6 +62,4 @@
         gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
 }
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome

Modified: trunk/dports/gnome/gnome-menus/Portfile
===================================================================
--- trunk/dports/gnome/gnome-menus/Portfile	2013-04-05 19:36:31 UTC (rev 104943)
+++ trunk/dports/gnome/gnome-menus/Portfile	2013-04-05 20:36:28 UTC (rev 104944)
@@ -69,6 +69,4 @@
 # gobject-introspection uses g-ir-scanner, which uses $CC from env
 build.args-append       CC="${configure.cc} ${configure.cc_archflags}"
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome

Modified: trunk/dports/gnome/gnome-session/Portfile
===================================================================
--- trunk/dports/gnome/gnome-session/Portfile	2013-04-05 19:36:31 UTC (rev 104943)
+++ trunk/dports/gnome/gnome-session/Portfile	2013-04-05 20:36:28 UTC (rev 104944)
@@ -52,6 +52,4 @@
         gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
 }
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/GNOME/sources/${name}/${branch}/
-livecheck.regex {LATEST-IS-([0-9\.]+)}
+livecheck.type  gnome

Modified: trunk/dports/gnome/gnome-settings-daemon/Portfile
===================================================================
--- trunk/dports/gnome/gnome-settings-daemon/Portfile	2013-04-05 19:36:31 UTC (rev 104943)
+++ trunk/dports/gnome/gnome-settings-daemon/Portfile	2013-04-05 20:36:28 UTC (rev 104944)
@@ -45,6 +45,4 @@
         gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
 }
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/GNOME/sources/${name}/${branch}/
-livecheck.regex {LATEST-IS-([0-9\.]+)}
+livecheck.type  gnome

Modified: trunk/dports/gnome/gnome-system-monitor/Portfile
===================================================================
--- trunk/dports/gnome/gnome-system-monitor/Portfile	2013-04-05 19:36:31 UTC (rev 104943)
+++ trunk/dports/gnome/gnome-system-monitor/Portfile	2013-04-05 20:36:28 UTC (rev 104944)
@@ -45,6 +45,4 @@
             gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
 }
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome

Modified: trunk/dports/gnome/gnome-terminal/Portfile
===================================================================
--- trunk/dports/gnome/gnome-terminal/Portfile	2013-04-05 19:36:31 UTC (rev 104943)
+++ trunk/dports/gnome/gnome-terminal/Portfile	2013-04-05 20:36:28 UTC (rev 104944)
@@ -69,6 +69,4 @@
             gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
 }
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome

Modified: trunk/dports/gnome/gnome-themes/Portfile
===================================================================
--- trunk/dports/gnome/gnome-themes/Portfile	2013-04-05 19:36:31 UTC (rev 104943)
+++ trunk/dports/gnome/gnome-themes/Portfile	2013-04-05 20:36:28 UTC (rev 104944)
@@ -40,6 +40,4 @@
 # intltool needs to be run with the correct version of perl
 configure.env-append INTLTOOL_PERL=${prefix}/bin/perl5.12
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/GNOME/sources/${name}/${branch}/
-livecheck.regex {LATEST-IS-([0-9\.]+)}
+livecheck.type  gnome

Modified: trunk/dports/gnome/goocanvasmm/Portfile
===================================================================
--- trunk/dports/gnome/goocanvasmm/Portfile	2013-04-05 19:36:31 UTC (rev 104943)
+++ trunk/dports/gnome/goocanvasmm/Portfile	2013-04-05 20:36:28 UTC (rev 104944)
@@ -34,6 +34,4 @@
                 port:libpng \
                 port:goocanvas
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome

Modified: trunk/dports/gnome/gtk-doc/Portfile
===================================================================
--- trunk/dports/gnome/gtk-doc/Portfile	2013-04-05 19:36:31 UTC (rev 104943)
+++ trunk/dports/gnome/gtk-doc/Portfile	2013-04-05 20:36:28 UTC (rev 104944)
@@ -68,6 +68,4 @@
     default_variants +python27
 }
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/?C=M&O=D
-livecheck.regex {(\d+(?:\.\d+)*)/}
+livecheck.type  gnome

Modified: trunk/dports/gnome/gtksourceviewmm2/Portfile
===================================================================
--- trunk/dports/gnome/gtksourceviewmm2/Portfile	2013-04-05 19:36:31 UTC (rev 104943)
+++ trunk/dports/gnome/gtksourceviewmm2/Portfile	2013-04-05 20:36:28 UTC (rev 104944)
@@ -30,6 +30,6 @@
 depends_lib	port:gtkmm \
                 port:gtksourceview2
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${gname}/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome
+livecheck.name  ${gname}
+livecheck.regex {LATEST-IS-(2\.\d*[02468](?:\.\d+)*)}

Modified: trunk/dports/gnome/gucharmap/Portfile
===================================================================
--- trunk/dports/gnome/gucharmap/Portfile	2013-04-05 19:36:31 UTC (rev 104943)
+++ trunk/dports/gnome/gucharmap/Portfile	2013-04-05 20:36:28 UTC (rev 104944)
@@ -72,6 +72,4 @@
         gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
 }
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome

Modified: trunk/dports/gnome/libepc/Portfile
===================================================================
--- trunk/dports/gnome/libepc/Portfile	2013-04-05 19:36:31 UTC (rev 104943)
+++ trunk/dports/gnome/libepc/Portfile	2013-04-05 20:36:28 UTC (rev 104944)
@@ -39,6 +39,4 @@
 patchfiles      patch-configure.diff \
                 patch-Makefile.in.diff
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome

Modified: trunk/dports/gnome/libgdamm4/Portfile
===================================================================
--- trunk/dports/gnome/libgdamm4/Portfile	2013-04-05 19:36:31 UTC (rev 104943)
+++ trunk/dports/gnome/libgdamm4/Portfile	2013-04-05 20:36:28 UTC (rev 104944)
@@ -32,6 +32,5 @@
 depends_lib	port:glibmm \
                 port:libgda4
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${gname}/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome-with-unstable
+livecheck.name  ${gname}

Modified: trunk/dports/gnome/libgdata/Portfile
===================================================================
--- trunk/dports/gnome/libgdata/Portfile	2013-04-05 19:36:31 UTC (rev 104943)
+++ trunk/dports/gnome/libgdata/Portfile	2013-04-05 20:36:28 UTC (rev 104944)
@@ -35,6 +35,4 @@
 
 configure.args  --enable-introspection=no
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome

Modified: trunk/dports/gnome/libgnome-keyring/Portfile
===================================================================
--- trunk/dports/gnome/libgnome-keyring/Portfile	2013-04-05 19:36:31 UTC (rev 104943)
+++ trunk/dports/gnome/libgnome-keyring/Portfile	2013-04-05 20:36:28 UTC (rev 104944)
@@ -33,6 +33,4 @@
                 port:gnome-keyring \
                 port:eggdbus
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome

Modified: trunk/dports/gnome/libgtop/Portfile
===================================================================
--- trunk/dports/gnome/libgtop/Portfile	2013-04-05 19:36:31 UTC (rev 104943)
+++ trunk/dports/gnome/libgtop/Portfile	2013-04-05 20:36:28 UTC (rev 104944)
@@ -43,6 +43,4 @@
 # gobject-introspection uses g-ir-scanner, which uses $CC from env
 build.args-append       CC="${configure.cc} ${configure.cc_archflags}"
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome

Modified: trunk/dports/gnome/libsoup/Portfile
===================================================================
--- trunk/dports/gnome/libsoup/Portfile	2013-04-05 19:36:31 UTC (rev 104943)
+++ trunk/dports/gnome/libsoup/Portfile	2013-04-05 20:36:28 UTC (rev 104944)
@@ -77,6 +77,4 @@
     destroot.cmd            ${prefix}/bin/gmake
 }
 
-livecheck.type  regex
-livecheck.url   ftp://ftp.gnome.org/pub/gnome/sources/$name/$branch/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome

Modified: trunk/dports/gnome/libunique/Portfile
===================================================================
--- trunk/dports/gnome/libunique/Portfile	2013-04-05 19:36:31 UTC (rev 104943)
+++ trunk/dports/gnome/libunique/Portfile	2013-04-05 20:36:28 UTC (rev 104944)
@@ -49,6 +49,4 @@
     configure.args-append --without-x
 }
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome

Modified: trunk/dports/gnome/metacity/Portfile
===================================================================
--- trunk/dports/gnome/metacity/Portfile	2013-04-05 19:36:31 UTC (rev 104943)
+++ trunk/dports/gnome/metacity/Portfile	2013-04-05 20:36:28 UTC (rev 104944)
@@ -54,6 +54,4 @@
                 gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
 }
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome

Modified: trunk/dports/gnome/mm-common/Portfile
===================================================================
--- trunk/dports/gnome/mm-common/Portfile	2013-04-05 19:36:31 UTC (rev 104943)
+++ trunk/dports/gnome/mm-common/Portfile	2013-04-05 20:36:28 UTC (rev 104944)
@@ -36,6 +36,4 @@
                 port:curl \
                 port:wget
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome-with-unstable

Modified: trunk/dports/gnome/nautilus/Portfile
===================================================================
--- trunk/dports/gnome/nautilus/Portfile	2013-04-05 19:36:31 UTC (rev 104943)
+++ trunk/dports/gnome/nautilus/Portfile	2013-04-05 20:36:28 UTC (rev 104944)
@@ -65,6 +65,4 @@
         gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
 }
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130405/b68056d1/attachment-0001.html>


More information about the macports-changes mailing list