[119539] users/devans/GNOME-3/unstable/dports

devans at macports.org devans at macports.org
Tue Apr 29 12:13:25 PDT 2014


Revision: 119539
          https://trac.macports.org/changeset/119539
Author:   devans at macports.org
Date:     2014-04-29 12:13:24 -0700 (Tue, 29 Apr 2014)
Log Message:
-----------
GNOME-3/unstable: commit initial ports for the GNOME 3.13 dev cycle
	* anjuta 3.13.1
	* eog 3.13.1
        * file-roller 3.13.1
        * gnome-control-center 3.13.1/3.8.6
        * gnome-system-monitor 3.13.1
        * gnome-terminal 3.13.0
        * gnome-themes-standard 3.13.1
        * gtk3 3.13.1
        * gvfs 1.12.1
        * py-gobject3 3.13.1
        * vte 0.37

Modified Paths:
--------------
    users/devans/GNOME-3/unstable/dports/gnome/anjuta/Portfile
    users/devans/GNOME-3/unstable/dports/gnome/eog/Portfile
    users/devans/GNOME-3/unstable/dports/gnome/file-roller/Portfile
    users/devans/GNOME-3/unstable/dports/gnome/gnome-control-center/Portfile
    users/devans/GNOME-3/unstable/dports/gnome/gnome-control-center/files/patch-disable-shell-test-hostname.diff
    users/devans/GNOME-3/unstable/dports/gnome/gnome-system-monitor/Portfile
    users/devans/GNOME-3/unstable/dports/gnome/gnome-terminal/Portfile
    users/devans/GNOME-3/unstable/dports/gnome/gnome-terminal/files/no-dupfd_cloexec.patch
    users/devans/GNOME-3/unstable/dports/gnome/gnome-themes-standard/Portfile
    users/devans/GNOME-3/unstable/dports/gnome/gtk3/Portfile
    users/devans/GNOME-3/unstable/dports/gnome/vte/Portfile
    users/devans/GNOME-3/unstable/dports/python/py-gobject3/Portfile

Added Paths:
-----------
    users/devans/GNOME-3/unstable/dports/devel/gvfs/Portfile
    users/devans/GNOME-3/unstable/dports/devel/gvfs/files/
    users/devans/GNOME-3/unstable/dports/gnome/anjuta/
    users/devans/GNOME-3/unstable/dports/gnome/eog/
    users/devans/GNOME-3/unstable/dports/gnome/file-roller/
    users/devans/GNOME-3/unstable/dports/gnome/gnome-control-center/
    users/devans/GNOME-3/unstable/dports/gnome/gnome-system-monitor/
    users/devans/GNOME-3/unstable/dports/gnome/gnome-terminal/
    users/devans/GNOME-3/unstable/dports/gnome/gnome-themes-standard/
    users/devans/GNOME-3/unstable/dports/gnome/gtk3/
    users/devans/GNOME-3/unstable/dports/gnome/vte/
    users/devans/GNOME-3/unstable/dports/python/py-gobject3/

Removed Paths:
-------------
    users/devans/GNOME-3/unstable/dports/devel/gvfs/Portfile-1.19.90
    users/devans/GNOME-3/unstable/dports/devel/gvfs/files/
    users/devans/GNOME-3/unstable/dports/devel/gvfs/gvfs/

