Upgrade to 2.0.9

PR:		29819
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
Dmitry Sivachenko 2001-08-22 01:36:40 +00:00
parent 1021d8a9a4
commit bbb7fda618
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46620
3 changed files with 2 additions and 15 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= unixODBC
PORTVERSION= 2.0.8
PORTVERSION= 2.0.9
CATEGORIES= databases
MASTER_SITES= http://www.unixodbc.org/

View File

@ -1 +1 @@
MD5 (unixODBC-2.0.8.tar.gz) = 8b86e29adc2f3ff0713cde9c1a20c5ec
MD5 (unixODBC-2.0.9.tar.gz) = 0e7b50be602aea5788fd940d7620da0e

View File

@ -1,13 +0,0 @@
--- sqp/lex.l Thu Jun 21 23:30:52 2001
+++ ../../ports/databases/unixODBC/work/unixODBC-2.0.8/sqp/lex.l Sat Jul 14 09:27:09 2001
@@ -13,9 +13,9 @@
%{
+#include "sqp.h"
#include "yac.h"
#include <string.h>
-#include "sqp.h"
#undef YY_INPUT
#define YY_INPUT(b, r, ms) (r = my_yyinput(b, ms))