[136639] users/devans/GNOME-3/unstable/dports/gnome/metacity

devans at macports.org devans at macports.org
Sat May 23 07:52:53 PDT 2015


Revision: 136639
          https://trac.macports.org/changeset/136639
Author:   devans at macports.org
Date:     2015-05-23 07:52:53 -0700 (Sat, 23 May 2015)
Log Message:
-----------
GNOME-3/unstable: metacity, sync with stable, update to version 3.17.1.

Modified Paths:
--------------
    users/devans/GNOME-3/unstable/dports/gnome/metacity/Portfile

Added Paths:
-----------
    users/devans/GNOME-3/unstable/dports/gnome/metacity/files/

Property Changed:
----------------
    users/devans/GNOME-3/unstable/dports/gnome/metacity/


Property changes on: users/devans/GNOME-3/unstable/dports/gnome/metacity
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/mld-qt-481/dports/gnome/metacity:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/metacity:121062-127267
/users/devans/GNOME-3/stable/dports/gnome/metacity:128986-132141
/users/rmstonecipher/gnome/metacity:102363-103172
   + /branches/mld-qt-481/dports/gnome/metacity:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/metacity:121062-127267
/users/devans/GNOME-3/stable/dports/gnome/metacity:128986-136501
/users/rmstonecipher/gnome/metacity:102363-103172

Modified: users/devans/GNOME-3/unstable/dports/gnome/metacity/Portfile
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/metacity/Portfile	2015-05-23 14:52:52 UTC (rev 136638)
+++ users/devans/GNOME-3/unstable/dports/gnome/metacity/Portfile	2015-05-23 14:52:53 UTC (rev 136639)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                metacity
-version             3.15.2
+version             3.17.1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         A window manager for the adult in you.
 long_description    ${description}
@@ -17,13 +17,16 @@
 
 use_xz              yes
 
-checksums           rmd160  eb29ab54de34111bc68834a4a39165c46bd413fc \
-                    sha256  b2e1f417901f7a2c5f4c7b559cd51680d477fda4313c132e98308f1fabd98971
+checksums           rmd160  1ccc0fb4e332bf01ecb8b7850df5776e5f3a8a45 \
+                    sha256  44f14990f8cda640b749811fa27f5961c317f94f00d6bff65122573c2ecfa3b4
 
 depends_build       port:pkgconfig \
                     port:intltool \
+                    port:itstool \
                     port:gnome-common \
-                    port:itstool
+                    port:autoconf \
+                    port:automake \
+                    port:libtool
 
 depends_lib         port:desktop-file-utils \
                     port:gtk3 \
@@ -46,11 +49,14 @@
 
 depends_run         port:gnome-settings-daemon
 
-# autoreconf to reconfigure with our 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.args      --x-includes=${prefix}/include \
                     --x-libraries=${prefix}/lib \
                     --enable-debug \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150523/c902dcea/attachment.html>


More information about the macports-changes mailing list