[104670] trunk/dports/gnome

cal at macports.org cal at macports.org
Sun Mar 31 00:56:11 PDT 2013


Revision: 104670
          https://trac.macports.org/changeset/104670
Author:   cal at macports.org
Date:     2013-03-31 00:56:11 -0700 (Sun, 31 Mar 2013)
Log Message:
-----------
gtk3: update to 3.8.0
at-spi2-atk, at-spi2-core: update to 2.8.0
gobject-introspection: update to 1.36.0

Modified Paths:
--------------
    trunk/dports/gnome/at-spi2-atk/Portfile
    trunk/dports/gnome/at-spi2-core/Portfile
    trunk/dports/gnome/gobject-introspection/Portfile
    trunk/dports/gnome/gtk3/Portfile

Added Paths:
-----------
    trunk/dports/gnome/gobject-introspection/files/patch-giscanner-dumper.py-clang-is-not-msvc.patch

Modified: trunk/dports/gnome/at-spi2-atk/Portfile
===================================================================
--- trunk/dports/gnome/at-spi2-atk/Portfile	2013-03-31 07:37:22 UTC (rev 104669)
+++ trunk/dports/gnome/at-spi2-atk/Portfile	2013-03-31 07:56:11 UTC (rev 104670)
@@ -5,7 +5,7 @@
 
 name                at-spi2-atk
 # you probably want to keep this at the same version as at-spi2-core
-version             2.6.2
+version             2.8.0
 conflicts           at-spi
 license             LGPL
 set branch          [join [lrange [split ${version} .] 0 1] .]
@@ -20,13 +20,11 @@
 homepage            http://a11y.org/
 master_sites        gnome:sources/${name}/${branch}/
 
-checksums           rmd160  0e3f2385500f93c616292898ed90fa3b0974962a \
-                    sha256  496c8432e8ab82735145f9af5d45209e9b708bf3c94e527ee091d08641a9bcfa
+checksums           rmd160  f20f598167c02e3c6e77a92bc8a53a7e3cf48478 \
+                    sha256  4688acbc1474cda0aa49341f109ad0726603ce3e872cc6521c74931338c7ba20
 
 use_xz              yes
 
-patchfiles          patch__atk-adaptor__accessible-cache.c__nonvoid-function-doesnt-return.diff
-
 depends_build       port:pkgconfig
 
 depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \

Modified: trunk/dports/gnome/at-spi2-core/Portfile
===================================================================
--- trunk/dports/gnome/at-spi2-core/Portfile	2013-03-31 07:37:22 UTC (rev 104669)
+++ trunk/dports/gnome/at-spi2-core/Portfile	2013-03-31 07:56:11 UTC (rev 104670)
@@ -5,7 +5,7 @@
 
 name                at-spi2-core
 # you probably want to keep this at the same version as at-spi2-atk
-version             2.6.3
+version             2.8.0
 license             LGPL
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         Gnome Accesibility Technology Service
@@ -19,8 +19,8 @@
 homepage            http://a11y.org/
 master_sites        gnome:sources/${name}/${branch}/
 
-checksums           rmd160  ac8549f871428ab98069ed572eab442e2ff8db21 \
-                    sha256  fc4487ae46e847cfd057b329b852cf99923772ecd2ddc29f29670c9f2b15d0ea
+checksums           rmd160  1c7653d4ff508780d53215e0c6a44891c409edf2 \
+                    sha256  1861a30fc7f583d5a567a0ba547db67ce9bd294f0d1c9f7403c96a10a481c458
 
 use_xz              yes
 

Modified: trunk/dports/gnome/gobject-introspection/Portfile
===================================================================
--- trunk/dports/gnome/gobject-introspection/Portfile	2013-03-31 07:37:22 UTC (rev 104669)
+++ trunk/dports/gnome/gobject-introspection/Portfile	2013-03-31 07:56:11 UTC (rev 104670)
@@ -5,7 +5,7 @@
 PortGroup           active_variants 1.1
 
 name                gobject-introspection
-version             1.34.2
+version             1.36.0
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          gnome
 platforms           darwin
@@ -21,8 +21,8 @@
 master_sites        gnome:sources/${name}/${branch}/
 use_xz              yes
 
