Date: Mon, 9 Jun 2014 14:19: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: r357153 - head/devel/py-rauth Message-ID: <201406091419.s59EJPjI035794@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mva Date: Mon Jun 9 14:19:25 2014 New Revision: 357153 URL: http://svnweb.freebsd.org/changeset/ports/357153 QAT: https://qat.redports.org/buildarchive/r357153/ 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/devel/py-rauth/Makefile Modified: head/devel/py-rauth/Makefile ============================================================================== --- head/devel/py-rauth/Makefile Mon Jun 9 14:17:36 2014 (r357152) +++ head/devel/py-rauth/Makefile Mon Jun 9 14:19:25 2014 (r357153) @@ -3,7 +3,7 @@ PORTNAME= rauth PORTVERSION= 0.6.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -27,7 +27,7 @@ GH_ACCOUNT= litl GH_COMMIT= b6d92ca USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes .include <bsd.port.options.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406091419.s59EJPjI035794>