[104626] trunk/dports/python

cal at macports.org cal at macports.org
Sat Mar 30 06:17:55 PDT 2013


Revision: 104626
          https://trac.macports.org/changeset/104626
Author:   cal at macports.org
Date:     2013-03-30 06:17:55 -0700 (Sat, 30 Mar 2013)
Log Message:
-----------
py-gobject{,3}, py-pygtk, py{25,26,27}-{gnome,gobject,orbit,pygtksourceview,atspi}: Change to gnome livecheck group

Modified Paths:
--------------
    trunk/dports/python/py-gobject/Portfile
    trunk/dports/python/py-gobject3/Portfile
    trunk/dports/python/py-pygtk/Portfile
    trunk/dports/python/py25-gnome/Portfile
    trunk/dports/python/py25-gobject/Portfile
    trunk/dports/python/py25-orbit/Portfile
    trunk/dports/python/py25-pygtksourceview/Portfile
    trunk/dports/python/py26-atspi/Portfile
    trunk/dports/python/py26-gnome/Portfile
    trunk/dports/python/py26-gobject/Portfile
    trunk/dports/python/py26-orbit/Portfile
    trunk/dports/python/py26-pygtksourceview/Portfile
    trunk/dports/python/py27-atspi/Portfile
    trunk/dports/python/py27-gnome/Portfile

Modified: trunk/dports/python/py-gobject/Portfile
===================================================================
--- trunk/dports/python/py-gobject/Portfile	2013-03-30 13:07:18 UTC (rev 104625)
+++ trunk/dports/python/py-gobject/Portfile	2013-03-30 13:17:55 UTC (rev 104626)
@@ -54,6 +54,6 @@
         ${destroot}${docdir}
 }
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${my_name}/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome
+livecheck.name  ${my_name}
+livecheck.regex {LATEST-IS-(2\.\d*[02468](?:\.\d+)*)}

Modified: trunk/dports/python/py-gobject3/Portfile
===================================================================
--- trunk/dports/python/py-gobject3/Portfile	2013-03-30 13:07:18 UTC (rev 104625)
+++ trunk/dports/python/py-gobject3/Portfile	2013-03-30 13:17:55 UTC (rev 104626)
@@ -6,8 +6,7 @@
 
 name                py-gobject3
 set my_name         pygobject
-version             3.4.2
-revision            1
+version             3.8.0
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories-append   gnome
 license             LGPL-2.1+
@@ -24,8 +23,8 @@
 distname            ${my_name}-${version}
 use_xz              yes
 
-checksums           sha256  2b87ef3170be3a20a53fbdb348ae4ecb41a72a17ec6531baa67147c3437d2aad \
-                    rmd160  8de9f21861001df176986c89da0fbe1e9bc9f051
+checksums           sha256  9c57f581ae35587108c978cb116eeb7ec186b50c95b145f62033589ee248b32d \
+                    rmd160  deee86421757fe3bade88cd0a362e73bf1dc771d
 
 python.versions     26 27 31 32 33
 
@@ -59,13 +58,12 @@
         set docdir ${prefix}/share/doc/${subport}
         xinstall -d ${destroot}${docdir}
         xinstall -m 0644 -W ${worksrcpath} \
-            AUTHORS COPYING ChangeLog ChangeLog.pre-2.18 NEWS README \
+            AUTHORS COPYING ChangeLog NEWS README \
             ${destroot}${docdir}
     }
 
     livecheck.type  none
 } else {
-    livecheck.type  regex
-    livecheck.url   ftp://ftp.gnome.org/pub/gnome/sources/${my_name}/cache.json
-    livecheck.regex {LATEST-IS-(\d+\.\d*[02468](?:\.\d+)*)}
+    livecheck.type  gnome
+    livecheck.name  ${my_name}
 }

Modified: trunk/dports/python/py-pygtk/Portfile
===================================================================
--- trunk/dports/python/py-pygtk/Portfile	2013-03-30 13:07:18 UTC (rev 104625)
+++ trunk/dports/python/py-pygtk/Portfile	2013-03-30 13:17:55 UTC (rev 104626)
@@ -99,7 +99,6 @@
 
     livecheck.type  none
 } else {
-    livecheck.type  regex
-    livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${my_name}/${branch}/
-    livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+    livecheck.type  gnome
+    livecheck.name  ${my_name}
 }

Modified: trunk/dports/python/py25-gnome/Portfile
===================================================================
--- trunk/dports/python/py25-gnome/Portfile	2013-03-30 13:07:18 UTC (rev 104625)
+++ trunk/dports/python/py25-gnome/Portfile	2013-03-30 13:17:55 UTC (rev 104626)
@@ -58,6 +58,5 @@
     }
 }
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/$my_name/$branch/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome
+livecheck.name  ${my_name}

Modified: trunk/dports/python/py25-gobject/Portfile
===================================================================
--- trunk/dports/python/py25-gobject/Portfile	2013-03-30 13:07:18 UTC (rev 104625)
+++ trunk/dports/python/py25-gobject/Portfile	2013-03-30 13:17:55 UTC (rev 104626)
@@ -58,6 +58,6 @@
         ${destroot}${docdir}
 }
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${my_name}/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome
+livecheck.name  ${my_name}
+livecheck.regex {LATEST-IS-(2\.\d*[02468](?:\.\d+)*)}

