From owner-svn-ports-all@FreeBSD.ORG Sat Jun 21 06:18:26 2014 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 1C88BA1C; Sat, 21 Jun 2014 06:18:26 +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 0B07D243D; Sat, 21 Jun 2014 06:18:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5L6IPVs087198; Sat, 21 Jun 2014 06:18:25 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5L6IPIN087197; Sat, 21 Jun 2014 06:18:25 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201406210618.s5L6IPIN087197@svn.freebsd.org> From: Marcus von Appen Date: Sat, 21 Jun 2014 06:18:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358664 - head/databases/py-pgxnclient 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.18 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: Sat, 21 Jun 2014 06:18:26 -0000 Author: mva Date: Sat Jun 21 06:18:25 2014 New Revision: 358664 URL: http://svnweb.freebsd.org/changeset/ports/358664 QAT: https://qat.redports.org/buildarchive/r358664/ Log: - Remove easy_install dependency - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit) Modified: head/databases/py-pgxnclient/Makefile Modified: head/databases/py-pgxnclient/Makefile ============================================================================== --- head/databases/py-pgxnclient/Makefile Sat Jun 21 06:16:02 2014 (r358663) +++ head/databases/py-pgxnclient/Makefile Sat Jun 21 06:18:25 2014 (r358664) @@ -3,14 +3,15 @@ PORTNAME= pgxnclient PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= CHEESESHOP MAINTAINER= lwhsu@FreeBSD.org COMMENT= Command line tool to interact with the PostgreSQL Extension Network -USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYTHON= yes +USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes .include