Ticket #50916: Portfile-octave-database.diff

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

    old new  
    44PortSystem          1.0
    55PortGroup           octave 1.0
    66
    7 octave.setup        database 2.3.2
     7octave.setup        database 2.4.0
    88platforms           darwin
    99license             GPL-3+
    1010maintainers         nomaintainer
     
    1212                    postgresql using libpq.
    1313long_description    ${description}
    1414
    15 checksums           rmd160 e0e58800e9f9906ef89afff7526bd70f608de713 \
    16                     sha256 922e9c298da92f3ac9596ec4fb0db2acc0f5270aa707b67f0151c2529f658d79
     15checksums           rmd160 9558a4b495d945cd778da9bb4d09bcbbe3ec643e \
     16                    sha256 79698cdb88f5a997f24ffa79ce3aa24e98ff1e9590f119d9b78e61adf3e99927
    1717
    18 depends_lib-append  port:swig-octave \
    19                     path:bin/mysql_config5:mysql5 \
     18depends_lib-append  port:octave-struct \
     19                    port:swig-octave \
     20                    path:bin/mysql_config:mysql5 \
    2021                    port:sqlite3 \
    2122                    port:unixODBC
    2223
     
    2425# versions < 8.3 removed as of 2.3.2.
    2526
    2627set postgresql_suffixes {83 84 90 91 92 93 94}
    27 set default_postgresql_suffix 92
     28set default_postgresql_suffix 94
    2829
    2930set postgresql_ports {}
    3031set postgresql_variants {}