[136091] trunk/dports/gnome/yelp-xsl

devans at macports.org devans at macports.org
Mon May 11 12:14:47 PDT 2015


Revision: 136091
          https://trac.macports.org/changeset/136091
Author:   devans at macports.org
Date:     2015-05-11 12:14:47 -0700 (Mon, 11 May 2015)
Log Message:
-----------
yelp-xsl: update to version 3.16.1, reconfigure using upstream autogen.sh for intltool 0.51 compatibility.

Modified Paths:
--------------
    trunk/dports/gnome/yelp-xsl/Portfile

Added Paths:
-----------
    trunk/dports/gnome/yelp-xsl/files/

Property Changed:
----------------
    trunk/dports/gnome/yelp-xsl/


Property changes on: trunk/dports/gnome/yelp-xsl
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/mld-qt-481/dports/gnome/yelp-xsl:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/yelp-xsl:108269-126096
/users/devans/GNOME-3/unstable/dports/gnome/yelp-xsl:114069-118154,125521-125722
/users/rmstonecipher/gnome/yelp-xsl:102363-103172
   + /branches/mld-qt-481/dports/gnome/yelp-xsl:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/yelp-xsl:108269-136044
/users/devans/GNOME-3/unstable/dports/gnome/yelp-xsl:114069-118154,125521-125722
/users/rmstonecipher/gnome/yelp-xsl:102363-103172

Modified: trunk/dports/gnome/yelp-xsl/Portfile
===================================================================
--- trunk/dports/gnome/yelp-xsl/Portfile	2015-05-11 19:14:45 UTC (rev 136090)
+++ trunk/dports/gnome/yelp-xsl/Portfile	2015-05-11 19:14:47 UTC (rev 136091)
@@ -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"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150511/5f9835a0/attachment.html>


More information about the macports-changes mailing list