Date: Sun, 22 Dec 2013 00:29:06 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337172 - head/devel/py-dogpile.cache Message-ID: <201312220029.rBM0T6Dp082143@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312220029.rBM0T6Dp082143>