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

devans at macports.org devans at macports.org
Wed Dec 16 19:17:42 PST 2015


Revision: 143658
          https://trac.macports.org/changeset/143658
Author:   devans at macports.org
Date:     2015-12-16 19:17:42 -0800 (Wed, 16 Dec 2015)
Log Message:
-----------
GNOME-3/unstable: grilo, grilo-plugins, replace git snapshot with new 0.3.0 release.

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

Added Paths:
-----------
    users/devans/GNOME-3/unstable/dports/gnome/grilo/files/
    users/devans/GNOME-3/unstable/dports/gnome/grilo/files/autogen.sh
    users/devans/GNOME-3/unstable/dports/gnome/grilo-plugins/files/
    users/devans/GNOME-3/unstable/dports/gnome/grilo-plugins/files/autogen.sh

Modified: users/devans/GNOME-3/unstable/dports/gnome/grilo/Portfile
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/grilo/Portfile	2015-12-17 00:34:37 UTC (rev 143657)
+++ users/devans/GNOME-3/unstable/dports/gnome/grilo/Portfile	2015-12-17 03:17:42 UTC (rev 143658)
@@ -5,10 +5,7 @@
 PortGroup           gobject_introspection 1.0
 
 name                grilo
-set git_name        ${name}
-set git_commit      6d68858dad2afbc0662021f9ca4d7167d79fb48a
-set git_date        20151214
-version             0.3.0-${git_date}
+version             0.3.0
 license             LGPL-2.1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         Framework for discovering and browsing media.
@@ -19,12 +16,12 @@
 categories          gnome
 platforms           darwin
 homepage            https://wiki.gnome.org/Projects/Grilo
-master_sites        https://git.gnome.org/browse/${git_name}/snapshot/
+master_sites        gnome:sources/${name}/${branch}/
 
-distname            ${git_name}-${git_commit}
+use_xz              yes
 
-checksums           rmd160  17a72c4fba063bb9c46adca23a65a44a2b798855 \
-                    sha256  316a97625f8d59e7ca3b7e7998dfa325df111e12c70eff888549021eed2cae7f
+checksums           rmd160  fde27449136aa834f1c408583ab82b217676c4ae \
+                    sha256  1fd1a87d606f56adb3086954baec3ea6e25d9ba3fb010f11d1d3ddc9ec66bc60
 
 depends_build       port:pkgconfig \
                     port:intltool \
@@ -54,8 +51,12 @@
 
 # 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      none
+livecheck.type      gnome-with-unstable

Added: users/devans/GNOME-3/unstable/dports/gnome/grilo/files/autogen.sh
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/grilo/files/autogen.sh	                        (rev 0)
+++ users/devans/GNOME-3/unstable/dports/gnome/grilo/files/autogen.sh	2015-12-17 03:17:42 UTC (rev 143658)
@@ -0,0 +1,23 @@
+#!/bin/sh
+# Run this to generate all the initial makefiles, etc.
+
+srcdir=`dirname $0`
+test -z "$srcdir" && srcdir=.
+
+PKG_NAME="grilo"
+
+(test -f $srcdir/configure.ac) || {
+    echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
+    echo " top-level directory"
+    exit 1
+}
+
+which gnome-autogen.sh || {
+    echo "You need to install gnome-common from the GNOME CVS"
+    exit 1
+}
+
+REQUIRED_AUTOMAKE_VERSION=1.10 \
+USE_GNOME2_MACROS=1 \
+USE_COMMON_DOC_BUILD=yes \
+. gnome-autogen.sh "$@"

Modified: users/devans/GNOME-3/unstable/dports/gnome/grilo-plugins/Portfile
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/grilo-plugins/Portfile	2015-12-17 00:34:37 UTC (rev 143657)
+++ users/devans/GNOME-3/unstable/dports/gnome/grilo-plugins/Portfile	2015-12-17 03:17:42 UTC (rev 143658)
@@ -5,10 +5,7 @@
 PortGroup           compiler_blacklist_versions 1.0
 
 name                grilo-plugins
-set git_name        ${name}
-set git_commit      c74848fbd102175c845c4958fdb18f6cb17e62c4
-set git_date        20151214
-version             0.3.0-${git_date}
+version             0.3.0
 license             LGPL-2.1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         Framework for discovering and browsing media - Plugins.
@@ -19,12 +16,12 @@
 categories          gnome
 platforms           darwin
 homepage            https://wiki.gnome.org/Grilo
-master_sites        https://git.gnome.org/browse/${git_name}/snapshot/
+master_sites        gnome:sources/${name}/${branch}/
 
-distname            ${git_name}-${git_commit}
+use_xz              yes
 
-checksums           rmd160  7c7a24623cb20f6c7602e0d956783b42dc251588 \
-                    sha256  14504d21d4117c1197c76ea2b796d96088b7db2534bfdd62374f4a768ae4d220
+checksums           rmd160  66807d9e1cfa23e15cebb214b53cecc8e2bb23cb \
+                    sha256  8e7eafae50f7fdd7eec006ad6d5b9aee888270ff288e6d0bcb14d1c71f0d6fcc
 
 depends_build       port:pkgconfig \
                     port:intltool \
@@ -50,6 +47,10 @@
 
 # reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
+post-patch {
+    xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
+}
+
 configure.cmd       ./autogen.sh
 
 # blacklist compilers that do not support C11
@@ -64,7 +65,6 @@
                     --enable-filesystem \
                     --enable-optical-media \
                     --enable-jamendo \
-                    --enable-lastfm-albumart \
                     --enable-youtube \
                     --enable-flickr \
                     --enable-podcasts \
@@ -89,4 +89,4 @@
 #                    --enable-goa \ # as of grilo-plugins 0.2.15 requires goa-1.0 >= 3.17.91
 #                    --enable-tracker \
 
-livecheck.type      none
+livecheck.type      gnome-with-unstable

Added: users/devans/GNOME-3/unstable/dports/gnome/grilo-plugins/files/autogen.sh
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/grilo-plugins/files/autogen.sh	                        (rev 0)
+++ users/devans/GNOME-3/unstable/dports/gnome/grilo-plugins/files/autogen.sh	2015-12-17 03:17:42 UTC (rev 143658)
@@ -0,0 +1,22 @@
+#!/bin/sh
+# Run this to generate all the initial makefiles, etc.
+
+srcdir=`dirname $0`
+test -z "$srcdir" && srcdir=.
+
+PKG_NAME="grilo-plugins"
+
+(test -f $srcdir/configure.ac) || {
+    echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
+    echo " top-level directory"
+    exit 1
+}
+
+which gnome-autogen.sh || {
+    echo "You need to install gnome-common from the GNOME CVS"
+    exit 1
+}
+
+REQUIRED_AUTOMAKE_VERSION=1.8 \
+USE_GNOME2_MACROS=1 \
+. gnome-autogen.sh "$@"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151216/d26fb4be/attachment.html>


More information about the macports-changes mailing list