[20784] trunk/dports/devel/cmake/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue Nov 28 07:32:09 PST 2006


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

Log Message:
-----------
Bumped to version 2.4.4 along with a sha1 checksum and unified all documentation under ${prefix}/share/doc/cmake. (#11058)

Modified Paths:
--------------
    trunk/dports/devel/cmake/Portfile

Modified: trunk/dports/devel/cmake/Portfile
===================================================================
--- trunk/dports/devel/cmake/Portfile	2006-11-28 15:29:07 UTC (rev 20783)
+++ trunk/dports/devel/cmake/Portfile	2006-11-28 15:32:08 UTC (rev 20784)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name		cmake
-version		2.4.3
+version		2.4.4
 categories	devel
 maintainers	css at macports.org
 description	Cross-platform make
@@ -14,16 +14,15 @@
 homepage	http://www.cmake.org/
 platforms	darwin freebsd
 master_sites	http://www.cmake.org/files/v2.4/
-checksums	md5 c9b50c488a24edd5297ffc3230ecd0f2
-configure.args	--mandir=/share/man --docdir=/share/doc/CMake
+checksums	md5 8c99af9e6e70f154314cf0d160b61e6e \
+		sha1 a7f25a724f272bc5483a83a562d2eb3f7ad8b505
+configure.args	--mandir=/share/man --docdir=/share/doc/cmake
 
 post-destroot {
 	xinstall -d -m 0755 ${destroot}${prefix}/share/emacs/site-lisp
 	xinstall -m 0644 ${worksrcpath}/Docs/cmake-mode.el \
 		${destroot}${prefix}/share/emacs/site-lisp
-	xinstall -d -m 0755 ${destroot}${prefix}/share/CMake/Docs
+	xinstall -d -m 0755 ${destroot}${prefix}/share/doc/cmake
 	xinstall -m 0644 -W ${worksrcpath}/Docs cmake-indent.vim \
-		cmake-syntax.vim ${destroot}${prefix}/share/CMake/Docs
-	xinstall -m 0644 ${worksrcpath}/CMake.rtf \
-		${destroot}${prefix}/share/CMake/Docs
+		cmake-syntax.vim ${destroot}${prefix}/share/doc/cmake
 }

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


More information about the macports-changes mailing list