Ticket #47395: Portfile-cantera.diff

File Portfile-cantera.diff, 1.1 KB (added by macports@…, 9 years ago)

Cantera 2.1.2 on GitHub - Diff

  • Portfile

    old new  
    11# -*- 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$
    33
    44PortSystem              1.0
    55PortGroup               python 1.0
     6PortGroup               github 1.0
    67
    78name                    cantera
    89version                 2.1.2
     10                        # remove the next line in the next update
     11dist_subdir             ${name}/${version}_1
     12
     13github.setup            Cantera cantera 2.1.2 v
    914
    1015categories              science
    1116platforms               darwin
     
    2025
    2126homepage                https://cantera.github.io/docs/sphinx/html/index.html
    2227
    23 master_sites            sourceforge:project/cantera/cantera/${version}
    2428checksums               rmd160  7b410a4fb97b23d6c0c404b915d643bd3eeaed60 \
    2529                        sha256  e4e4e5990e2c250d1b2f694b9a51427751654936a3a1b5ef59655745b3c6dc4a
    2630