Copied: users/devans/GNOME-3/unstable/dports/devel/gvfs/Portfile (from rev 119538, users/devans/GNOME-3/unstable/dports/devel/gvfs/gvfs/Portfile)
===================================================================
--- users/devans/GNOME-3/unstable/dports/devel/gvfs/Portfile	                        (rev 0)
+++ users/devans/GNOME-3/unstable/dports/devel/gvfs/Portfile	2014-04-29 19:13:24 UTC (rev 119539)
@@ -0,0 +1,104 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem      1.0
+
+name            gvfs
+version         1.21.1
+set branch      [join [lrange [split ${version} .] 0 1] .]
+maintainers     nomaintainer
+categories      devel
+# trashlib code used in the daemon is GPL
+license         {LGPL GPL-3}
+platforms       darwin
+description     The Gnome Virtual File System.
+
+long_description \
+                gvfs is a userspace virtual filesystem designed \
+                to work with the i/o abstractions of gio (a new \
+                library available with glib). It installs several \
+                modules that are automatically used by applications \
+                using the APIs of libgio. The gvfs model differs \
+                from e.g. gnome-vfs in that filesystems must be \
+                mounted before they are used. There is a central \
+                daemon (gvfsd) that handles coordinting mounts, and \
+                then each mount is (typically) in its own daemon \
+                process (although mounts can share daemon process). \
+                gvfs comes with a set of backends, including trash \
+                support, sftp, smb, http, dav and others. There is \
+                a set of command line programs starting with gvfs- \
+                that lets you run commands (like cat, ls, stat, etc) \
+                on files in the gvfs.
+
+homepage        https://wiki.gnome.org/Projects/gvfs
+master_sites    gnome:sources/${name}/${branch}/
+
+use_xz          yes
+
+checksums       rmd160  3beb3aa3e6564404983e9afe548b7c6dab1ba918 \
+                sha256  fa2f35b687a73c4b17803a6a043afa3ec5cdf855206f8334034b09c1eb82cf61
+
+depends_build   port:pkgconfig \
+                port:intltool \
+                port:gnome-doc-utils
+
+depends_lib     port:gtk3 \
+                port:gettext \
+                path:lib/pkgconfig/glib-2.0.pc:glib2 \
+                port:libarchive \
+                port:libgcrypt \
+                port:openssh \
+                port:libsoup \
+                port:libxml2 \
+                port:libsecret \
+                port:gnome-online-accounts
+
+# update m4/intltool.m4 and autoreconf
+
+pre-configure {
+    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
+}
+
+use_autoreconf  yes
+autoreconf.args -fvi
+
+configure.args  --disable-avahi \
+                --disable-fuse \
+                --disable-hal \
+                --disable-cdda \
+                --disable-obexftp \
+                --disable-gphoto2 \
+                --disable-samba \
+                --disable-udev \
+                --disable-gdu \
+                --disable-udisks2 \
+                --disable-libsystemd-login \
+                --disable-gudev \
+                --disable-afc \
+                --disable-bluray \
+                --disable-libmtp \
+                --enable-goa \
+                --enable-http \
+                --enable-archive \
+                --enable-afp \
+                --disable-silent-rules
+
+test.run        yes
+test.target     check
+
+destroot.keepdirs ${destroot}${prefix}/share/gvfs/remote-volume-monitors
+
+post-destroot {
+    xinstall -d ${destroot}${prefix}/share/gvfs/remote-volume-monitors
+    set docdir ${prefix}/share/doc/${name}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING MAINTAINERS NEWS README \
+        ${destroot}${docdir}
+}
+
+post-activate {
+    system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
+    system "${prefix}/bin/gio-querymodules ${prefix}/lib/gio/modules"
+}
+
+livecheck.type  gnome-with-unstable

