Upgrade to 2.0.9
PR: 29819 Submitted by: KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
parent
1021d8a9a4
commit
bbb7fda618
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46620
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= unixODBC
|
||||
PORTVERSION= 2.0.8
|
||||
PORTVERSION= 2.0.9
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.unixodbc.org/
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (unixODBC-2.0.8.tar.gz) = 8b86e29adc2f3ff0713cde9c1a20c5ec
|
||||
MD5 (unixODBC-2.0.9.tar.gz) = 0e7b50be602aea5788fd940d7620da0e
|
||||
|
@ -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))
|
Loading…
Reference in New Issue
Block a user