[135403] users/devans/GNOME-3/stable/dports/gnome/yelp-xsl

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


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

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

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

Modified: users/devans/GNOME-3/stable/dports/gnome/yelp-xsl/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/yelp-xsl/Portfile	2015-04-23 15:23:06 UTC (rev 135402)
+++ users/devans/GNOME-3/stable/dports/gnome/yelp-xsl/Portfile	2015-04-23 15:23:07 UTC (rev 135403)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                yelp-xsl
-version             3.14.0
+version             3.16.1
 license             GPL-2 LGPL-2.1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         A collection of XSLT and other data files required by Yelp.
@@ -18,25 +18,26 @@
 
 use_xz              yes
 
-checksums           rmd160  fa2c223555839576ac9c5be039a94592b70f3de8 \
-                    sha256  8f5b6793cd600f8308e4ac93da68009169fa6d590eb71ed4a8e98bafe541a87e
+checksums           rmd160  591769a985bb2a92e5044868376b865be53c378f \
+                    sha256  3295eecc4b03d2a239f7a1bdf4a1311d34c46c3055e6535c1f72bb5a49b4174a
 
 depends_build       port:pkgconfig \
                     port:intltool \
-                    port:itstool
+                    port:itstool \
+                    port:autoconf \
+                    port:automake
 
 depends_lib         port:gtk3 \
                     port:libxslt \
                     port:libxml2
 
-# 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
 
 post-activate   {
     system "${prefix}/bin/gtk-update-icon-cache-3.0 -f -t ${prefix}/share/icons/hicolor"

Added: users/devans/GNOME-3/stable/dports/gnome/yelp-xsl/files/autogen.sh
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/yelp-xsl/files/autogen.sh	                        (rev 0)
+++ users/devans/GNOME-3/stable/dports/gnome/yelp-xsl/files/autogen.sh	2015-04-23 15:23:07 UTC (rev 135403)
@@ -0,0 +1,26 @@
+#!/bin/sh
+# Run this to generate all the initial makefiles, etc.
+
+test -n "$srcdir" || srcdir=`dirname "$0"`
+test -n "$srcdir" || srcdir=.
+
+olddir=`pwd`
+cd $srcdir
+
+AUTORECONF=`which autoreconf`
+if test -z $AUTORECONF; then
+        echo "*** autoreconf not found. Install autoconf. ***"
+        exit 1
+fi
+
+INTLTOOLIZE=`which intltoolize`
+if test -z $INTLTOOLIZE; then
+        echo "*** intltoolize not found. Install intltool. ***"
+        exit 1
+fi
+
+intltoolize --automake --copy --force
+autoreconf --force --install --verbose
+
+cd $olddir
+test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150423/25659167/attachment.html>


More information about the macports-changes mailing list