Ticket #49333: Portfile-py-astro.diff

File Portfile-py-astro.diff, 1.1 KB (added by dmopalmer (David Palmer), 9 years ago)

Better diff (Followed the instructions sect 4.5 this time.)

  • Portfile

    old new  
    33
    44PortSystem          1.0
    55PortGroup           python 1.0
     6
    67name                py-astropy
    7 version             1.0.4
     8version             1.0.5
    89maintainers         robitaille
    910
    1011dist_subdir         ${name}/${version}
     
    2021homepage            http://www.astropy.org
    2122master_sites        http://pypi.python.org/packages/source/a/astropy/
    2223distname            astropy-${version}
    23 checksums           md5     6d4696a695129fb3566ddc9643a2a944 \
    24                     sha1    2974954e2ee3caee669e8199813e020bd8b1827f \
    25                     rmd160  978aeb1a88910a9abb9fd8f87e897d4ab01d9b85
     24checksums           md5     0d55d7c505bef39e40c7bfc59c0a0676 \
     25                    sha1    83fac847f2cb5c58e9681d3fbc5b3293ea24de81 \
     26                    rmd160  a6adec07c662730f1b4eb3fc22e6ab41ce935bc9
    2627
    27 python.versions     26 27 33 34
     28python.versions     26 27 33 34 35
    2829
    2930build.args-append   --use-system-cfitsio \
    3031                    --use-system-expat \