[143566] users/devans/GNOME-3/unstable/dports/gnome

devans at macports.org devans at macports.org
Mon Dec 14 18:19:49 PST 2015


Revision: 143566
          https://trac.macports.org/changeset/143566
Author:   devans at macports.org
Date:     2015-12-14 18:19:49 -0800 (Mon, 14 Dec 2015)
Log Message:
-----------
GNOME-3/unstable: grilo, copy from stable and update to version 0.3.0 git master, target for GNOME 3.20.

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

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

Removed Paths:
-------------
    users/devans/GNOME-3/unstable/dports/gnome/grilo/files/

Modified: users/devans/GNOME-3/unstable/dports/gnome/grilo/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/grilo/Portfile	2015-12-14 22:36:05 UTC (rev 143542)
+++ users/devans/GNOME-3/unstable/dports/gnome/grilo/Portfile	2015-12-15 02:19:49 UTC (rev 143566)
@@ -5,7 +5,10 @@
 PortGroup           gobject_introspection 1.0
 
 name                grilo
-version             0.2.14
+set git_name        ${name}
+set git_commit      6d68858dad2afbc0662021f9ca4d7167d79fb48a
+set git_date        20151214
+version             0.3.0-${git_date}
 license             LGPL-2.1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         Framework for discovering and browsing media.
@@ -16,12 +19,12 @@
 categories          gnome
 platforms           darwin
 homepage            https://wiki.gnome.org/Projects/Grilo
-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  73fd5efe13358384a9023efaa8b8ba8d73236b94 \
-                    sha256  79c82ea1747ae7430a648aa9660e44d88d48c968bcdaeb3b2c5cb97e1c921ccd
+checksums           rmd160  17a72c4fba063bb9c46adca23a65a44a2b798855 \
+                    sha256  316a97625f8d59e7ca3b7e7998dfa325df111e12c70eff888549021eed2cae7f
 
 depends_build       port:pkgconfig \
                     port:intltool \
@@ -51,12 +54,8 @@
 
 # reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
-post-patch {
-    xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
-}
-
 configure.cmd       ./autogen.sh
 
 destroot.keepdirs   ${destroot}${prefix}/lib/grilo-0.2
 
-livecheck.type      gnome
+livecheck.type      none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151214/a13ee232/attachment.html>


More information about the macports-changes mailing list