diff options
-rw-r--r-- | databases/unixODBC/Makefile | 2 | ||||
-rw-r--r-- | databases/unixODBC/distinfo | 2 | ||||
-rw-r--r-- | databases/unixODBC/files/patch-ad | 13 |
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)) |