[73840] trunk/dports/textproc/unrtf
ryandesign at macports.org
ryandesign at macports.org
Fri Nov 26 12:34:46 PST 2010
Revision: 73840
http://trac.macports.org/changeset/73840
Author: ryandesign at macports.org
Date: 2010-11-26 12:34:42 -0800 (Fri, 26 Nov 2010)
Log Message:
-----------
unrtf: update to 0.21.1; see #27459
Modified Paths:
--------------
trunk/dports/textproc/unrtf/Portfile
Added Paths:
-----------
trunk/dports/textproc/unrtf/files/
trunk/dports/textproc/unrtf/files/patch-configure.diff
Modified: trunk/dports/textproc/unrtf/Portfile
===================================================================
--- trunk/dports/textproc/unrtf/Portfile 2010-11-26 20:12:00 UTC (rev 73839)
+++ trunk/dports/textproc/unrtf/Portfile 2010-11-26 20:34:42 UTC (rev 73840)
@@ -3,7 +3,7 @@
PortSystem 1.0
name unrtf
-version 0.20.5
+version 0.21.1
categories textproc
maintainers nomaintainer
description RTF converter
@@ -13,10 +13,11 @@
LaTeX, PostScript, plain text and other formats.
homepage http://www.gnu.org/software/unrtf/unrtf.html
platforms darwin
+master_sites gnu
-configure.args --mandir=${prefix}/share/man
+checksums sha1 a414c315f3aa58dffebc19cf277f6c1bbc1fc3e8 \
+ rmd160 0364bf4f4a7c48e08514ee36609bb0bf0c90df2e
-master_sites gnu
-checksums md5 6a972d275bee7ca812458561a436095b \
- sha1 1a4450d6e9a8ba4d25ef6a5411ab8c240e497abe \
- rmd160 b8f93178786db39772e4e485799271d6e2c599ee
+depends_lib port:libiconv
+
+patchfiles patch-configure.diff
Added: trunk/dports/textproc/unrtf/files/patch-configure.diff
===================================================================
--- trunk/dports/textproc/unrtf/files/patch-configure.diff (rev 0)
+++ trunk/dports/textproc/unrtf/files/patch-configure.diff 2010-11-26 20:34:42 UTC (rev 73840)
@@ -0,0 +1,11 @@
+--- configure.orig 2010-11-26 18:02:24.000000000 +0100
++++ configure 2010-11-26 18:03:18.000000000 +0100
+@@ -4838,6 +4838,8 @@
+ case $host in
+ *-*-cygwin*) LIBS="-liconv"
+ ;;
++ *-*-darwin*) LIBS="-liconv"
++;;
+ esac
+
+ ac_config_files="$ac_config_files Makefile charmaps/Makefile doc/Makefile outputs/Makefile patches/Makefile src/Makefile tests/Makefile"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101126/3794d1f3/attachment.html>
More information about the macports-changes
mailing list