svn commit: r337172 - head/devel/py-dogpile.cache

William Grzybowski wg at FreeBSD.org
Sun Dec 22 00:29:06 UTC 2013


Author: wg
Date: Sun Dec 22 00:29:05 2013
New Revision: 337172
URL: http://svnweb.freebsd.org/changeset/ports/337172

Log:
  devel/py-dogpile.cache: add missing dependency and switch from easy_install

Modified:
  head/devel/py-dogpile.cache/Makefile

Modified: head/devel/py-dogpile.cache/Makefile
==============================================================================
--- head/devel/py-dogpile.cache/Makefile	Sun Dec 22 00:25:50 2013	(r337171)
+++ head/devel/py-dogpile.cache/Makefile	Sun Dec 22 00:29:05 2013	(r337172)
@@ -3,6 +3,7 @@
 
 PORTNAME=	dogpile.cache
 PORTVERSION=	0.5.2
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,13 +11,13 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	wg at FreeBSD.org
 COMMENT=	Caching front-end based on the Dogpile lock
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dogpile.core>0:${PORTSDIR}/devel/py-dogpile.core
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dogpile.core>0:${PORTSDIR}/devel/py-dogpile.core \
+		${PYTHON_PKGNAMEPREFIX}gdbm>0:${PORTSDIR}/databases/py-gdbm
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=easy_install
+USE_PYDISTUTILS=yes
 PYDISTUTILS_AUTOPLIST=	yes
-NO_STAGE=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list