Date: Wed, 23 Sep 2015 19:38:58 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397634 - head/databases/unixODBC Message-ID: <201509231938.t8NJcwAe098240@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jkim Date: Wed Sep 23 19:38:57 2015 New Revision: 397634 URL: https://svnweb.freebsd.org/changeset/ports/397634 Log: Update to 2.3.4. PR: 203243 Modified: head/databases/unixODBC/Makefile head/databases/unixODBC/distinfo head/databases/unixODBC/pkg-plist Modified: head/databases/unixODBC/Makefile ============================================================================== --- head/databases/unixODBC/Makefile Wed Sep 23 19:12:31 2015 (r397633) +++ head/databases/unixODBC/Makefile Wed Sep 23 19:38:57 2015 (r397634) @@ -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> Modified: head/databases/unixODBC/distinfo ============================================================================== --- head/databases/unixODBC/distinfo Wed Sep 23 19:12:31 2015 (r397633) +++ head/databases/unixODBC/distinfo Wed Sep 23 19:38:57 2015 (r397634) @@ -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 Modified: head/databases/unixODBC/pkg-plist ============================================================================== --- head/databases/unixODBC/pkg-plist Wed Sep 23 19:12:31 2015 (r397633) +++ head/databases/unixODBC/pkg-plist Wed Sep 23 19:38:57 2015 (r397634) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509231938.t8NJcwAe098240>