<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/7c431dbd4a1221a745433230ea2809b76a490fb2">https://github.com/macports/macports-ports/commit/7c431dbd4a1221a745433230ea2809b76a490fb2</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new 7c431dbd4a1 unixODBC: update to 2.3.12
</span>7c431dbd4a1 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 7c431dbd4a1221a745433230ea2809b76a490fb2
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Sun Dec 3 12:27:17 2023 +0700
<span style='display:block; white-space:pre;color:#404040;'> unixODBC: update to 2.3.12
</span>---
databases/unixODBC/Portfile | 41 +++++++++++++++++++++--------------------
1 file changed, 21 insertions(+), 20 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/unixODBC/Portfile b/databases/unixODBC/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 020ce5984b3..39320cb6740 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/unixODBC/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/unixODBC/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,45 +8,46 @@ conflicts virtuoso virtuoso-7
</span> if {[file exists ${prefix}/lib/libodbc.a]} {
conflicts-append libiodbc
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-version 2.3.11
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+version 2.3.12
</span> revision 0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums rmd160 53c0d6c3b48d77d560db4d7b4d60ad8c07854a38 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- sha256 d9e55c8e7118347e3c66c87338856dad1516b490fb7c756c1562a2c267c73b5c \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- size 1752585
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums rmd160 2886fcb0bd0c006a1077e6fd9acc62f52329b15e \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ sha256 f210501445ce21bf607ba51ef8c125e10e22dffdffec377646462df5f01915ec \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ size 1753915
</span>
categories databases
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span> maintainers nomaintainer
license LGPL-2+
description Provides ODBC 3 connectivity for Unix
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description The unixODBC project provides UNIX applications with the \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- same ODBC 3.51 API and facilities available under Windows. \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description The unixODBC project provides UNIX applications with \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ the same ODBC 3.51 API and facilities available under Windows. \
</span> It provides a Driver Manager that supports the full ODBC \
API and performs the ODBC 3 to ODBC 2 translations with \
UNICODE to ANSI conversion. It also includes a set of \
graphical utilities that allow users to specify \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- connections to DBMSes to be used by applications, a \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- collection of ODBC drivers including a simple text based \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- driver, an NNTP driver, a Postgres driver and others, and \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- a selection of templates and libraries that to aid in the \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- construction of ODBC drivers. It works with MySQL, \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ connections to DBMSes to be used by applications, \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ a collection of ODBC drivers including a simple text-based \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ driver, an NNTP driver, a Postgres driver and others, \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ and a selection of templates and libraries that to aid \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ in the construction of ODBC drivers. It works with MySQL, \
</span> Postgres, StarOffice, Applixware, iHTML, PHP, Perl \
DBD::ODBC, Paradox 9, and many other applications and \
drivers. Connection pooling is also provided to increase \
performance with applications such as PHP.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage http://www.unixodbc.org/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage https://www.unixodbc.org/
</span> master_sites ${homepage} \
ftp://ftp.unixodbc.org/pub/unixODBC/
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_lib port:libiconv port:libtool port:readline
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_lib-append port:libiconv \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:libtool \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:readline
</span>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.args --enable-static --enable-shared \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ --enable-static \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ --enable-shared \
</span> --with-libiconv-prefix=${prefix}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-use_parallel_build yes
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> post-destroot {
# DOCS
xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${name}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -59,17 +60,17 @@ post-destroot {
</span> {*}[glob ${worksrcpath}/doc/$dir/*.\[a-z\]\[a-z\]\[a-z\]*] \
${destroot}${prefix}/share/doc/${name}/${dir}
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # TEMPLATES
xinstall -d -m 0755 ${destroot}${prefix}/share/${name}
xinstall -m 0644 {*}[glob ${filespath}/*.template] ${destroot}${prefix}/share/${name}
reinplace "s|__PREFIX__|${prefix}|g" {*}[glob ${destroot}${prefix}/share/${name}/*.driver.*]
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # CONFIG
foreach ini [glob ${destroot}${prefix}/etc/*.ini] {
move ${ini} ${ini}.dist
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> destroot.keepdirs ${destroot}${prefix}/etc/ODBCDataSources
}
</pre><pre style='margin:0'>
</pre>