Deleted: users/devans/GNOME-3/unstable/dports/devel/gvfs/Portfile-1.19.90
===================================================================
--- users/devans/GNOME-3/unstable/dports/devel/gvfs/Portfile-1.19.90	2014-04-29 18:55:46 UTC (rev 119538)
+++ users/devans/GNOME-3/unstable/dports/devel/gvfs/Portfile-1.19.90	2014-04-29 19:13:24 UTC (rev 119539)
@@ -1,104 +0,0 @@
-# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
-# $Id$
-
-PortSystem      1.0
-
-name            gvfs
-version         1.19.90
-set branch      [join [lrange [split ${version} .] 0 1] .]
-maintainers     nomaintainer
-categories      devel
-# trashlib code used in the daemon is GPL
-license         {LGPL GPL-3}
-platforms       darwin
-description     The Gnome Virtual File System.
-
-long_description \
-                gvfs is a userspace virtual filesystem designed \
-                to work with the i/o abstractions of gio (a new \
-                library available with glib). It installs several \
-                modules that are automatically used by applications \
-                using the APIs of libgio. The gvfs model differs \
-                from e.g. gnome-vfs in that filesystems must be \
-                mounted before they are used. There is a central \
-                daemon (gvfsd) that handles coordinting mounts, and \
-                then each mount is (typically) in its own daemon \
-                process (although mounts can share daemon process). \
-                gvfs comes with a set of backends, including trash \
-                support, sftp, smb, http, dav and others. There is \
-                a set of command line programs starting with gvfs- \
-                that lets you run commands (like cat, ls, stat, etc) \
-                on files in the gvfs.
-
-homepage        https://wiki.gnome.org/Projects/gvfs
-master_sites    gnome:sources/${name}/${branch}/
-
-use_xz          yes
-
-checksums       rmd160  e4e8bdf96d6adcc92e49ffd1ddd2a09e68cf3b71 \
-                sha256  3a59fb24f05549dee332efc811b85a74868ef755899f201b78a98340b196567c
-
-depends_build   port:pkgconfig \
-                port:intltool \
-                port:gnome-doc-utils
-
-depends_lib     port:gtk3 \
-                port:gettext \
-                path:lib/pkgconfig/glib-2.0.pc:glib2 \
-                port:libarchive \
-                port:libgcrypt \
-                port:openssh \
-                port:libsoup \
-                port:libxml2 \
-                port:libsecret \
-                port:gnome-online-accounts
-
-# update m4/intltool.m4 and autoreconf
-
-pre-configure {
-    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
-}
-
-use_autoreconf  yes
-autoreconf.args -fvi
-
-configure.args  --disable-avahi \
-                --disable-fuse \
-                --disable-hal \
-                --disable-cdda \
-                --disable-obexftp \
-                --disable-gphoto2 \
-                --disable-samba \
-                --disable-udev \
-                --disable-gdu \
-                --disable-udisks2 \
-                --disable-libsystemd-login \
-                --disable-gudev \
-                --disable-afc \
-                --disable-bluray \
-                --disable-libmtp \
-                --enable-goa \
-                --enable-http \
-                --enable-archive \
-                --enable-afp \
-                --disable-silent-rules
-
-test.run        yes
-test.target     check
-
-destroot.keepdirs ${destroot}${prefix}/share/gvfs/remote-volume-monitors
-
-post-destroot {
-    xinstall -d ${destroot}${prefix}/share/gvfs/remote-volume-monitors
-    set docdir ${prefix}/share/doc/${name}
-    xinstall -d ${destroot}${docdir}
-    xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING MAINTAINERS NEWS README \
-        ${destroot}${docdir}
-}
-
-post-activate {
-    system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
-    system "${prefix}/bin/gio-querymodules ${prefix}/lib/gio/modules"
-}
-
-livecheck.type  gnome-with-unstable

Modified: users/devans/GNOME-3/unstable/dports/gnome/anjuta/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/anjuta/Portfile	2014-04-29 16:56:48 UTC (rev 119537)
+++ users/devans/GNOME-3/unstable/dports/gnome/anjuta/Portfile	2014-04-29 19:13:24 UTC (rev 119539)
@@ -5,7 +5,7 @@
 PortGroup       muniversal 1.0
 
 name            anjuta
-version         3.12.0
+version         3.13.1
 license         GPL-2+
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     A GNOME/GTK IDE
@@ -18,8 +18,8 @@
 
 use_xz          yes
 
-checksums       rmd160  96f8240a4de55b173631397978abd8aad66400ef \
-                sha256  880efe7274d015a07aec2c5bdfebe27e313f76f1f524bd9309b5e3ecd29bda1f
+checksums       rmd160  2b6af5941d4bc230bc401374aaa49e4fc4baad71 \
+                sha256  71bdad9a0e427d9481858eec40b9c1facef4b551d732023cc18a50019df4b78b
 
 depends_build   port:pkgconfig \
                 port:intltool \
@@ -94,7 +94,7 @@
                                         port:subversion
 }
 
-variant glade description {Enable glade plugin support} {
+variant glade description {Enable glade plugin support and glade catalog} {
                 configure.args-delete   --disable-plugin-glade
                 configure.args-append   --enable-glade-catalog
                 depends_lib-append      port:glade
@@ -132,4 +132,4 @@
     system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
 }
 
-livecheck.type  gnome
+livecheck.type  gnome-with-unstable

Modified: users/devans/GNOME-3/unstable/dports/gnome/eog/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/eog/Portfile	2014-04-28 21:43:30 UTC (rev 119523)
+++ users/devans/GNOME-3/unstable/dports/gnome/eog/Portfile	2014-04-29 19:13:24 UTC (rev 119539)
@@ -4,7 +4,7 @@
 PortSystem      1.0
 
 name            eog
-version         3.12.1
+version         3.13.1
 license         GPL-2+
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     An image viewing and cataloging program.
@@ -20,8 +20,8 @@
 
 use_xz          yes
 
-checksums       rmd160  bbc5921808168d8ccdbd30e31d941d2bf8ed2e08 \
-                sha256  69a68a95c1322f133e15d86616db3b4fd02a2100767e897a85157b6c8ac77dd1
+checksums       rmd160  2ed089b3727d8f60b8409ef5f1078d13b98cefd5 \
+                sha256  7e5be753bb7ef0ce53ec0153ff0addc2e12b956909576ac3d14d5f68f6e371c2
 
 depends_build   port:pkgconfig \
                 port:intltool \
@@ -70,4 +70,4 @@
    system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
 }
 
