Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Jun 2014 17:45:45 +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: r357909 - head/www/py-beaker
Message-ID:  <201406151745.s5FHjjYr063426@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Sun Jun 15 17:45:45 2014
New Revision: 357909
URL: http://svnweb.freebsd.org/changeset/ports/357909
QAT: https://qat.redports.org/buildarchive/r357909/

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/www/py-beaker/Makefile

Modified: head/www/py-beaker/Makefile
==============================================================================
--- head/www/py-beaker/Makefile	Sun Jun 15 17:38:55 2014	(r357908)
+++ head/www/py-beaker/Makefile	Sun Jun 15 17:45:45 2014	(r357909)
@@ -3,6 +3,7 @@
 
 PORTNAME=	beaker
 PORTVERSION=	1.6.4
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,9 +14,8 @@ COMMENT=	Session and Caching library wit
 
 LICENSE=	BSD
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYDISTUTILS_PKGNAME=	Beaker
 
 .include <bsd.port.mk>



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