[101671] trunk/dports/net/loudmouth

ryandesign at macports.org ryandesign at macports.org
Wed Jan 16 12:39:19 PST 2013


Revision: 101671
          https://trac.macports.org/changeset/101671
Author:   ryandesign at macports.org
Date:     2013-01-16 12:39:19 -0800 (Wed, 16 Jan 2013)
Log Message:
-----------
loudmouth: fix autoreconf failure with automake 1.13; use a homepage URL that works

Modified Paths:
--------------
    trunk/dports/net/loudmouth/Portfile

Added Paths:
-----------
    trunk/dports/net/loudmouth/files/patch-automake-1.13.diff

Modified: trunk/dports/net/loudmouth/Portfile
===================================================================
--- trunk/dports/net/loudmouth/Portfile	2013-01-16 20:39:09 UTC (rev 101670)
+++ trunk/dports/net/loudmouth/Portfile	2013-01-16 20:39:19 UTC (rev 101671)
@@ -7,7 +7,6 @@
 categories      net devel
 license         LGPL-2+
 platforms       darwin 
-homepage        http://developer.imendio.com/projects/loudmouth/
 
 description A lightweight C library for the jabber protocol.
 long_description \
@@ -16,6 +15,7 @@
     It's designed to be easy to get started with and yet \
     extensible to let you do anything the Jabber protocol allows.  
 
+homepage        https://launchpad.net/loudmouth
 master_sites    http://ftp.imendio.com/pub/imendio/loudmouth/src/
 checksums       md5     7ca8bf7c2313d7b7f27088c373d195e2 \
                 sha1    eb81e06cbcea54d782bd91eae5588df3a57a41e6 \
@@ -28,6 +28,7 @@
 # Use pkg-config to detect gnutls now
 # http://groups.google.com/group/loudmouth-dev/browse_thread/thread/3f78255837048daf
 patchfiles      patch-configure.ac.diff \
+                patch-automake-1.13.diff \
                 patch-loudmouth-lm-error.c.diff
 
 use_autoreconf  yes

Added: trunk/dports/net/loudmouth/files/patch-automake-1.13.diff
===================================================================
--- trunk/dports/net/loudmouth/files/patch-automake-1.13.diff	                        (rev 0)
+++ trunk/dports/net/loudmouth/files/patch-automake-1.13.diff	2013-01-16 20:39:19 UTC (rev 101671)
@@ -0,0 +1,11 @@
+--- configure.ac.orig	2008-10-29 15:23:52.000000000 -0500
++++ configure.ac	2013-01-16 14:34:59.000000000 -0600
+@@ -7,7 +7,7 @@
+ ])
+ 
+ AC_CONFIG_SRCDIR(loudmouth/loudmouth.h)
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS([config.h])
+ AM_INIT_AUTOMAKE(1.9 dist-bzip2 no-define)
+ 
+ AM_MAINTAINER_MODE
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130116/4cc99a15/attachment.html>


More information about the macports-changes mailing list