Ticket #47395: Portfile-cantera.diff
File Portfile-cantera.diff, 1.1 KB (added by macports@…, 10 years ago) |
---|
-
Portfile
old new 1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 2 # $Id : Portfile 125605 2014-09-22 19:25:31Z mf2k@macports.org$2 # $Id$ 3 3 4 4 PortSystem 1.0 5 5 PortGroup python 1.0 6 PortGroup github 1.0 6 7 7 8 name cantera 8 9 version 2.1.2 10 # remove the next line in the next update 11 dist_subdir ${name}/${version}_1 12 13 github.setup Cantera cantera 2.1.2 v 9 14 10 15 categories science 11 16 platforms darwin … … 20 25 21 26 homepage https://cantera.github.io/docs/sphinx/html/index.html 22 27 23 master_sites sourceforge:project/cantera/cantera/${version}24 28 checksums rmd160 7b410a4fb97b23d6c0c404b915d643bd3eeaed60 \ 25 29 sha256 e4e4e5990e2c250d1b2f694b9a51427751654936a3a1b5ef59655745b3c6dc4a 26 30