aboutsummaryrefslogtreecommitdiffstats
path: root/databases/unixODBC
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2015-09-24 03:38:57 +0800
committerjkim <jkim@FreeBSD.org>2015-09-24 03:38:57 +0800
commit9aae7f536b757130947d7d1411d8938dd2690ddd (patch)
tree9d879a089a2aa027185b88b8ae543642d24b9cb2 /databases/unixODBC
parent539c5709b7cadce01bb068f9255526dc03aa2227 (diff)
downloadfreebsd-ports-gnome-9aae7f536b757130947d7d1411d8938dd2690ddd.tar.gz
freebsd-ports-gnome-9aae7f536b757130947d7d1411d8938dd2690ddd.tar.zst
freebsd-ports-gnome-9aae7f536b757130947d7d1411d8938dd2690ddd.zip
Update to 2.3.4.
PR: 203243
Diffstat (limited to 'databases/unixODBC')
-rw-r--r--databases/unixODBC/Makefile12
-rw-r--r--databases/unixODBC/distinfo4
-rw-r--r--databases/unixODBC/pkg-plist11
3 files changed, 14 insertions, 13 deletions
diff --git a/databases/unixODBC/Makefile b/databases/unixODBC/Makefile
index 21cd96750ada..b677307863df 100644
--- a/databases/unixODBC/Makefile
+++ b/databases/unixODBC/Makefile
@@ -2,10 +2,9 @@
# $FreeBSD$
PORTNAME= unixODBC
-PORTVERSION= 2.3.2
-PORTREVISION= 2
+PORTVERSION= 2.3.4
CATEGORIES= databases
-MASTER_SITES= http://www.unixodbc.org/
+MASTER_SITES= ftp://ftp.unixodbc.org/pub/unixODBC/
MAINTAINER= ports@FreeBSD.org
COMMENT= ODBC library suite for Unix
@@ -27,12 +26,11 @@ USE_LDCONFIG= yes
PORTDOCS= *
post-patch:
- @${REINPLACE_CMD} -e \
- '/\.ini/s|^|#|' ${WRKSRC}/Makefile.in
+ @${REINPLACE_CMD} -e 's|\.ini$$|.ini.sample|' ${WRKSRC}/Makefile.in
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
- cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
- @${FIND} ${STAGEDIR}${DOCSDIR} -type f -name "*Makefile*" -delete
+ cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \
+ "-not -name 'Makefile*'"
.include <bsd.port.mk>
diff --git a/databases/unixODBC/distinfo b/databases/unixODBC/distinfo
index 74fc05455607..857695fcf582 100644
--- a/databases/unixODBC/distinfo
+++ b/databases/unixODBC/distinfo
@@ -1,2 +1,2 @@
-SHA256 (unixODBC-2.3.2.tar.gz) = 9c3459742f25df5aa3c10a61429bde51a6d4f11552c03095f1d33d7eb02b5c9a
-SIZE (unixODBC-2.3.2.tar.gz) = 1849173
+SHA256 (unixODBC-2.3.4.tar.gz) = 2e1509a96bb18d248bf08ead0d74804957304ff7c6f8b2e5965309c632421e39
+SIZE (unixODBC-2.3.4.tar.gz) = 1830660
diff --git a/databases/unixODBC/pkg-plist b/databases/unixODBC/pkg-plist
index 5ce4e78b35c5..526d6e7480b1 100644
--- a/databases/unixODBC/pkg-plist
+++ b/databases/unixODBC/pkg-plist
@@ -4,11 +4,14 @@ bin/iusql
bin/odbc_config
bin/odbcinst
bin/slencheck
+@sample etc/odbc.ini.sample
+@sample etc/odbcinst.ini.sample
include/autotest.h
include/odbcinst.h
include/odbcinstext.h
include/sql.h
include/sqlext.h
+include/sqlspi.h
include/sqltypes.h
include/sqlucode.h
include/unixodbc_conf.h
@@ -29,12 +32,12 @@ lib/libodbcinst.la
lib/libodbcinst.so
lib/libodbcinst.so.2
lib/libodbcinst.so.2.0.0
+man/man1/dltest.1.gz
man/man1/isql.1.gz
+man/man1/iusql.1.gz
+man/man1/odbc_config.1.gz
man/man1/odbcinst.1.gz
man/man5/odbc.ini.5.gz
man/man5/odbcinst.ini.5.gz
-@unexec test -s %D/etc/odbcinst.ini || rm -f %D/etc/odbcinst.ini
-@unexec test -s %D/etc/odbc.ini || rm -f %D/etc/odbc.ini
+man/man7/unixODBC.7.gz
@dir etc/ODBCDataSources
-@exec test -e %D/etc/odbc.ini || touch %D/etc/odbc.ini
-@exec test -e %D/etc/odbcinst.ini || touch %D/etc/odbcinst.ini