[153039] trunk/dports/devel/libuninameslist

ryandesign at macports.org ryandesign at macports.org
Thu Sep 22 08:47:24 PDT 2016


Revision: 153039
          https://trac.macports.org/changeset/153039
Author:   ryandesign at macports.org
Date:     2016-09-22 08:47:24 -0700 (Thu, 22 Sep 2016)
Log Message:
-----------
libuninameslist: update to 20160701 (#52254)

Modified Paths:
--------------
    trunk/dports/devel/libuninameslist/Portfile

Added Paths:
-----------
    trunk/dports/devel/libuninameslist/files/
    trunk/dports/devel/libuninameslist/files/patch-Makefile.am.diff

Modified: trunk/dports/devel/libuninameslist/Portfile
===================================================================
--- trunk/dports/devel/libuninameslist/Portfile	2016-09-22 15:35:51 UTC (rev 153038)
+++ trunk/dports/devel/libuninameslist/Portfile	2016-09-22 15:47:24 UTC (rev 153039)
@@ -5,7 +5,7 @@
 PortGroup           github 1.0
 
 epoch               1
-github.setup        fontforge libuninameslist 0.4.20140731
+github.setup        fontforge libuninameslist 20160701
 categories          devel textproc
 platforms           darwin
 maintainers         nomaintainer
@@ -18,9 +18,11 @@
                     contains a compiled version of this file so that programs \
                     can access these data easily.
 
-checksums           rmd160  2115e802d2c7147fbf2755c82874f2f30e36b5e4 \
-                    sha256  6156668b6631b58a56a3698a77c4e476884fdd13fda0cac5e03b680c8accc9e8
+checksums           rmd160  f3da22b2696c601f0d12b99803e87a7acd195853 \
+                    sha256  377daa5dc95f8e1633d10627486306d24e44a31261251008b016f13062426846
 
+patchfiles          patch-Makefile.am.diff
+
 use_autoreconf      yes
 
 destroot.destdir    prefix=${destroot}${prefix}

Added: trunk/dports/devel/libuninameslist/files/patch-Makefile.am.diff
===================================================================
--- trunk/dports/devel/libuninameslist/files/patch-Makefile.am.diff	                        (rev 0)
+++ trunk/dports/devel/libuninameslist/files/patch-Makefile.am.diff	2016-09-22 15:47:24 UTC (rev 153039)
@@ -0,0 +1,20 @@
+commit 1d98f8f941789c715ca2c65b590fc93a29fca082
+Author: Phil Krylov <phil.krylov at gmail.com>
+Date:   Thu Sep 15 16:29:02 2016 +0200
+
+    Fix autoreconf misparsing ACLOCAL_AMFLAGS
+
+diff --git Makefile.am Makefile.am
+index ffc073c..c462439 100644
+--- Makefile.am
++++ Makefile.am
+@@ -1,6 +1,8 @@
+ # Makefile.am - Top level automakefile for libuninameslist
+ 
+-ACLOCAL_AMFLAGS = -I m4 $(ACLOCAL_FLAGS)
++# The braces around ACLOCAL_FLAGS below instead of parentheses are intentional!
++# Otherwise autoreconf misparses the line.
++ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+ 
+ AM_CFLAGS = $(WCFLAGS) $(UN_CFLAGS)
+ AM_LDFLAGS = $(WUNLIB) $(UN_LIB) -no-undefined
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160922/024344f4/attachment.html>


More information about the macports-changes mailing list