[135386] users/devans/GNOME-3/stable/dports/gnome/grilo-plugins

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


Revision: 135386
          https://trac.macports.org/changeset/135386
Author:   devans at macports.org
Date:     2015-04-23 08:22:45 -0700 (Thu, 23 Apr 2015)
Log Message:
-----------
GNOME-3/stable: grilo-plugins, update to version 0.2.14, reconfigure using upstream autogen.sh for intltool 0.51 compatibility.

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

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

Modified: users/devans/GNOME-3/stable/dports/gnome/grilo-plugins/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/grilo-plugins/Portfile	2015-04-23 15:22:43 UTC (rev 135385)
+++ users/devans/GNOME-3/stable/dports/gnome/grilo-plugins/Portfile	2015-04-23 15:22:45 UTC (rev 135386)
@@ -5,7 +5,7 @@
 PortGroup           compiler_blacklist_versions 1.0
 
 name                grilo-plugins
-version             0.2.13
+version             0.2.14
 license             LGPL-2.1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         Framework for discovering and browsing media - Plugins.
@@ -20,14 +20,17 @@
 
 use_xz              yes
 
-checksums           rmd160  d30fbddb4c8c5bec27f6544e1e2961c0ada7a0d7 \
-                    sha256  a5544831ba81a4e7caea30da89874fd20142a362d389366e1113d0e64be51201
+checksums           rmd160  8ec4a1f6afe2daeaa392133d3956cdf110d77d90 \
+                    sha256  d0f18116675058c7e8c178b1fe26d6d73998a0452f85a73b1696df740c83d3ab
 
 depends_build       port:pkgconfig \
                     port:intltool \
+                    port:itstool \
+                    port:yelp-tools \
                     port:gnome-common \
-                    port:yelp-tools \
-                    port:itstool
+                    port:autoconf \
+                    port:automake \
+                    port:libtool
 
 depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
                     port:libxml2 \
@@ -43,21 +46,20 @@
                     port:json-glib \
                     port:avahi
 
+# 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
 # due to error: redefinition of typedef 'GUPnPService'
 # build fix for SL and earlier
 
 compiler.blacklist  *gcc* {clang < 300}
 
-# update m4/intltool.m4 and autoreconf
-
-pre-configure {
-    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
-}
-
-use_autoreconf      yes
-autoreconf.args     -fvi
-
 configure.args      --disable-silent-rules \
                     --enable-compile-warnings=no \
                     --disable-debug \

Added: users/devans/GNOME-3/stable/dports/gnome/grilo-plugins/files/autogen.sh
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/grilo-plugins/files/autogen.sh	                        (rev 0)
+++ users/devans/GNOME-3/stable/dports/gnome/grilo-plugins/files/autogen.sh	2015-04-23 15:22:45 UTC (rev 135386)
@@ -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/20150423/6e6c770c/attachment.html>


More information about the macports-changes mailing list