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

source_changes at macosforge.org source_changes at macosforge.org
Tue Nov 28 07:37:52 PST 2006


Revision: 20785
          http://trac.macosforge.org/projects/macports/changeset/20785
Author:   css at macports.org
Date:     2006-11-28 07:37:51 -0800 (Tue, 28 Nov 2006)

Log Message:
-----------
Bump version and checksums for doxygen 1.5.1. Cleaned up formatting a bit and removed some patches that are no longer needed. (#11047)

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

Modified: trunk/dports/textproc/doxygen/Portfile
===================================================================
--- trunk/dports/textproc/doxygen/Portfile	2006-11-28 15:32:08 UTC (rev 20784)
+++ trunk/dports/textproc/doxygen/Portfile	2006-11-28 15:37:51 UTC (rev 20785)
@@ -1,12 +1,11 @@
 # $Id$
 
 PortSystem 1.0
-name				doxygen
-version				1.5.0
-revision			1
-categories			textproc devel
-maintainers			css at macports.org
-description			Documentation system for several programming languages
+name			doxygen
+version			1.5.1
+categories		textproc devel
+maintainers		css at macports.org
+description		Documentation system for several programming languages
 long_description \
 	It can generate an on-line documentation browser (in HTML) and/or an \
 	off-line reference manual from a set of documented source files. \
@@ -21,21 +20,20 @@
 	graphs, inheritance diagrams, and collaboration diagrams, which are \
 	all generated automatically.
 
-platforms			darwin
+platforms		darwin
 
-homepage			http://www.doxygen.org/
+homepage		http://www.doxygen.org/
 master_sites		ftp://ftp.stack.nl/pub/users/dimitri/
-distfiles			${distname}.src${extract.suffix}
+distfiles		${distname}.src${extract.suffix}
 
-checksums			md5 8b006cee7fd92bdbb67b2990fce703ed \
-					sha1 74a102ed90b8821f11d25b9f16b1a666337c2827 \
-					rmd160 96611fab78d403f505865fdc2bca679b39c8cf9d
+checksums		md5 43b8e58e5ca70cb8f1285c35a171014e \
+			sha1 eac525c670ef3f1f81c3038588b42e111a9ec6a6 \
+			rmd160 bacd34a5a69833e42e116d997c99df03dd837062
 
-depends_lib			bin:tex:teTeX bin:gs:ghostscript lib:libpng:libpng \
-					bin:dot:graphviz bin:ginstall:coreutils
+depends_lib		bin:tex:teTeX bin:gs:ghostscript lib:libpng:libpng \
+			bin:dot:graphviz bin:ginstall:coreutils
 
 # setup to work smoothly with Qt3
-patchfiles			patch-addon_doxywizard_Makefile.doxywizard
 post-patch {
 	reinplace "s|\$(QTDIR)/include|\$(QTDIR)/include/qt3|g" \
 		"${worksrcpath}/tmake/lib/macosx-c++/tmake.conf"
@@ -43,21 +41,19 @@
 		${worksrcpath}/addon/doxywizard/Makefile.doxywizard
 	reinplace "s|@@X11PREFIX@@|${x11prefix}|g" \
 		${worksrcpath}/addon/doxywizard/Makefile.doxywizard
-	reinplace "s|(QTDIR)/include|(QTDIR)/include/qt3|g" \
-		${worksrcpath}/addon/doxywizard/Makefile.doxywizard
 }
 
 configure.pre_args	--prefix ${prefix}
 configure.args		--docdir ${prefix}/share/doc
 configure.env		QTDIR=${prefix}
 
-build.env			QTDIR=${prefix}
+build.env		QTDIR=${prefix}
 build.target		all pdf
 
 destroot.target		install install_docs
 destroot.args		INSTALL=${destroot}${prefix} \
-					DOCDIR=${destroot}${prefix}/share/doc/doxygen \
-					MAN1DIR=share/man/man1
+			DOCDIR=${destroot}${prefix}/share/doc/doxygen \
+			MAN1DIR=share/man/man1
 
 variant wizard {
 	depends_lib-append	lib:libqt-mt:qt3

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


More information about the macports-changes mailing list