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 4 4 PortSystem 1.0 5 5 PortGroup octave 1.0 6 6 7 octave.setup database 2. 3.27 octave.setup database 2.4.0 8 8 platforms darwin 9 9 license GPL-3+ 10 10 maintainers nomaintainer … … 12 12 postgresql using libpq. 13 13 long_description ${description} 14 14 15 checksums rmd160 e0e58800e9f9906ef89afff7526bd70f608de713\16 sha256 922e9c298da92f3ac9596ec4fb0db2acc0f5270aa707b67f0151c2529f658d7915 checksums rmd160 9558a4b495d945cd778da9bb4d09bcbbe3ec643e \ 16 sha256 79698cdb88f5a997f24ffa79ce3aa24e98ff1e9590f119d9b78e61adf3e99927 17 17 18 depends_lib-append port:swig-octave \ 19 path:bin/mysql_config5:mysql5 \ 18 depends_lib-append port:octave-struct \ 19 port:swig-octave \ 20 path:bin/mysql_config:mysql5 \ 20 21 port:sqlite3 \ 21 22 port:unixODBC 22 23 … … 24 25 # versions < 8.3 removed as of 2.3.2. 25 26 26 27 set postgresql_suffixes {83 84 90 91 92 93 94} 27 set default_postgresql_suffix 9 228 set default_postgresql_suffix 94 28 29 29 30 set postgresql_ports {} 30 31 set postgresql_variants {}