[110686] trunk/dports/archivers/xdelta1

cal at macports.org cal at macports.org
Tue Sep 3 14:55:41 PDT 2013


Revision: 110686
          https://trac.macports.org/changeset/110686
Author:   cal at macports.org
Date:     2013-09-03 14:55:41 -0700 (Tue, 03 Sep 2013)
Log Message:
-----------
xdelta1: Fix aclocal warning caused by underquoted definition in xdelta.m4, closes #38678, maintainer

Modified Paths:
--------------
    trunk/dports/archivers/xdelta1/Portfile

Added Paths:
-----------
    trunk/dports/archivers/xdelta1/files/
    trunk/dports/archivers/xdelta1/files/patch-xdelta.m4.diff

Modified: trunk/dports/archivers/xdelta1/Portfile
===================================================================
--- trunk/dports/archivers/xdelta1/Portfile	2013-09-03 21:52:33 UTC (rev 110685)
+++ trunk/dports/archivers/xdelta1/Portfile	2013-09-03 21:55:41 UTC (rev 110686)
@@ -5,6 +5,7 @@
 
 name                xdelta1
 version             1.1.4
+revision            1
 categories          archivers
 platforms           darwin
 license             GPL-2+
@@ -35,6 +36,8 @@
 depends_lib         port:glib1 \
                     port:zlib
 
+patchfiles          patch-xdelta.m4.diff
+
 configure.args      --mandir=${prefix}/share/man
 
 livecheck.name      xdelta

Added: trunk/dports/archivers/xdelta1/files/patch-xdelta.m4.diff
===================================================================
--- trunk/dports/archivers/xdelta1/files/patch-xdelta.m4.diff	                        (rev 0)
+++ trunk/dports/archivers/xdelta1/files/patch-xdelta.m4.diff	2013-09-03 21:55:41 UTC (rev 110686)
@@ -0,0 +1,11 @@
+--- xdelta.m4.orig	2007-01-28 02:41:44.000000000 +0100
++++ xdelta.m4	2013-04-04 23:50:19.000000000 +0200
+@@ -4,7 +4,7 @@
+ dnl AM_PATH_XDELTA([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]])
+ dnl Test for XDELTA, and define XDELTA_CFLAGS and XDELTA_LIBS, if "gmodule" or
+ dnl
+-AC_DEFUN(AM_PATH_XDELTA,
++AC_DEFUN([AM_PATH_XDELTA],
+ [dnl
+ dnl Get the cflags and libraries from the xdelta-config script
+ dnl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130903/1a17c989/attachment-0001.html>


More information about the macports-changes mailing list