aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorbrnrd <brnrd@FreeBSD.org>2018-08-14 18:43:19 +0800
committerbrnrd <brnrd@FreeBSD.org>2018-08-14 18:43:19 +0800
commit7419dc85f2d97832ae727e67e2c92549c76c210d (patch)
tree3a05cb2718ff08df2ea54442ac2bd09117271dcd /databases
parentfb17d478e0306d2ab3172e8ec9e273f379719ee9 (diff)
downloadfreebsd-ports-gnome-7419dc85f2d97832ae727e67e2c92549c76c210d.tar.gz
freebsd-ports-gnome-7419dc85f2d97832ae727e67e2c92549c76c210d.tar.zst
freebsd-ports-gnome-7419dc85f2d97832ae727e67e2c92549c76c210d.zip
databases/unixODBC: Update to 2.3.7
Diffstat (limited to 'databases')
-rw-r--r--databases/unixODBC/Makefile2
-rw-r--r--databases/unixODBC/distinfo6
-rw-r--r--databases/unixODBC/files/patch-exe_Makefile.am27
-rw-r--r--databases/unixODBC/files/patch-exe_Makefile.in29
4 files changed, 4 insertions, 60 deletions
diff --git a/databases/unixODBC/Makefile b/databases/unixODBC/Makefile
index 46df3c5b2229..78a75b7a3042 100644
--- a/databases/unixODBC/Makefile
+++ b/databases/unixODBC/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= unixODBC
-PORTVERSION= 2.3.6
+PORTVERSION= 2.3.7
CATEGORIES= databases
MASTER_SITES= http://www.unixodbc.org/ \
ftp://ftp.unixodbc.org/pub/unixODBC/
diff --git a/databases/unixODBC/distinfo b/databases/unixODBC/distinfo
index 18ee0f4a1d47..5038c445f433 100644
--- a/databases/unixODBC/distinfo
+++ b/databases/unixODBC/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1524817314
-SHA256 (unixODBC-2.3.6.tar.gz) = 88b637f647c052ecc3861a3baa275c3b503b193b6a49ff8c28b2568656d14d69
-SIZE (unixODBC-2.3.6.tar.gz) = 1661914
+TIMESTAMP = 1534241833
+SHA256 (unixODBC-2.3.7.tar.gz) = 45f169ba1f454a72b8fcbb82abd832630a3bf93baa84731cf2949f449e1e3e77
+SIZE (unixODBC-2.3.7.tar.gz) = 1669501
diff --git a/databases/unixODBC/files/patch-exe_Makefile.am b/databases/unixODBC/files/patch-exe_Makefile.am
deleted file mode 100644
index 70ab60080ea7..000000000000
--- a/databases/unixODBC/files/patch-exe_Makefile.am
+++ /dev/null
@@ -1,27 +0,0 @@
-From 92b4c96de9addb7c194b31070fa18cd9f3dbed36 Mon Sep 17 00:00:00 2001
-From: lurcher <nick@lurcher.org>
-Date: Mon, 26 Mar 2018 10:45:26 +0100
-Subject: [PATCH] Fix sed problem
-
----
- exe/Makefile.am | 10 ++++++----
- 1 file changed, 6 insertions(+), 4 deletions(-)
-
-diff --git a/exe/Makefile.am b/exe/Makefile.am
-index 61b7493..31a142e 100644
---- exe/Makefile.am.orig
-+++ exe/Makefile.am
-@@ -60,8 +60,10 @@ dltest_DEPENDENCIES = $(LTDLDEPS)
- dltest_LDADD = $(LIBLTDL)
-
- all-am:
-- @sed -i -e "s![@]ODBC_ULEN[@]!`$(CURDIR)/odbc_config$(EXEEXT) --ulen`!" \
-- -e "s![@]ODBC_CFLAGS[@]!`$(CURDIR)/odbc_config$(EXEEXT) --cflags | sed 's/ -I.*//'`!" \
-- $(top_builddir)/DriverManager/odbc.pc
--
-+ @sed "s![@]ODBC_ULEN[@]!`$(CURDIR)/odbc_config$(EXEEXT) --ulen`!" \
-+ $(top_builddir)/DriverManager/odbc.pc > $(CURDIR)/odbc.pc.tmp
-+ @mv $(CURDIR)/odbc.pc.tmp $(top_builddir)/DriverManager/odbc.pc
-+ @sed "s![@]ODBC_CFLAGS[@]!`$(CURDIR)/odbc_config$(EXEEXT) --cflags | sed 's/ -I.*//'`!" \
-+ $(top_builddir)/DriverManager/odbc.pc > $(CURDIR)/odbc.pc.tmp
-+ @mv $(CURDIR)/odbc.pc.tmp $(top_builddir)/DriverManager/odbc.pc
diff --git a/databases/unixODBC/files/patch-exe_Makefile.in b/databases/unixODBC/files/patch-exe_Makefile.in
deleted file mode 100644
index 0e9b8059954d..000000000000
--- a/databases/unixODBC/files/patch-exe_Makefile.in
+++ /dev/null
@@ -1,29 +0,0 @@
-From 92b4c96de9addb7c194b31070fa18cd9f3dbed36 Mon Sep 17 00:00:00 2001
-From: lurcher <nick@lurcher.org>
-Date: Mon, 26 Mar 2018 10:45:26 +0100
-Subject: [PATCH] Fix sed problem
-
----
- exe/Makefile.am | 10 ++++++----
- 1 file changed, 6 insertions(+), 4 deletions(-)
-
-diff --git a/exe/Makefile.am b/exe/Makefile.am
-index 61b7493..31a142e 100644
---- exe/Makefile.in.orig 2018-03-19 11:18:18.000000000 +0100
-+++ exe/Makefile.in 2018-04-27 10:38:57.114794000 +0200
-@@ -749,9 +758,12 @@ uninstall-am: uninstall-binPROGRAMS
-
-
- all-am:
-- @sed -i -e "s![@]ODBC_ULEN[@]!`$(CURDIR)/odbc_config$(EXEEXT) --ulen`!" \
-- -e "s![@]ODBC_CFLAGS[@]!`$(CURDIR)/odbc_config$(EXEEXT) --cflags | sed 's/ -I.*//'`!" \
-- $(top_builddir)/DriverManager/odbc.pc
-+ @sed "s![@]ODBC_ULEN[@]!`$(.CURDIR)/odbc_config$(EXEEXT) --ulen`!" \
-+ $(top_builddir)/DriverManager/odbc.pc > $(.CURDIR)/odbc.pc.tmp
-+ @mv $(.CURDIR)/odbc.pc.tmp $(top_builddir)/DriverManager/odbc.pc
-+ @sed "s![@]ODBC_CFLAGS[@]!`$(.CURDIR)/odbc_config$(EXEEXT) --cflags | sed 's/ -I.*//'`!" \
-+ $(top_builddir)/DriverManager/odbc.pc > $(.CURDIR)/odbc.pc.tmp
-+ @mv $(.CURDIR)/odbc.pc.tmp $(top_builddir)/DriverManager/odbc.pc
-
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.