[115303] trunk/dports/gnome/metacity

devans at macports.org devans at macports.org
Mon Dec 30 14:59:14 PST 2013


Revision: 115303
          https://trac.macports.org/changeset/115303
Author:   devans at macports.org
Date:     2013-12-30 14:59:14 -0800 (Mon, 30 Dec 2013)
Log Message:
-----------
metacity: build from a git snapshot rather than patch last stable release, avoids a large patch file in the port tree.

Modified Paths:
--------------
    trunk/dports/gnome/metacity/Portfile

Removed Paths:
-------------
    trunk/dports/gnome/metacity/files/

Modified: trunk/dports/gnome/metacity/Portfile
===================================================================
--- trunk/dports/gnome/metacity/Portfile	2013-12-30 22:54:17 UTC (rev 115302)
+++ trunk/dports/gnome/metacity/Portfile	2013-12-30 22:59:14 UTC (rev 115303)
@@ -5,8 +5,10 @@
 PortGroup       active_variants 1.1
 
 name            metacity
-version         2.34.13
-revision        1
+set git_name    ${name}
+set git_commit  7539045e24ca31415a97981a504d1b83a138f865
+set git_date    20131011
+version         2.34.21-${git_date}
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     A window manager for the adult in you.
 long_description \
@@ -16,15 +18,19 @@
 license         GPL-2+
 platforms       darwin
 homepage        https://wiki.gnome.org/Projects/Metacity
-master_sites    gnome:sources/${name}/${branch}/
+master_sites    https://git.gnome.org/browse/${git_name}/snapshot/
 
-use_xz          yes
+distname        ${git_name}-${git_commit}
 
-checksums       rmd160  c04af49aedb46207053c199c61974751461bfd37 \
-                sha256  8cf4dbf0da0a6f36357ce7db7f829ec685908a7792453c662fb8184572b91075
+checksums       rmd160  1ba87216507f034968c980e2b48f3d8851b8cdb8 \
+                sha256  1c55fb6cb16f15f0b400c5083cb8b9caa2caefd141add7d574c265e36fd0dfee
 
 depends_build   port:gnome-doc-utils \
                 port:pkgconfig \
+                port:autoconf \
+                port:automake \
+                port:libtool \
+                port:gnome-common \
                 port:intltool \
                 port:itstool
 
@@ -51,7 +57,7 @@
 
 require_active_variants gtk2 x11
 
-patchfiles      patch-thru-7539045-20131011.diff
+configure.cmd   ./autogen.sh
 
 configure.args  --x-includes=${prefix}/include \
                 --x-libraries=${prefix}/lib \
@@ -65,4 +71,4 @@
     system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
 }
 
-livecheck.type  gnome
+livecheck.type  none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131230/e186b953/attachment.html>


More information about the macports-changes mailing list