[MacPorts] #2646: Upgrade CMake from 1.8.3 to 2.0.5

MacPorts noreply at macports.org
Thu Mar 24 05:52:27 PDT 2016


#2646: Upgrade CMake from 1.8.3 to 2.0.5
-----------------------+--------------------------------
  Reporter:  cssdev@…  |      Owner:  macports-tickets@…
      Type:  update    |     Status:  closed
  Priority:  Normal    |  Milestone:
 Component:  ports     |    Version:  1.0
Resolution:  fixed     |   Keywords:
      Port:  cmake     |
-----------------------+--------------------------------
Changes (by ryandesign@…):

 * type:  defect => update
 * port:   => cmake


Old description:

> 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 at 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

New description:

 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 at 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
 }}}

--

-- 
Ticket URL: <https://trac.macports.org/ticket/2646#comment:2>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list