Modified: trunk/dports/python/py25-orbit/Portfile
===================================================================
--- trunk/dports/python/py25-orbit/Portfile	2013-03-30 13:07:18 UTC (rev 104625)
+++ trunk/dports/python/py25-orbit/Portfile	2013-03-30 13:17:55 UTC (rev 104626)
@@ -44,6 +44,5 @@
     }
 }
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/$my_name/$branch/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome
+livecheck.name  ${my_name}

Modified: trunk/dports/python/py25-pygtksourceview/Portfile
===================================================================
--- trunk/dports/python/py25-pygtksourceview/Portfile	2013-03-30 13:07:18 UTC (rev 104625)
+++ trunk/dports/python/py25-pygtksourceview/Portfile	2013-03-30 13:17:55 UTC (rev 104626)
@@ -38,6 +38,5 @@
     }
 }
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/pygtksourceview/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome
+livecheck.name  pygtksourceview

Modified: trunk/dports/python/py26-atspi/Portfile
===================================================================
--- trunk/dports/python/py26-atspi/Portfile	2013-03-30 13:07:18 UTC (rev 104625)
+++ trunk/dports/python/py26-atspi/Portfile	2013-03-30 13:17:55 UTC (rev 104626)
@@ -47,6 +47,5 @@
         ${destroot}${docdir}
 }
 
-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}

Modified: trunk/dports/python/py26-gnome/Portfile
===================================================================
--- trunk/dports/python/py26-gnome/Portfile	2013-03-30 13:07:18 UTC (rev 104625)
+++ trunk/dports/python/py26-gnome/Portfile	2013-03-30 13:17:55 UTC (rev 104626)
@@ -76,6 +76,5 @@
     ln -s ${python.prefix}/share/gtk-doc/html/pygnomevfs ${destroot}${prefix}/share/gtk-doc/html/pygnomevfs26
 }
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/$my_name/$branch/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome
+livecheck.name  ${my_name}

Modified: trunk/dports/python/py26-gobject/Portfile
===================================================================
--- trunk/dports/python/py26-gobject/Portfile	2013-03-30 13:07:18 UTC (rev 104625)
+++ trunk/dports/python/py26-gobject/Portfile	2013-03-30 13:17:55 UTC (rev 104626)
@@ -62,6 +62,6 @@
     system "ln -s ${python_prefix}/share/gtk-doc/html/${my_name} ${destroot}${prefix}/share/gtk-doc/html/${my_name}26"
 }
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${my_name}/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome
+livecheck.name  ${my_name}
+livecheck.regex {LATEST-IS-(2\.\d*[02468](?:\.\d+)*)}

Modified: trunk/dports/python/py26-orbit/Portfile
===================================================================
--- trunk/dports/python/py26-orbit/Portfile	2013-03-30 13:07:18 UTC (rev 104625)
+++ trunk/dports/python/py26-orbit/Portfile	2013-03-30 13:17:55 UTC (rev 104626)
@@ -50,7 +50,5 @@
    move ${destroot}${prefix}/lib/pkgconfig ${destroot}${python.prefix}/lib
 }
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/$my_name/$branch/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
-
+livecheck.type  gnome
+livecheck.name  ${my_name}

Modified: trunk/dports/python/py26-pygtksourceview/Portfile
===================================================================
--- trunk/dports/python/py26-pygtksourceview/Portfile	2013-03-30 13:07:18 UTC (rev 104625)
+++ trunk/dports/python/py26-pygtksourceview/Portfile	2013-03-30 13:17:55 UTC (rev 104626)
@@ -58,6 +58,5 @@
           ${destroot}${prefix}/share/gtk-doc/html/${name}
 }
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/pygtksourceview/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome
+livecheck.name  pygtksourceview

Modified: trunk/dports/python/py27-atspi/Portfile
===================================================================
--- trunk/dports/python/py27-atspi/Portfile	2013-03-30 13:07:18 UTC (rev 104625)
+++ trunk/dports/python/py27-atspi/Portfile	2013-03-30 13:17:55 UTC (rev 104626)
@@ -47,6 +47,5 @@
         ${destroot}${docdir}
 }
 
-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}

Modified: trunk/dports/python/py27-gnome/Portfile
===================================================================
--- trunk/dports/python/py27-gnome/Portfile	2013-03-30 13:07:18 UTC (rev 104625)
+++ trunk/dports/python/py27-gnome/Portfile	2013-03-30 13:17:55 UTC (rev 104626)
@@ -76,6 +76,5 @@
     ln -s ${python.prefix}/share/gtk-doc/html/pygnomevfs ${destroot}${prefix}/share/gtk-doc/html/pygnomevfs27
 }
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/$my_name/$branch/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome
+livecheck.name  ${my_name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130330/535b229a/attachment-0001.html>


More information about the macports-changes mailing list