Date: Thu, 1 Dec 2011 04:23:58 GMT From: Armin Pirkovitsch <armin@frozen-zone.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/162983: [PATCH] databases/unixODBC update to 2.3.1 Message-ID: <201112010423.pB14Nwok033716@red.freebsd.org> Resent-Message-ID: <201112010430.pB14UDRl018361@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 162983 >Category: ports >Synopsis: [PATCH] databases/unixODBC update to 2.3.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Dec 01 04:30:13 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Armin Pirkovitsch >Release: >Organization: >Environment: >Description: >How-To-Repeat: >Fix: Patch attached with submission follows: Index: databases/unixODBC/Makefile =================================================================== RCS file: /mnt/nfs/oh/usr/home/ncvs/root/ports/ports/databases/unixODBC/Makefile,v retrieving revision 1.67 diff -u -r1.67 Makefile --- databases/unixODBC/Makefile 9 Nov 2011 15:25:28 -0000 1.67 +++ databases/unixODBC/Makefile 30 Nov 2011 18:16:54 -0000 @@ -6,8 +6,7 @@ # PORTNAME= unixODBC -PORTVERSION= 2.3.0 -PORTREVISION= 1 +PORTVERSION= 2.3.1 CATEGORIES= databases MASTER_SITES= http://www.unixodbc.org/ Index: databases/unixODBC/distinfo =================================================================== RCS file: /mnt/nfs/oh/usr/home/ncvs/root/ports/ports/databases/unixODBC/distinfo,v retrieving revision 1.30 diff -u -r1.30 distinfo --- databases/unixODBC/distinfo 20 Mar 2011 12:48:08 -0000 1.30 +++ databases/unixODBC/distinfo 30 Nov 2011 18:17:23 -0000 @@ -1,2 +1,2 @@ -SHA256 (unixODBC-2.3.0.tar.gz) = 15a7a855a2951a6af7137379bfcdccc15626b869c4804a1d1536cd37e9f3872c -SIZE (unixODBC-2.3.0.tar.gz) = 1804749 +SHA256 (unixODBC-2.3.1.tar.gz) = 1f5be3edecff9e31072ef738ea1d8019594c4f0c2e3ab427e6eef153491db6a2 +SIZE (unixODBC-2.3.1.tar.gz) = 1813380 Index: databases/unixODBC/pkg-plist =================================================================== RCS file: /mnt/nfs/oh/usr/home/ncvs/root/ports/ports/databases/unixODBC/pkg-plist,v retrieving revision 1.30 diff -u -r1.30 pkg-plist --- databases/unixODBC/pkg-plist 19 May 2010 07:12:05 -0000 1.30 +++ databases/unixODBC/pkg-plist 30 Nov 2011 18:30:06 -0000 @@ -3,6 +3,7 @@ bin/odbcinst bin/iusql bin/odbc_config +include/autotest.h include/odbcinst.h include/odbcinstext.h include/sql.h @@ -13,15 +14,15 @@ include/uodbc_extras.h include/unixodbc_conf.h lib/libodbcinst.so -lib/libodbcinst.so.1 +lib/libodbcinst.so.2 lib/libodbcinst.la lib/libodbcinst.a lib/libodbc.so -lib/libodbc.so.1 +lib/libodbc.so.2 lib/libodbc.la lib/libodbc.a lib/libodbccr.so -lib/libodbccr.so.1 +lib/libodbccr.so.2 lib/libodbccr.la lib/libodbccr.a @unexec test -s %D/etc/odbc.ini || rm -f %D/etc/odbc.ini >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112010423.pB14Nwok033716>