aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2001-08-22 09:36:40 +0800
committerdemon <demon@FreeBSD.org>2001-08-22 09:36:40 +0800
commit22d4abaaba4fe885c8bc170f8bfa62c788a40a45 (patch)
treec3ed3985a3d92c28dc1ea80ee137f3a9ad384825 /databases
parentd6697b8eb93e4198a7f8b2c2aa9786261f158094 (diff)
downloadfreebsd-ports-gnome-22d4abaaba4fe885c8bc170f8bfa62c788a40a45.tar.gz
freebsd-ports-gnome-22d4abaaba4fe885c8bc170f8bfa62c788a40a45.tar.zst
freebsd-ports-gnome-22d4abaaba4fe885c8bc170f8bfa62c788a40a45.zip
Upgrade to 2.0.9
PR: 29819 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'databases')
-rw-r--r--databases/unixODBC/Makefile2
-rw-r--r--databases/unixODBC/distinfo2
-rw-r--r--databases/unixODBC/files/patch-ad13
3 files changed, 2 insertions, 15 deletions
diff --git a/databases/unixODBC/Makefile b/databases/unixODBC/Makefile
index 7a2975cc5c45..84076b64eb2c 100644
--- a/databases/unixODBC/Makefile
+++ b/databases/unixODBC/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= unixODBC
-PORTVERSION= 2.0.8
+PORTVERSION= 2.0.9
CATEGORIES= databases
MASTER_SITES= http://www.unixodbc.org/
diff --git a/databases/unixODBC/distinfo b/databases/unixODBC/distinfo
index 29607ff201a7..184e31f64045 100644
--- a/databases/unixODBC/distinfo
+++ b/databases/unixODBC/distinfo
@@ -1 +1 @@
-MD5 (unixODBC-2.0.8.tar.gz) = 8b86e29adc2f3ff0713cde9c1a20c5ec
+MD5 (unixODBC-2.0.9.tar.gz) = 0e7b50be602aea5788fd940d7620da0e
diff --git a/databases/unixODBC/files/patch-ad b/databases/unixODBC/files/patch-ad
deleted file mode 100644
index b9c9ce14faa1..000000000000
--- a/databases/unixODBC/files/patch-ad
+++ /dev/null
@@ -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))