[118897] trunk/dports/gnome/gnome-online-accounts

devans at macports.org devans at macports.org
Sun Apr 13 16:49:12 PDT 2014


Revision: 118897
          https://trac.macports.org/changeset/118897
Author:   devans at macports.org
Date:     2014-04-13 16:49:12 -0700 (Sun, 13 Apr 2014)
Log Message:
-----------
gnome-online-accounts: increment revision to rebuild with libjson-glib-1.0.

Added Paths:
-----------
    trunk/dports/gnome/gnome-online-accounts/Portfile
    trunk/dports/gnome/gnome-online-accounts/files/

Removed Paths:
-------------
    trunk/dports/gnome/gnome-online-accounts/Portfile
    trunk/dports/gnome/gnome-online-accounts/files/

Property Changed:
----------------
    trunk/dports/gnome/gnome-online-accounts/


Property changes on: trunk/dports/gnome/gnome-online-accounts
___________________________________________________________________
Added: svn:mergeinfo
   + /users/devans/GNOME-3/stable/dports/gnome/gnome-online-accounts:113175-118732
/users/devans/GNOME-3/unstable/dports/gnome/gnome-online-accounts:114069-118152

Deleted: trunk/dports/gnome/gnome-online-accounts/Portfile
===================================================================
--- trunk/dports/gnome/gnome-online-accounts/Portfile	2014-04-13 23:49:06 UTC (rev 118896)
+++ trunk/dports/gnome/gnome-online-accounts/Portfile	2014-04-13 23:49:12 UTC (rev 118897)
@@ -1,71 +0,0 @@
-# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
-# $Id$
-
-PortSystem      1.0
-
-name            gnome-online-accounts
-version         3.8.5
-license         LGPL-2
-set branch      [join [lrange [split ${version} .] 0 1] .]
-description     Single sign-on framework for GNOME
-long_description \
-                ${description}
-maintainers     devans openmaintainer
-categories      gnome
-platforms       darwin
-homepage        https://wiki.gnome.org/Projects/GnomeOnlineAccounts
-master_sites    gnome:sources/${name}/${branch}/
-
-use_xz          yes
-
-checksums       rmd160  21889d886fa262e536929ecb6905cfcd3f50a462 \
-                sha256  34d6fbc33bda4c7bba8aa52343ebe1eb8afe1033097c10a2d9979c0a99593e5d
-
-depends_build   port:pkgconfig \
-                port:intltool \
-                port:gtk-doc \
-                port:gnome-common
-
-depends_lib     port:gtk3 \
-                path:lib/pkgconfig/webkitgtk-3.0.pc:webkit-gtk3 \
-                port:libsoup \
-                port:json-glib \
-                port:rest \
-                port:libsecret \
-                port:libxml2 \
-                port:gobject-introspection \
-                port:gcr
-
-patchfiles      patch-alarm.diff
-
-# autoreconf with MacPorts intltool.m4
-
-use_autoreconf  yes
-autoreconf.args -fvi
-
-configure.cflags-append -Wno-format-nonliteral
-configure.args  --enable-introspection=yes
-
-# TODO: Check ${configure.cxx_stdlib} directly once MacPorts 2.3 is released
-platform darwin {
-    set cxxstdlib {}
-
-    if {[info exists configure.cxx_stdlib] &&
-        ${configure.cxx_stdlib} ne {} &&
-        [string match *clang* ${configure.cxx}]} {
-        set cxxstdlib ${configure.cxx_stdlib}
-    } elseif {[string match *clang* ${configure.cxx}] &&
-              ${os.major} >= 13} {
-        set cxxstdlib libc++
-    } else {
-        set cxxstdlib libstdc++
-    }
-
-    if {${cxxstdlib} eq "libstdc++"} {
-       depends_lib-delete path:lib/pkgconfig/webkitgtk-3.0.pc:webkit-gtk3
-       depends_lib-append path:lib/pkgconfig/webkitgtk-3.0.pc:webkit-gtk3-2.0
-    }
-}
-
-livecheck.type  gnome
-

Copied: trunk/dports/gnome/gnome-online-accounts/Portfile (from rev 118732, users/devans/GNOME-3/stable/dports/gnome/gnome-online-accounts/Portfile)
===================================================================
--- trunk/dports/gnome/gnome-online-accounts/Portfile	                        (rev 0)
+++ trunk/dports/gnome/gnome-online-accounts/Portfile	2014-04-13 23:49:12 UTC (rev 118897)
@@ -0,0 +1,73 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem      1.0
+
+name            gnome-online-accounts
+version         3.8.5
+revision        1
+license         LGPL-2
+set branch      [join [lrange [split ${version} .] 0 1] .]
+description     Single sign-on framework for GNOME
+long_description \
+                ${description}
+maintainers     devans openmaintainer
+categories      gnome
+platforms       darwin
+homepage        https://wiki.gnome.org/Projects/GnomeOnlineAccounts
+master_sites    gnome:sources/${name}/${branch}/
+
+use_xz          yes
+
+checksums       rmd160  21889d886fa262e536929ecb6905cfcd3f50a462 \
+                sha256  34d6fbc33bda4c7bba8aa52343ebe1eb8afe1033097c10a2d9979c0a99593e5d
+
+depends_build   port:pkgconfig \
+                port:intltool \
+                port:gtk-doc \
+                port:gnome-common
+
+depends_lib     port:gtk3 \
+                path:lib/pkgconfig/webkitgtk-3.0.pc:webkit-gtk3 \
+                port:libsoup \
+                port:json-glib \
+                port:rest \
+                port:libsecret \
+                port:libxml2 \
+                port:gobject-introspection \
+                port:gcr
+
+patchfiles      patch-alarm.diff
+
+# autoreconf with MacPorts intltool.m4
+
+use_autoreconf  yes
+autoreconf.args -fvi
+
+configure.cflags-append -Wno-format-nonliteral
+configure.args  --enable-introspection=yes
+
+# TODO: Check ${configure.cxx_stdlib} directly once MacPorts 2.3 is released
+platform darwin {
+    set cxxstdlib {}
+
+    if {[info exists configure.cxx_stdlib] &&
+        ${configure.cxx_stdlib} ne {} &&
+        [string match *clang* ${configure.cxx}]} {
+        set cxxstdlib ${configure.cxx_stdlib}
+    } elseif {[string match *clang* ${configure.cxx}] &&
+              ${os.major} >= 13} {
+        set cxxstdlib libc++
+    } else {
+        set cxxstdlib libstdc++
+    }
+
+    if {${cxxstdlib} eq "libstdc++"} {
+       depends_lib-delete path:lib/pkgconfig/webkitgtk-3.0.pc:webkit-gtk3
+       depends_lib-append path:lib/pkgconfig/webkitgtk-3.0.pc:webkit-gtk3-2.0
+    }
+}
+
+# this is the last version that will build on darwin < 13
+
+livecheck.type  none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140413/13963c33/attachment.html>


More information about the macports-changes mailing list