Ticket #42461: Portfile.py-netcdf4.diff

File Portfile.py-netcdf4.diff, 1.4 KB (added by jswhit (Jeff Whitaker), 10 years ago)
  • Portfile.py-netcdf4

    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 114324 2013-12-05 08:44:51Z ryandesign@macports.org $
     2# $Id$
    33
    44PortSystem          1.0
    55PortGroup           python 1.0
    66
    77name                py-netcdf4
    8 version             1.0.4
     8version             1.0.8
    99revision            1
    1010categories-append   science
    1111platforms           darwin
    12 maintainers         nomaintainer
     12maintainers         fastmail.fm:jswhit \
     13                    openmaintainer
    1314license             MIT
    1415
    1516description         Python/numpy interface to netCDF
     
    2122                    HDF5 clients.
    2223homepage            http://code.google.com/p/netcdf4-python/
    2324
    24 master_sites        googlecode:netcdf4-python
     25master_sites        http://pypi.python.org/packages/source/n/netCDF4
    2526distname            netCDF4-${version}
    2627
    27 checksums           rmd160  274b37795610234cde839c11950571ccb0536897 \
    28                     sha256  99f5eaebae2fae92759d13b790dde4226b2b8c83a68f86543c41c7998cba53b7
     28checksums           rmd160  f87865cd2d101d4160504515a177fd396b50c8d0 \
     29                    sha256  393a2e1bd10332a446a461c1f5e82b79f23fad76c3f3afa9af326dde54a58795
    2930
    3031build.env-append    USE_NCCONFIG=1
    3132destroot.env-append USE_NCCONFIG=1