Ticket #46407: Portfile-giza.diff

File Portfile-giza.diff, 1.0 KB (added by danieljprice (Daniel Price), 9 years ago)
  • Portfile

    old new  
    55PortGroup compilers 1.0
    66
    77name                giza
    8 version             0.9.1
    9 revision            1
     8version             0.9.2
    109categories          science graphics
    1110platforms           darwin
    1211maintainers         monash.edu:daniel.price
     
    2120master_sites        sourceforge:/project/${name}
    2221license             GPL-2+
    2322
    24 checksums           rmd160  965fc07a989b1092003bc8de85560f0ac7ee91fd \
    25                     sha256  95b67be1e6a98ed650cc7d36405ae67a579bd089d6314c74353af1adec6303c5
     23checksums           rmd160  3c50ce573cbe018d8c1ec483afe1f502fa6d63ba \
     24                    sha256  e67c9ec9399714d8526e895234010f9d41fd0ef6588f7afb69a8d8def16a4d43
    2625
    2726conflicts           pgplot
    2827use_configure       no
     
    4039destroot.args       PREFIX=${prefix}
    4140use_parallel_build  no
    4241
    43 patchfiles-append   patch-Makefile.diff
    44 
    4542pre-build {
    4643    build.args-append CC=${configure.cc} FC=${configure.fc}
    4744}