[140920] trunk/dports/devel/cmake/Portfile
michaelld at macports.org
michaelld at macports.org
Mon Oct 5 10:03:44 PDT 2015
Revision: 140920
https://trac.macports.org/changeset/140920
Author: michaelld at macports.org
Date: 2015-10-05 10:03:44 -0700 (Mon, 05 Oct 2015)
Log Message:
-----------
cmake:
+ add patch to release to allow finding Boost 1.59;
+ update devel to 20151002 (g5106b).
Modified Paths:
--------------
trunk/dports/devel/cmake/Portfile
Modified: trunk/dports/devel/cmake/Portfile
===================================================================
--- trunk/dports/devel/cmake/Portfile 2015-10-05 15:04:09 UTC (rev 140919)
+++ trunk/dports/devel/cmake/Portfile 2015-10-05 17:03:44 UTC (rev 140920)
@@ -30,6 +30,7 @@
# release
version ${branch}.2
+ revision 1
checksums rmd160 c7d3b8895e2e143b7e1019477764370535917dca \
sha256 e75a178d6ebf182b048ebfe6e0657c49f0dc109779170bad7ffcb17463f2fc22
@@ -42,6 +43,11 @@
patchfiles-append patch-Modules-noArchCheck.release.diff
+ # temporary patch to find Boost 1.59;
+ # remove when updating to next release
+
+ patchfiles-append patch-Modules-FindBoost.cmake.diff
+
livecheck.type regex
livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}
livecheck.url [lindex $master_sites 0]
@@ -49,12 +55,12 @@
} else {
# devel
- version 20150930
+ version 20151004
set dist_branch 3.3
- set dist_date 20150929
- set dist_hash g847bd5
- checksums rmd160 05cbd5d910588ba53b0b55e8df9b8eeb8b8b5d8d \
- sha256 53a7ae91bcd85c5652c66ad1e16b3c1b9eef8d972af9d586aaca35d125dfc8b0
+ set dist_date 20151002
+ set dist_hash g5106b
+ checksums rmd160 6ae659d11853619ba0e0059332983c55b06c8e79 \
+ sha256 a445e75bc248e0654b186ecf298d3f0b46e4bcda202fa4b5d506c57868a7b0bf
master_sites http://www.cmake.org/files/dev/
distname ${name}-${dist_branch}.${dist_date}-${dist_hash}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151005/69f2dbc5/attachment.html>
More information about the macports-changes
mailing list