From owner-svn-ports-all@freebsd.org Wed Sep 23 19:38:59 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6AD29A08398; Wed, 23 Sep 2015 19:38:59 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 502FB1232; Wed, 23 Sep 2015 19:38:59 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NJcxFE098243; Wed, 23 Sep 2015 19:38:59 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NJcwAe098240; Wed, 23 Sep 2015 19:38:58 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201509231938.t8NJcwAe098240@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Wed, 23 Sep 2015 19:38:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397634 - head/databases/unixODBC X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 19:38:59 -0000 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 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