diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-02-06 12:24:43 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-02-06 12:24:43 +0000 |
commit | 5c23aa439f6eefe00288f736f1e19317349aff8b (patch) | |
tree | 8bdd9743b3d2db52e581921c12f9c9768d74b249 /databases | |
parent | - Add a new port: finance/R-cran-vars (diff) |
- Update to 2.3.1
PR: 162983
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org>
Notes
Notes:
svn path=/head/; revision=290489
Diffstat (limited to 'databases')
-rw-r--r-- | databases/unixODBC/Makefile | 3 | ||||
-rw-r--r-- | databases/unixODBC/distinfo | 4 | ||||
-rw-r--r-- | databases/unixODBC/pkg-plist | 7 |
3 files changed, 7 insertions, 7 deletions
diff --git a/databases/unixODBC/Makefile b/databases/unixODBC/Makefile index 62694ded0e9f..c265bbc608c4 100644 --- a/databases/unixODBC/Makefile +++ b/databases/unixODBC/Makefile @@ -6,8 +6,7 @@ # PORTNAME= unixODBC -PORTVERSION= 2.3.0 -PORTREVISION= 1 +PORTVERSION= 2.3.1 CATEGORIES= databases MASTER_SITES= http://www.unixodbc.org/ diff --git a/databases/unixODBC/distinfo b/databases/unixODBC/distinfo index 3bd65039c15d..8db077cc6a3f 100644 --- a/databases/unixODBC/distinfo +++ b/databases/unixODBC/distinfo @@ -1,2 +1,2 @@ -SHA256 (unixODBC-2.3.0.tar.gz) = 15a7a855a2951a6af7137379bfcdccc15626b869c4804a1d1536cd37e9f3872c -SIZE (unixODBC-2.3.0.tar.gz) = 1804749 +SHA256 (unixODBC-2.3.1.tar.gz) = 1f5be3edecff9e31072ef738ea1d8019594c4f0c2e3ab427e6eef153491db6a2 +SIZE (unixODBC-2.3.1.tar.gz) = 1813380 diff --git a/databases/unixODBC/pkg-plist b/databases/unixODBC/pkg-plist index 093b3b9815e5..ad71ce298ca7 100644 --- a/databases/unixODBC/pkg-plist +++ b/databases/unixODBC/pkg-plist @@ -3,6 +3,7 @@ bin/dltest bin/odbcinst bin/iusql bin/odbc_config +include/autotest.h include/odbcinst.h include/odbcinstext.h include/sql.h @@ -13,15 +14,15 @@ include/uodbc_stats.h include/uodbc_extras.h include/unixodbc_conf.h lib/libodbcinst.so -lib/libodbcinst.so.1 +lib/libodbcinst.so.2 lib/libodbcinst.la lib/libodbcinst.a lib/libodbc.so -lib/libodbc.so.1 +lib/libodbc.so.2 lib/libodbc.la lib/libodbc.a lib/libodbccr.so -lib/libodbccr.so.1 +lib/libodbccr.so.2 lib/libodbccr.la lib/libodbccr.a @unexec test -s %D/etc/odbc.ini || rm -f %D/etc/odbc.ini |