1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

Update to 2.3.4.

PR:		203243
This commit is contained in:
Jung-uk Kim 2015-09-23 19:38:57 +00:00
parent aa36a45946
commit 6be1888fe3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397634
3 changed files with 14 additions and 13 deletions

View File

@ -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>

View File

@ -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

View File

@ -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