[135378] users/devans/GNOME-3/stable/dports/gnome/gnome-online-accounts

devans at macports.org devans at macports.org
Thu Apr 23 08:22:32 PDT 2015


Revision: 135378
          https://trac.macports.org/changeset/135378
Author:   devans at macports.org
Date:     2015-04-23 08:22:32 -0700 (Thu, 23 Apr 2015)
Log Message:
-----------
GNOME-3/stable: gnome-online-accounts, update to version 3.15.90, reconfigure using upstream autogen.sh for intltool 0.51 compatibility, use unstable livecheck.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/gnome-online-accounts/Portfile
    users/devans/GNOME-3/stable/dports/gnome/gnome-online-accounts/files/autogen.sh

Property Changed:
----------------
    users/devans/GNOME-3/stable/dports/gnome/gnome-online-accounts/


Property changes on: users/devans/GNOME-3/stable/dports/gnome/gnome-online-accounts
___________________________________________________________________
Modified: svn:mergeinfo
   - /trunk/dports/gnome/gnome-online-accounts:113257-127228
/users/devans/GNOME-3/unstable/dports/gnome/gnome-online-accounts:114069-118152,119584-125723
   + /trunk/dports/gnome/gnome-online-accounts:113257-127228
/users/devans/GNOME-3/unstable/dports/gnome/gnome-online-accounts:114069-118152,119584-125723,128305-134400

Modified: users/devans/GNOME-3/stable/dports/gnome/gnome-online-accounts/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gnome-online-accounts/Portfile	2015-04-23 15:22:31 UTC (rev 135377)
+++ users/devans/GNOME-3/stable/dports/gnome/gnome-online-accounts/Portfile	2015-04-23 15:22:32 UTC (rev 135378)
@@ -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: users/devans/GNOME-3/stable/dports/gnome/gnome-online-accounts/files/autogen.sh
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gnome-online-accounts/files/autogen.sh	2015-04-23 15:22:31 UTC (rev 135377)
+++ users/devans/GNOME-3/stable/dports/gnome/gnome-online-accounts/files/autogen.sh	2015-04-23 15:22:32 UTC (rev 135378)
@@ -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/20150423/b297b9ca/attachment.html>


More information about the macports-changes mailing list