-livecheck.type  gnome
+livecheck.type  gnome-with-unstable

Modified: users/devans/GNOME-3/unstable/dports/gnome/file-roller/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/file-roller/Portfile	2014-04-29 14:43:39 UTC (rev 119529)
+++ users/devans/GNOME-3/unstable/dports/gnome/file-roller/Portfile	2014-04-29 19:13:24 UTC (rev 119539)
@@ -4,7 +4,7 @@
 PortSystem      1.0
 
 name            file-roller
-version         3.12.1
+version         3.13.1
 license         GPL-2+
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     An archive manager for GNOME
@@ -23,8 +23,8 @@
 
 use_xz          yes
 
-checksums       rmd160  f517d7547bf32bc7ffd4a3d34a4728e41f46f8f4 \
-                sha256  bb35ae0d3542eee59b916b699f86298dfe93379b1769d6ca1980b2db95672481
+checksums       rmd160  4f09c2fb2e693cdb26d2b68bb5ac4bdc6c8fa924 \
+                sha256  cd4ec3c3e75c9e2126dd25e5502b3259a54541f803ab2afb0b953003afe27264
 
 depends_build   port:pkgconfig \
                 port:intltool \
@@ -71,4 +71,4 @@
     system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
 }
 
-livecheck.type  gnome
+livecheck.type  gnome-with-unstable