-checksums           rmd160  83b766bb16500b799e23dcabff915e9863197862 \
-                    sha256  bc7948a35ce2218922dfb0806679cad21060715cc0c340cf7823eb633cc03429
+checksums           rmd160  bcc541a021ca409395a82fc4dd52a1353679908a \
+                    sha256  e3e76d9d428e7534761bf8cdf75338865a4b0872e8052bef51792744608b6383
 
 depends_build       port:pkgconfig
 
@@ -31,9 +31,9 @@
                     port:python27 \
                     path:lib/pkgconfig/glib-2.0.pc:glib2
 
-patchfiles          patch-giscanner-scannerlexer.l-support-__inline__.patch \
-                    patch-giscanner-shlib.py-use-absolute-linkage-paths.patch \
-                    patch-giscanner-utils.py-use-absolute-linkage-paths.patch
+patchfiles          patch-giscanner-shlib.py-use-absolute-linkage-paths.patch \
+                    patch-giscanner-utils.py-use-absolute-linkage-paths.patch \
+                    patch-giscanner-dumper.py-clang-is-not-msvc.patch
 
 post-patch {
     reinplace "s|'cc'|'${configure.cc}'|g" ${worksrcpath}/giscanner/sourcescanner.py

Added: trunk/dports/gnome/gobject-introspection/files/patch-giscanner-dumper.py-clang-is-not-msvc.patch
===================================================================
--- trunk/dports/gnome/gobject-introspection/files/patch-giscanner-dumper.py-clang-is-not-msvc.patch	                        (rev 0)
+++ trunk/dports/gnome/gobject-introspection/files/patch-giscanner-dumper.py-clang-is-not-msvc.patch	2013-03-31 07:56:11 UTC (rev 104670)
@@ -0,0 +1,14 @@
+--- giscanner/dumper.py.orig	2013-03-29 16:12:06.000000000 +0100
++++ giscanner/dumper.py	2013-03-29 16:12:20.000000000 +0100
+@@ -86,11 +86,6 @@
+         self._linker_cmd = os.environ.get('CC', self._compiler_cmd)
+         self._pkgconfig_cmd = os.environ.get('PKG_CONFIG', 'pkg-config')
+         self._pkgconfig_msvc_flags = ''
+-        # Enable the --msvc-syntax pkg-config flag when
+-        # the Microsoft compiler is used
+-        # (This is the other way to check whether Visual C++ is used subsequently)
+-        if 'cl' in self._compiler_cmd:
+-            self._pkgconfig_msvc_flags = '--msvc-syntax'
+         self._uninst_srcdir = os.environ.get(
+             'UNINSTALLED_INTROSPECTION_SRCDIR')
+         self._packages = ['gio-2.0 gmodule-2.0']

Modified: trunk/dports/gnome/gtk3/Portfile
===================================================================
--- trunk/dports/gnome/gtk3/Portfile	2013-03-31 07:37:22 UTC (rev 104669)
+++ trunk/dports/gnome/gtk3/Portfile	2013-03-31 07:56:11 UTC (rev 104670)
@@ -9,7 +9,7 @@
 
 name                gtk3
 set real_name       gtk+
-version             3.6.4
+version             3.8.0
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          gnome x11
 license             LGPL-2.1+
@@ -32,8 +32,8 @@
                     http://ftp.gtk.org/pub/gtk/${branch}/
 
 minimum_xcodeversions {9 3.1}
-checksums           rmd160  8dd671f443b3956e6b0a215dde94d5f481ac538a \
-                    sha256  dbda37986f934f986c0bb20f2b0c59f2717a2e5c098370ad69677ff89295f1a1
+checksums           rmd160  a078e72e1dd19cde44a4925c501d52fab2e9b91d \
+                    sha256  db1345d89d6b5f5bad411b4b2a3b1a18a2a8f98d2ab1b40d43a0197a6e6c252e
 
 depends_build       port:pkgconfig
 
@@ -219,6 +219,5 @@
 
 variant no_x11 conflicts x11 description {Legacy compatibility variant} {}
 
-livecheck.type  regex
-livecheck.url   ftp://ftp.gnome.org/pub/gnome/sources/${real_name}/cache.json
-livecheck.regex {LATEST-IS-(\d+\.\d*[02468](?:\.\d+)*)}
+livecheck.type  gnome
+livecheck.name  gtk+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130331/2af8fa17/attachment.html>


More information about the macports-changes mailing list