Opened 19 years ago

Closed 19 years ago

Last modified 8 years ago

#2646 closed update (fixed)

Upgrade CMake from 1.8.3 to 2.0.5

Reported by: cssdev@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: cmake

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Darwinports currently has an old version of CMake (1.8.3) in place for use with VTK and other projects. Version 2.0.5 has a number of improvements, and I have been using my own local version for quite a while. The attached diff will update the port to 2.0.5.

Index: Portfile
===================================================================
RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/devel/cmake/Portfile,v
retrieving revision 1.2
diff -u -r1.2 Portfile
--- Portfile    21 Mar 2004 22:44:50 -0000      1.2
+++ Portfile    29 Jan 2005 19:17:29 -0000
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name           cmake
-version                1.8.3
+version                2.0.5
 categories     devel
 maintainers    jkh@opendarwin.org
 description    Cross-platform make
@@ -13,6 +13,6 @@
        used in conjunction with the native build environment.
 homepage       http://www.cmake.org/
 platforms      darwin freebsd
-master_sites   http://www.cmake.org/files/v1.8
-checksums      md5 781afe6ed9000e303bf6ac3e4e384dce
+master_sites   http://www.cmake.org/files/v2.0
+checksums      md5 a73f328fea75af276e4c4cf8f08fecdc
 configure.args --mandir=${prefix}/share/man

Change History (2)

comment:1 Changed 19 years ago by mww@…

Resolution: fixed
Status: newclosed

thanks, fixed!

comment:2 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: cmake added
Type: defectupdate
Note: See TracTickets for help on using tickets.