[30924] trunk/dports/textproc/doxygen/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sun Nov 11 12:12:40 PST 2007


Revision: 30924
          http://trac.macosforge.org/projects/macports/changeset/30924
Author:   css at macports.org
Date:     2007-11-11 12:12:40 -0800 (Sun, 11 Nov 2007)

Log Message:
-----------
Updated doxygen to 1.5.4 and add a dependency on libiconv. (#13171)

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

Modified: trunk/dports/textproc/doxygen/Portfile
===================================================================
--- trunk/dports/textproc/doxygen/Portfile	2007-11-11 20:09:26 UTC (rev 30923)
+++ trunk/dports/textproc/doxygen/Portfile	2007-11-11 20:12:40 UTC (rev 30924)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name			doxygen
-version			1.5.3
+version			1.5.4
 categories		textproc devel
 maintainers		css at macports.org
 description		Documentation system for several programming languages
@@ -26,12 +26,12 @@
 master_sites		ftp://ftp.stack.nl/pub/users/dimitri/
 distfiles		${distname}.src${extract.suffix}
 
-checksums		md5 5fd6f0c2c7946005703b47dc6b663757 \
-			sha1 13bb3c234d1ec429919673b87bd42f849708b808 \
-			rmd160 f5e83a0feae0a53ae5c5733305f86cfa8937dafd
+checksums		md5 10ffe8d445dc1bf7dd69292b266906ff \
+			sha1 1a815f7de6b412f7852d57dec9eb50f7c4b03268 \
+			rmd160 263e2287da4fbe91a429dc53fe3569b150c76fdf
 
 depends_lib		bin:tex:teTeX bin:gs:ghostscript lib:libpng:libpng \
-			bin:dot:graphviz bin:ginstall:coreutils
+			bin:dot:graphviz bin:ginstall:coreutils port:libiconv
 
 # setup to work smoothly with Qt3
 post-patch {
@@ -43,7 +43,8 @@
 		${worksrcpath}/addon/doxywizard/Makefile.doxywizard
 }
 
-patchfiles		patch-portable.cpp
+# Using libiconv should negate the need for this patch.
+#patchfiles		patch-portable.cpp
 
 configure.pre_args	--prefix ${prefix}
 configure.args		--docdir ${prefix}/share/doc

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071111/eab37f4e/attachment.html


More information about the macports-changes mailing list