From owner-svn-ports-all@FreeBSD.ORG Fri Nov 22 13:18:13 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8A79CC6F; Fri, 22 Nov 2013 13:18:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6AE0F23FA; Fri, 22 Nov 2013 13:18:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAMDIDpR093021; Fri, 22 Nov 2013 13:18:13 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAMDIDFV093019; Fri, 22 Nov 2013 13:18:13 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311221318.rAMDIDFV093019@svn.freebsd.org> From: William Grzybowski Date: Fri, 22 Nov 2013 13:18:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334591 - in head/databases/py-odbc: . files 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.16 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: Fri, 22 Nov 2013 13:18:13 -0000 Author: wg Date: Fri Nov 22 13:18:12 2013 New Revision: 334591 URL: http://svnweb.freebsd.org/changeset/ports/334591 Log: databases/py-odbc: update to 3.0.7 - Update to 3.0.7 [1] - Allow staging - Remove useless gmake - Use auto plist PR: ports/180580 [1] Submitted by: maintainer [1] Deleted: head/databases/py-odbc/files/patch-src_pyodbc.h head/databases/py-odbc/pkg-plist Modified: head/databases/py-odbc/Makefile head/databases/py-odbc/distinfo Modified: head/databases/py-odbc/Makefile ============================================================================== --- head/databases/py-odbc/Makefile Fri Nov 22 12:55:26 2013 (r334590) +++ head/databases/py-odbc/Makefile Fri Nov 22 13:18:12 2013 (r334591) @@ -1,53 +1,31 @@ # Created by: April 15 2009 # $FreeBSD$ -NO_STAGE= yes -# Like they say in the postgres-odbc Makefile (and I quote): -# -# This ODBC driver should work under either unixODBC or iODBC -# driver manager, when compliled against one. (Important: Do not try -# to have both installed -- they have overlapping files). - -# It looks like most people are using unixODBC these days, rather than -# iODBC, so let's make unixODBC the default choice: to select iODBC, -# set WITH_IODBC, without setting WITH_UNIXODBC. When the latter is -# set or when neither is set, we go with WITH_UNIXODBC. -# - PORTNAME= pyodbc -PORTVERSION= 3.0.6 +PORTVERSION= 3.0.7 CATEGORIES= databases python MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -#DISTNAME= pyodbc-${PORTVERSION} MAINTAINER= rob.kruus@gmail.com COMMENT= ODBC connections for python USE_ZIP= yes -USE_GMAKE= yes -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS= easy_install +PYDISTUTILS_AUTOPLIST= yes PYEASYINSTALL_ARCHDEP= yes -# again, shamelessly copied from datebase/postgres-odbc -.if !defined(WITH_IODBC) -WITH_UNIXODBC= yes -.endif +OPTIONS_DEFINE= UNIXODBC +OPTIONS_DEFAULT=UNIXODBC + +.include -.if defined(WITH_UNIXODBC) -# I.e. even if WITH_IODBC is defined -LIB_DEPENDS+= odbc:${PORTSDIR}/databases/unixODBC +.if ${PORT_OPTIONS:MUNIXODBC} +LIB_DEPENDS+= libodbc.so:${PORTSDIR}/databases/unixODBC BUILD_DEPENDS+= unixODBC>=2.2.14_1:${PORTSDIR}/databases/unixODBC .else -LIB_DEPENDS+= iodbc:${PORTSDIR}/databases/libiodbc +LIB_DEPENDS+= libiodbc.so:${PORTSDIR}/databases/libiodbc .endif -do-build: - @(cd ${WRKSRC}; ${PYTHON_CMD} setup.py build) - -do-install: - ${MKDIR} ${PYTHONPREFIX_SITELIBDIR} - @(cd ${WRKSRC}; ${SETENV} PYTHONPATH=${PYTHONPREFIX_SITELIBDIR} ${PYTHON_CMD} setup.py install --prefix=${PREFIX}) - .include Modified: head/databases/py-odbc/distinfo ============================================================================== --- head/databases/py-odbc/distinfo Fri Nov 22 12:55:26 2013 (r334590) +++ head/databases/py-odbc/distinfo Fri Nov 22 13:18:12 2013 (r334591) @@ -1,2 +1,2 @@ -SHA256 (pyodbc-3.0.6.zip) = e5a7f12deddf4b258bed904b5a071dd43c40c78de8e24c9228f8174e69f5366d -SIZE (pyodbc-3.0.6.zip) = 85518 +SHA256 (pyodbc-3.0.7.zip) = d8355f2d43b10386070e8564aa973119fdb6e10864e1bbd73f3224cd3baab351 +SIZE (pyodbc-3.0.7.zip) = 85722