Ticket #48042: Portfile-gnuplot.diff

File Portfile-gnuplot.diff, 1.1 KB (added by Schamschula (Marius Schamschula), 9 years ago)
  • Portfile

    old new  
    77PortGroup           wxWidgets       1.0
    88
    99name                gnuplot
    10 version             5.0.0
     10version             5.0.1
    1111categories          math science
    1212# the license has some inconvenient requirements that we're not meeting
    1313# to be allowed to distribute binaries
     
    3030master_sites        sourceforge:project/gnuplot/gnuplot/${version}
    3131dist_subdir         ${name}/${version}
    3232
    33 checksums           rmd160  e91ae15d1b50110d323450be451db5d180917f4d \
    34                     sha256  417d4bc5bc914a60409bb75cf18dd14f48b07f53c6ad3c4a4d3cd9a8d7370faf
     33checksums           rmd160  cf2b952af27b0c4ce88ce5d796b07e1c6af4b620 \
     34                    sha256  7cbc557e71df581ea520123fb439dea5f073adcc9010a2885dc80d4ed28b3c47
    3535
    3636depends_build       path:bin/pkg-config:pkgconfig
    3737
     
    4747                    port:readline \
    4848                    port:zlib
    4949
    50 patchfiles          patch-configure-aquaterm.diff
    51 
    5250minimum_xcodeversions \
    5351                    {9 3.1}
    5452