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

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


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

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

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

Property Changed:
----------------
    users/devans/GNOME-3/stable/dports/gnome/grilo/


Property changes on: users/devans/GNOME-3/stable/dports/gnome/grilo
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/mld-qt-481/dports/gnome/grilo:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/grilo:117700-122659
/users/rmstonecipher/gnome/grilo:102363-103172
   + /branches/mld-qt-481/dports/gnome/grilo:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/grilo:117700-122659
/users/devans/GNOME-3/unstable/dports/gnome/grilo:133221-134526
/users/rmstonecipher/gnome/grilo:102363-103172

Modified: users/devans/GNOME-3/stable/dports/gnome/grilo/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/grilo/Portfile	2015-04-23 15:22:42 UTC (rev 135384)
+++ users/devans/GNOME-3/stable/dports/gnome/grilo/Portfile	2015-04-23 15:22:43 UTC (rev 135385)
@@ -5,7 +5,7 @@
 PortGroup           gobject_introspection 1.0
 
 name                grilo
-version             0.2.11
+version             0.2.12
 license             LGPL-2.1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         Framework for discovering and browsing media.
@@ -20,12 +20,16 @@
 
 use_xz              yes
 
-checksums           rmd160  2e040234c840e7d1440ff1291091a3bed7a3032e \
-                    sha256  8a52c37521de80d6caf08a519a708489b9e2b097c2758a0acaab6fbd26d30ea6
+checksums           rmd160  0e717b9ee892a46221cd3455ba5cdb2a37d28d64 \
+                    sha256  55b4663550bc8185f8db232e96b9ba99fbfa9175e31e7321fa5ccaacf3617b85
 
 depends_build       port:pkgconfig \
                     port:intltool \
-                    port:gnome-common
+                    port:gnome-common \
+                    port:gtk-doc \
+                    port:autoconf \
+                    port:automake \
+                    port:libtool
 
 depends_lib         port:gtk3 \
                     port:libxml2 \
@@ -45,14 +49,13 @@
                     --disable-tests \
                     --enable-vala
 
-# update m4/intltool.m4 and autoreconf
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
-pre-configure {
-    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
+post-patch {
+    xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
 }
 
-use_autoreconf      yes
-autoreconf.args     -fvi
+configure.cmd       ./autogen.sh
 
 destroot.keepdirs   ${destroot}${prefix}/lib/grilo-0.2
 

Added: users/devans/GNOME-3/stable/dports/gnome/grilo/files/autogen.sh
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/grilo/files/autogen.sh	                        (rev 0)
+++ users/devans/GNOME-3/stable/dports/gnome/grilo/files/autogen.sh	2015-04-23 15:22:43 UTC (rev 135385)
@@ -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 "$@"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150423/8500a2d3/attachment-0001.html>


More information about the macports-changes mailing list