Modified: users/devans/GNOME-3/unstable/dports/gnome/gnome-control-center/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gnome-control-center/Portfile	2014-04-28 20:49:02 UTC (rev 119521)
+++ users/devans/GNOME-3/unstable/dports/gnome/gnome-control-center/Portfile	2014-04-29 19:13:24 UTC (rev 119539)
@@ -8,7 +8,7 @@
 if {${os.platform} eq "darwin" && ${os.major} >= 13} {
 
 set mavericks_or_better yes
-version 3.12.1
+version 3.13.1
 
 } else {
 
@@ -33,8 +33,8 @@
 
 if {$mavericks_or_better} {
 
-checksums       rmd160  ca20fc78092f89969fcc9a0f96da8bafa4726b90 \
-                sha256  5297d448eff0ec58f6c0ad9fbd1b94bed0a850496df0ee65571c0622b49c1582
+checksums       rmd160  c7b142458bc02faf3576a04822bc4d0cf68f4df0 \
+                sha256  87eeb81f52433d867b078231770dc2ecebd99cd3817c40e1134e1e99563b8d1d
 
 depends_build   port:pkgconfig \
                 port:intltool \
@@ -178,7 +178,7 @@
 
 if {$mavericks_or_better} {
 
-livecheck.type  gnome
+livecheck.type  gnome-with-unstable
 
 } else {
 

Modified: users/devans/GNOME-3/unstable/dports/gnome/gnome-control-center/files/patch-disable-shell-test-hostname.diff
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gnome-control-center/files/patch-disable-shell-test-hostname.diff	2014-04-28 20:49:02 UTC (rev 119521)
+++ users/devans/GNOME-3/unstable/dports/gnome/gnome-control-center/files/patch-disable-shell-test-hostname.diff	2014-04-29 19:13:24 UTC (rev 119539)
@@ -1,6 +1,6 @@
---- shell/Makefile.am.orig	2013-09-16 22:44:57.000000000 -0700
-+++ shell/Makefile.am	2013-09-16 22:45:38.000000000 -0700
-@@ -111,6 +111,6 @@
+--- shell/Makefile.am.orig	2014-04-29 04:10:25.000000000 -0700
++++ shell/Makefile.am	2014-04-29 04:10:25.000000000 -0700
+@@ -120,6 +120,6 @@
  
  EXTRA_DIST += hostnames-test.txt
  check-local: test-hostname

Modified: users/devans/GNOME-3/unstable/dports/gnome/gnome-system-monitor/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gnome-system-monitor/Portfile	2014-04-28 20:49:02 UTC (rev 119521)
+++ users/devans/GNOME-3/unstable/dports/gnome/gnome-system-monitor/Portfile	2014-04-29 19:13:24 UTC (rev 119539)
@@ -4,7 +4,7 @@
 PortSystem      1.0
 
 name            gnome-system-monitor
-version         3.12.1
+version         3.13.1
 license         GPL-2+
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     A system monitor.
@@ -20,8 +20,8 @@
 
 use_xz          yes
 
-checksums       rmd160  bce4cd0f353cdc86b977b69d9fb09c5462ab79fb \
-                sha256  9abdf046248f26b3945a6aba4098ab04907416cdc07e19a7a8aeb568e2428f0f
+checksums       rmd160  0a6eb420c4b117ba0c7dfb083be8e9af55c4db9a \
+                sha256  851a179e7181b63275ec55776f085f956e43c6b0720983ab3f486b23f7a9b563
 
 depends_build   port:pkgconfig \
                 port:intltool \
@@ -63,4 +63,4 @@
     system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
 }
 
-livecheck.type  gnome
+livecheck.type  gnome-with-unstable

Modified: users/devans/GNOME-3/unstable/dports/gnome/gnome-terminal/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gnome-terminal/Portfile	2014-04-28 20:49:02 UTC (rev 119521)
+++ users/devans/GNOME-3/unstable/dports/gnome/gnome-terminal/Portfile	2014-04-29 19:13:24 UTC (rev 119539)
@@ -4,7 +4,7 @@
 PortSystem      1.0
 
 name            gnome-terminal
-version         3.12.1
+version         3.13.0
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     Terminal component for the GNOME 3 Desktop
 long_description \
@@ -18,8 +18,8 @@
 
 use_xz          yes
 
-checksums       rmd160  a4c65312449b9184128f5986aee3f980cadda7b6 \
-                sha256  7b68714c63ea6bb6eeeeed574b61f1328a7f7dc34a294d0911e9129d888d56c6
+checksums       rmd160  4368f55b0ea49426adaa2264b2f19b8979106d10 \
+                sha256  1d2c43e928f26d344a17d6767f27910aa01d17bc659728cccc520724009466d0
 
 depends_build   port:pkgconfig \
                 port:intltool \
@@ -78,4 +78,4 @@
     system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
 }
 
-livecheck.type  gnome
+livecheck.type  gnome-with-unstable

Modified: users/devans/GNOME-3/unstable/dports/gnome/gnome-terminal/files/no-dupfd_cloexec.patch
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gnome-terminal/files/no-dupfd_cloexec.patch	2014-04-28 20:49:02 UTC (rev 119521)
+++ users/devans/GNOME-3/unstable/dports/gnome/gnome-terminal/files/no-dupfd_cloexec.patch	2014-04-29 19:13:24 UTC (rev 119539)
@@ -1,5 +1,5 @@
---- src/terminal-screen.c.orig	2014-02-17 13:39:53.000000000 -0800
-+++ src/terminal-screen.c	2014-03-14 09:35:53.000000000 -0700
+--- src/terminal-screen.c.orig	2014-04-26 10:13:08.000000000 -0700
++++ src/terminal-screen.c	2014-04-28 13:55:04.000000000 -0700
 @@ -27,7 +27,7 @@
  #include <unistd.h>
  #include <sys/wait.h>
@@ -9,7 +9,7 @@
  
  #include <glib.h>
  #include <glib/gi18n.h>
-@@ -1243,7 +1243,12 @@
+@@ -1190,7 +1190,12 @@
        for (j = 0; j < n_fds; j++) {
          if (fds[j] == target_fd) {
            do {

Modified: users/devans/GNOME-3/unstable/dports/gnome/gnome-themes-standard/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gnome-themes-standard/Portfile	2014-04-28 20:49:02 UTC (rev 119521)
+++ users/devans/GNOME-3/unstable/dports/gnome/gnome-themes-standard/Portfile	2014-04-29 19:13:24 UTC (rev 119539)
@@ -5,7 +5,7 @@
 
 name            gnome-themes-standard
 conflicts       gnome-themes
-version         3.12.0
+version         3.13.1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      gnome
 maintainers     devans openmaintainer
@@ -23,8 +23,8 @@
 
 use_xz          yes
 
-checksums       rmd160  261021d7df4dc1745db9ded24e709362cb3a81ae \
-                sha256  a05d1b7ca872b944a69d0c0cc2369408ece32ff4355e37f8594a1b70d13c3217
+checksums       rmd160  79cb637350b06a4783d9cdc27291a6fbc47e0c6d \
+                sha256  56dba75240f3a9bacfc844bfc86b6535a5de9e62a0e0375bd659dad8f64082d0
 
 depends_build   port:intltool \
                 port:pkgconfig
@@ -54,4 +54,4 @@
 ------------------------------------------------------
 "
 
-livecheck.type  gnome
+livecheck.type  gnome-with-unstable

Modified: users/devans/GNOME-3/unstable/dports/gnome/gtk3/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gtk3/Portfile	2014-04-29 13:29:19 UTC (rev 119527)
+++ users/devans/GNOME-3/unstable/dports/gnome/gtk3/Portfile	2014-04-29 19:13:24 UTC (rev 119539)
@@ -10,15 +10,15 @@
 name                gtk3
 set real_name       gtk+
 epoch               1
-version             3.12.1
+version             3.13.1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          gnome x11
 license             LGPL-2.1+
 maintainers         cal openmaintainer
 platforms           darwin
 
-checksums           rmd160  f6f9495b36b9b050152e30607f58be194212ebb0 \
-                    sha256  719aae5fdb560f64cadb7e968c8c85c0823664de890c9f765ff4c0efeb0277cd
+checksums           rmd160  f7a634e5d1adc25546975727871009cbc6ebb297 \
+                    sha256  96258f26d2f49651d440175c285d4a06c05b0c4b4e08baa218dc0f58ad0c2ccb
 
 description         GTK+ widget toolkit
 
@@ -244,5 +244,5 @@
                                --enable-x11-backend
 }
 
-livecheck.type  gnome
+livecheck.type  gnome-with-unstable
 livecheck.name  gtk+

Modified: users/devans/GNOME-3/unstable/dports/gnome/vte/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/vte/Portfile	2014-04-28 20:49:02 UTC (rev 119521)
+++ users/devans/GNOME-3/unstable/dports/gnome/vte/Portfile	2014-04-29 19:13:24 UTC (rev 119539)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                vte
-version             0.36.1
+version             0.37.0
 set branch          [join [lrange [split $version .] 0 1] .]
 maintainers         nomaintainer
 categories          gnome
@@ -22,8 +22,8 @@
 
 use_xz              yes
 
-checksums           rmd160  55ec14cef7a62aba7a327b95a2b5448eaf130f06 \
-                    sha256  2b1d30d12a9c0074f80938f4bcb0d510cf3f105b28939b0d5aaddf95222bc3dd
+checksums           rmd160  1ae98a06d38bc96eac7834386069fbe93c05f420 \
+                    sha256  cde755dabcbf7553501181ae6e423be4159d99b8d60b2f070c4662be6f865fab
 
 depends_build       port:pkgconfig \
                     port:intltool \
@@ -50,4 +50,4 @@
     configure.args-delete --disable-glade
 }
 
-livecheck.type      gnome
+livecheck.type      gnome-with-unstable


Property changes on: users/devans/GNOME-3/unstable/dports/python/py-gobject3
___________________________________________________________________
Added: svn:mergeinfo
   + /branches/mld-qt-481/dports/python/py-gobject3:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856

Modified: users/devans/GNOME-3/unstable/dports/python/py-gobject3/Portfile
===================================================================
--- trunk/dports/python/py-gobject3/Portfile	2014-04-28 21:43:30 UTC (rev 119523)
+++ users/devans/GNOME-3/unstable/dports/python/py-gobject3/Portfile	2014-04-29 19:13:24 UTC (rev 119539)
@@ -6,7 +6,7 @@
 
 name                py-gobject3
 set my_name         pygobject
-version             3.12.1
+version             3.13.1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories-append   gnome
 license             LGPL-2.1+
@@ -23,8 +23,8 @@
 distname            ${my_name}-${version}
 use_xz              yes
 
-checksums           sha256  da5fe04759e862d347b26b53a6aea0affa7cbe858b7004475fa8c7929496da35 \
-                    rmd160  79bf92cb323abfe9c2b03f58c792f294ce13cf46
+checksums           sha256  47f16a9736c109fa71653832f776f78aef01f6469834d985e5f504cdd4c7089e \
+                    rmd160  b4cc70625eb1dfae95cb5d1e9a8f46f268a6f131
 
 python.versions     27 32 33 34
 
@@ -64,6 +64,6 @@
 
     livecheck.type  none
 } else {
-    livecheck.type  gnome
+    livecheck.type  gnome-with-unstable
     livecheck.name  ${my_name}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140429/0b027900/attachment-0001.html>


More information about the macports-changes mailing list