pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/iodbc Update iodbc pakcage to 3.52.7, adding...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7c4bc957a56e
branches:  trunk
changeset: 400310:7c4bc957a56e
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Oct 17 02:01:50 2009 +0000

description:
Update iodbc pakcage to 3.52.7, adding LICENSE.

Sep 10 2009, V3.52.7:
    * Added iODBC Graphical Administrator for Mac OS X
    * Added iODBC CFM Bridge
    * Added resizable windows and dialogs for GTK+
    * Added option in tracefile for sequence number ($S)
    * Added additional translations between ANSI and Unicode
    * Fixed if tracefile gets too big, continue in new tracefile
    * Fixed unload bug due to wrong pointer deref
    * Fixed Connection Pooling UI
    * Fixed checking odbc_ver on connect handle
    * Fixed packaging of runtime only libraries
    * Fixed porting issues
    * Fixed documentation

diffstat:

 databases/iodbc/Makefile |  10 +++++-----
 databases/iodbc/distinfo |   8 ++++----
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (49 lines):

diff -r 86ae128731a8 -r 7c4bc957a56e databases/iodbc/Makefile
--- a/databases/iodbc/Makefile  Sat Oct 17 01:59:14 2009 +0000
+++ b/databases/iodbc/Makefile  Sat Oct 17 02:01:50 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2008/04/14 21:46:57 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2009/10/17 02:01:50 taca Exp $
 
-DISTNAME=      libiodbc-3.52.6
+DISTNAME=      libiodbc-3.52.7
 PKGNAME=       ${DISTNAME:S/^lib//}
 CATEGORIES=    databases
 MASTER_SITES=  http://www.iodbc.org/downloads/iODBC/
@@ -8,6 +8,7 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.iodbc.org/
 COMMENT=       ODBC 3.x driver manager
+LICENSE=       gnu-lgpl-v2
 
 CONFLICTS+=    unixodbc-[0-9]*
 
@@ -23,11 +24,10 @@
 EGDIR=         ${PREFIX}/share/examples/${PKGBASE}
 CONF_FILES=    ${EGDIR}/odbc.ini ${PKG_SYSCONFDIR}/odbc.ini
 
-.include "../../mk/dlopen.buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/etc/odbc.ini.sample \
                ${DESTDIR}${EGDIR}/odbc.ini
 
+.include "../../mk/dlopen.buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 86ae128731a8 -r 7c4bc957a56e databases/iodbc/distinfo
--- a/databases/iodbc/distinfo  Sat Oct 17 01:59:14 2009 +0000
+++ b/databases/iodbc/distinfo  Sat Oct 17 02:01:50 2009 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2008/02/09 07:26:57 adam Exp $
+$NetBSD: distinfo,v 1.7 2009/10/17 02:01:50 taca Exp $
 
-SHA1 (libiodbc-3.52.6.tar.gz) = 5bb893887f7ced1de1f776b9c5ed2aaad0508b85
-RMD160 (libiodbc-3.52.6.tar.gz) = 9b1554d468b9b49f1af8adcdc91f3d71a837531e
-Size (libiodbc-3.52.6.tar.gz) = 757876 bytes
+SHA1 (libiodbc-3.52.7.tar.gz) = 53988878b6897d5ce7b8f62138f1f7e0e40b7d4f
+RMD160 (libiodbc-3.52.7.tar.gz) = 7bdac0e18dd65debd41059ceb59b4653bed4774b
+Size (libiodbc-3.52.7.tar.gz) = 1038710 bytes
 SHA1 (patch-aa) = 7fc72be935b3e19a836f20edf8efac05d22c643f
 SHA1 (patch-ac) = ff520f920c9aa9db44ce315219836dc4e98af9cd



Home | Main Index | Thread Index | Old Index