[119785] trunk/dports/textproc/libots

mf2k at macports.org mf2k at macports.org
Tue May 6 13:32:32 PDT 2014


Revision: 119785
          https://trac.macports.org/changeset/119785
Author:   mf2k at macports.org
Date:     2014-05-06 13:32:32 -0700 (Tue, 06 May 2014)
Log Message:
-----------
libots: Fix for automake 1.13. openmaintainer. (#38841). Add license.

Modified Paths:
--------------
    trunk/dports/textproc/libots/Portfile

Added Paths:
-----------
    trunk/dports/textproc/libots/files/
    trunk/dports/textproc/libots/files/patch-configure.in.diff

Modified: trunk/dports/textproc/libots/Portfile
===================================================================
--- trunk/dports/textproc/libots/Portfile	2014-05-06 20:17:22 UTC (rev 119784)
+++ trunk/dports/textproc/libots/Portfile	2014-05-06 20:32:32 UTC (rev 119785)
@@ -12,18 +12,22 @@
 console. The program can either print the summarized \
 text as text or HTML. If HTML, the important sentences \
 are highlighted. The program is multi lingual and \
-works with UTF-8 encoding. 
+works with UTF-8 encoding.
 
-maintainers	gmail.com:cedstrom
+maintainers	gmail.com:cedstrom openmaintainer
 categories	textproc
 platforms	darwin
 homepage	http://libots.sourceforge.net/
 master_sites	sourceforge
 distname	ots-${version}
+license             GPL
+
 checksums	md5     1e140a4bf9d720b4339a5c2bdf4976e8 \
 		sha1    4468bc06470734848c2369a37c84f76ca4ac3f9a \
 		rmd160  e413267fc81ab9bf3da5f3787757ce20c7e0304e
 
+patchfiles          patch-configure.in.diff
+
 depends_build	port:pkgconfig
 depends_lib		path:lib/pkgconfig/glib-2.0.pc:glib2 port:libxml2 port:popt
 

Added: trunk/dports/textproc/libots/files/patch-configure.in.diff
===================================================================
--- trunk/dports/textproc/libots/files/patch-configure.in.diff	                        (rev 0)
+++ trunk/dports/textproc/libots/files/patch-configure.in.diff	2014-05-06 20:32:32 UTC (rev 119785)
@@ -0,0 +1,11 @@
+--- configure.in.orig	2014-05-06 14:26:13.000000000 -0600
++++ configure.in	2014-05-06 14:27:00.000000000 -0600
+@@ -34,7 +34,7 @@
+ 
+ dnl Specify a configuration file
+ dnl Initialize automake stuff
+-AM_CONFIG_HEADER(ots-config.h)
++AC_CONFIG_HEADERS(ots-config.h)
+ AM_INIT_AUTOMAKE($PACKAGE, $OTS_VERSION)
+ AM_MAINTAINER_MODE
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140506/63d248e6/attachment.html>


More information about the macports-changes mailing list