Ticket #46522: root6.diff
File root6.diff, 1.7 KB (added by cjones051073 (Chris Jones), 10 years ago) |
---|
-
science/root6/Portfile
10 10 PortGroup select 1.0 11 11 12 12 # don't forget to update both the git tag and the version 13 #github.setup root-mirror root 6-02-02v14 github.setup root-mirror root aad93c83b3773cbaf91a7d634caed05b35bd658d15 version 6.02.0 213 github.setup root-mirror root 6-02-03 v 14 #github.setup root-mirror root aad93c83b3773cbaf91a7d634caed05b35bd658d 15 version 6.02.03 16 16 17 17 # this could be a better way to set the version (unless we use a sha sum for the git tag ;) 18 18 # version [string map {- .} $version] 19 19 set version_major [lindex [split ${version} .] 0] 20 20 21 checksums rmd160 c72bcdd135cf11117fba41ed868bf98a3d63da4d\22 sha256 5ca3ccf6b8faf5f8ddf79b1c12db7c0dd65f335dd8b7186e8a14a7888b461df721 checksums rmd160 31cf7de29dca13d788a4e99507c3c14d7b62682a \ 22 sha256 fc138ca2325a253349eba9ce1777482e0c4a77a70c1f2ca30ac9b8c00545a125 23 23 24 24 name root${version_major} 25 25 categories science … … 29 29 description ROOT is a data analysis framework from CERN 30 30 long_description The ROOT system provides a set of frameworks with all \ 31 31 the functionality needed to handle and analyze large amounts \ 32 of data in a very efficient way. ROOT6 is a development release, \ 33 for a more stable release install the ROOT5 port instead. 32 of data in a very efficient way. 34 33 35 34 homepage http://root.cern.ch/ 36 35 platforms darwin