Ticket #50930: Portfile-octave-database.diff

File Portfile-octave-database.diff, 1.0 KB (added by Schamschula (Marius Schamschula), 8 years ago)
  • Portfile

    old new  
    44PortSystem          1.0
    55PortGroup           octave 1.0
    66
    7 octave.setup        database 2.4.0
     7octave.setup        database 2.4.1
    88platforms           darwin
    99license             GPL-3+
    1010maintainers         gmail.com:mschamschula openmaintainer
     
    1212                    postgresql using libpq.
    1313long_description    ${description}
    1414
    15 checksums           rmd160 9558a4b495d945cd778da9bb4d09bcbbe3ec643e \
    16                     sha256 79698cdb88f5a997f24ffa79ce3aa24e98ff1e9590f119d9b78e61adf3e99927
     15checksums           rmd160 aae19721bd61b4df84979432669496fe2081b46c \
     16                    sha256 76ce81ba5effa438b1b2d521dff94babf97b571910812af73af89e3c7f64bce0
    1717
    1818depends_lib-append  port:octave-struct \
    1919                    port:swig-octave \
    20                     path:bin/mysql_config5:mysql5 \
     20                    path:bin/mysql_config:mysql5 \
    2121                    port:sqlite3 \
    2222                    port:unixODBC
    2323