From owner-svn-ports-head@FreeBSD.ORG Tue Oct 7 14:45:40 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 157569B2; Tue, 7 Oct 2014 14:45:40 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0165EAFC; Tue, 7 Oct 2014 14:45:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s97EjddH027008; Tue, 7 Oct 2014 14:45:39 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s97EjdWZ027007; Tue, 7 Oct 2014 14:45:39 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201410071445.s97EjdWZ027007@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Tue, 7 Oct 2014 14:45:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370346 - head/databases/py-psycopg2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2014 14:45:40 -0000 Author: wg Date: Tue Oct 7 14:45:39 2014 New Revision: 370346 URL: https://svnweb.freebsd.org/changeset/ports/370346 QAT: https://qat.redports.org/buildarchive/r370346/ Log: databases/py-psycopg2: allow concurrent install - USES pgsql python With hat: python Reported by: Richard Kuhns (via freebsd-python@) Modified: head/databases/py-psycopg2/Makefile Modified: head/databases/py-psycopg2/Makefile ============================================================================== --- head/databases/py-psycopg2/Makefile Tue Oct 7 14:41:58 2014 (r370345) +++ head/databases/py-psycopg2/Makefile Tue Oct 7 14:45:39 2014 (r370346) @@ -3,6 +3,7 @@ PORTNAME= psycopg2 PORTVERSION= 2.5.3 +PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= http://initd.org/psycopg/tarballs/PSYCOPG-2-5/ \ CHEESESHOP @@ -11,13 +12,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= miwi@FreeBSD.org COMMENT= High performance Python adapter for PostgreSQL -USE_PGSQL= yes -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes - -DOCSDIR= ${PREFIX}/share/doc/py-psycopg2 -EXAMPLESDIR= ${PREFIX}/share/examples/py-psycopg2 +USES= pgsql python +USE_PYTHON= autoplist concurrent distutils PORTEXAMPLES= binary.py copy_from.py copy_to.py cursor.py dialtone.py \ dict.py dt.py encoding.py fetch.py lastrowid.py lobject.py \