Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Jun 2014 06:18:25 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r358664 - head/databases/py-pgxnclient
Message-ID:  <201406210618.s5L6IPIN087197@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406210618.s5L6IPIN087197>