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

css at macports.org css at macports.org
Sun Dec 14 06:10:55 PST 2008


Revision: 43766
          http://trac.macports.org/changeset/43766
Author:   css at macports.org
Date:     2008-12-14 06:10:53 -0800 (Sun, 14 Dec 2008)
Log Message:
-----------
Update version and checksums for doxygen 1.5.7.1. The port now include support dor DEST_DIR, so the destroot.args no longer need to explicitly include the destroot path. refs #17592

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

Modified: trunk/dports/textproc/doxygen/Portfile
===================================================================
--- trunk/dports/textproc/doxygen/Portfile	2008-12-14 09:49:29 UTC (rev 43765)
+++ trunk/dports/textproc/doxygen/Portfile	2008-12-14 14:10:53 UTC (rev 43766)
@@ -3,8 +3,7 @@
 PortSystem 1.0
 
 name			doxygen
-version			1.5.7
-revision		2
+version			1.5.7.1
 categories		textproc devel
 maintainers		css at macports.org
 description		Documentation system for several programming languages
@@ -28,9 +27,9 @@
 master_sites		ftp://ftp.stack.nl/pub/users/dimitri/
 distfiles		${distname}.src${extract.suffix}
 
-checksums		md5 ee2fed530ade60daede50461d5227885 \
-			sha1 91a35d0ff0e5d19c8f0362999c305ed640c9ba92 \
-			rmd160 13c4872d49c9d4b178934fe93d02f6ed5e358bee
+checksums		md5 bc35dfd52bdae0247b862e67e0cbe7d7 \
+			sha1 aecb0c453f76e900eb2aa8132ad063215005fca3 \
+			rmd160 f9614bb076d6531334a212a95dfbb862a7502c69
 
 depends_lib		lib:libpng:libpng bin:dot:graphviz \
 			bin:ginstall:coreutils port:libiconv
@@ -63,8 +62,8 @@
 build.target		all
 
 destroot.target		install
-destroot.args		INSTALL=${destroot}${prefix} \
-			DOCDIR=${destroot}${prefix}/share/doc/doxygen \
+destroot.args		INSTALL=${prefix} \
+			DOCDIR=${prefix}/share/doc/doxygen \
 			MAN1DIR=share/man/man1
 
 variant docs description {Include the doxygen PDF documentation and LaTeX} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081214/f1eb835b/attachment.html>


More information about the macports-changes mailing list