Changes 3.2.3:
* Makefile: Workaround mingw32-make trailing backslash trouble * Makefile: Fix compilation after parent commit was backported * InstallRequiredSystemLibraries: Update for VS 2015 * Fix assertion failure on unmatched foreach in function * ctest_build: Fix regression in GNU make error message matching
This commit is contained in:
parent
6de294ccdc
commit
fb244d5d2d
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.97 2015/04/15 11:28:18 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.98 2015/06/09 08:21:40 adam Exp $
|
||||
|
||||
DISTNAME= cmake-${CMAKE_API}.2
|
||||
DISTNAME= cmake-${CMAKE_API}.3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.cmake.org/files/v${CMAKE_API}/
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.70 2015/04/15 11:28:18 adam Exp $
|
||||
$NetBSD: distinfo,v 1.71 2015/06/09 08:21:40 adam Exp $
|
||||
|
||||
SHA1 (cmake-3.2.2.tar.gz) = d22be01828508027617494c8b59d5999d4c1490e
|
||||
RMD160 (cmake-3.2.2.tar.gz) = 48eb3d047b6bf9671fcf8ef79908a09b710bffeb
|
||||
Size (cmake-3.2.2.tar.gz) = 6438736 bytes
|
||||
SHA1 (cmake-3.2.3.tar.gz) = fa176cc5b1ccf2e98196b50908432d0268323501
|
||||
RMD160 (cmake-3.2.3.tar.gz) = 7cd30ba8d58d1d312fb59f6f02c34d3842123fab
|
||||
Size (cmake-3.2.3.tar.gz) = 6438938 bytes
|
||||
SHA1 (patch-Modules_FindX11.cmake) = 07a831744fc1de15d2fe4f57399339200e572dc5
|
||||
SHA1 (patch-Modules_Platform_SCO__SV.cmake) = 3ed230b3a06ea693812db8f57bc73aebec12b99f
|
||||
SHA1 (patch-Modules_Platform_SunOS.cmake) = 7a53ae3c902dd69ee22ef9fe0ae2a022d5284f16
|
||||
|
|
Loading…
Reference in a new issue