[136137] trunk/dports/gnome/gnome-online-accounts
devans at macports.org
devans at macports.org
Mon May 11 13:50:38 PDT 2015
Revision: 136137
https://trac.macports.org/changeset/136137
Author: devans at macports.org
Date: 2015-05-11 13:50:38 -0700 (Mon, 11 May 2015)
Log Message:
-----------
gnome-online-accounts: update to version 3.15.90, reconfigure using upstream autogen.sh for intltool 0.51 compatibility, use gnome unstable livecheck.
Modified Paths:
--------------
trunk/dports/gnome/gnome-online-accounts/Portfile
trunk/dports/gnome/gnome-online-accounts/files/autogen.sh
Property Changed:
----------------
trunk/dports/gnome/gnome-online-accounts/
Property changes on: trunk/dports/gnome/gnome-online-accounts
___________________________________________________________________
Modified: svn:mergeinfo
- /users/devans/GNOME-3/stable/dports/gnome/gnome-online-accounts:113175-132006
/users/devans/GNOME-3/unstable/dports/gnome/gnome-online-accounts:114069-118152,119584-125723
+ /users/devans/GNOME-3/stable/dports/gnome/gnome-online-accounts:113175-136044
/users/devans/GNOME-3/unstable/dports/gnome/gnome-online-accounts:114069-118152,119584-125723,128305-134400
Modified: trunk/dports/gnome/gnome-online-accounts/Portfile
===================================================================
--- trunk/dports/gnome/gnome-online-accounts/Portfile 2015-05-11 20:50:36 UTC (rev 136136)
+++ trunk/dports/gnome/gnome-online-accounts/Portfile 2015-05-11 20:50:38 UTC (rev 136137)
@@ -9,7 +9,8 @@
if {${os.platform} eq "darwin" && ${os.major} >= 13} {
set mavericks_or_better yes
- version 3.14.3
+# version 3.16.0+ requires webkit2gtk-4.0
+ version 3.15.90
} else {
@@ -33,8 +34,8 @@
if {$mavericks_or_better} {
-checksums rmd160 a58a1e275209ad0637d3a5b58bebd9dd30459b05 \
- sha256 6fe2dc67ab2c50a1c127767f43f31513dac72453bd41d4b4265217a19667c2c6
+checksums rmd160 c927580fb050ec011b729f69ca364a2d59493236 \
+ sha256 3aac92ce0aee089f7167a32bc1b25e86219dfde4dda0e21aa4caf5337b12f537
depends_build port:pkgconfig \
port:intltool \
@@ -102,11 +103,14 @@
gobject_introspection yes
-# autoreconf with MacPorts intltool.m4
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
- use_autoreconf yes
- autoreconf.args -fvi
+post-patch {
+ xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
+}
+configure.cmd ./autogen.sh
+
configure.cflags-append -Wno-format-nonliteral
configure.args --disable-exchange \
--enable-flickr \
@@ -129,7 +133,7 @@
if {$mavericks_or_better} {
- livecheck.type gnome
+ livecheck.type gnome-with-unstable
} else {
Modified: trunk/dports/gnome/gnome-online-accounts/files/autogen.sh
===================================================================
--- trunk/dports/gnome/gnome-online-accounts/files/autogen.sh 2015-05-11 20:50:36 UTC (rev 136136)
+++ trunk/dports/gnome/gnome-online-accounts/files/autogen.sh 2015-05-11 20:50:38 UTC (rev 136137)
@@ -21,4 +21,4 @@
sh autogen.sh --no-configure
cd ..
-. gnome-autogen.sh --enable-gtk-doc "$@"
+. gnome-autogen.sh "$@"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150511/340ec88a/attachment.html>
More information about the macports-changes
mailing list