diff options
author | glarkin <glarkin@FreeBSD.org> | 2011-09-30 05:18:00 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2011-09-30 05:18:00 +0800 |
commit | 77826f5ca06dfa533e093efccb98a19532c80fb8 (patch) | |
tree | c4934347a7c2f672e5276e1d83bcbe9f539fc6ad /deskutils | |
parent | 4b22bcd07c6c172e3bc632c9036642b79e20aa19 (diff) | |
download | freebsd-ports-gnome-77826f5ca06dfa533e093efccb98a19532c80fb8.tar.gz freebsd-ports-gnome-77826f5ca06dfa533e093efccb98a19532c80fb8.tar.zst freebsd-ports-gnome-77826f5ca06dfa533e093efccb98a19532c80fb8.zip |
- Chase repocopy of devel/py-zopeInterace to devel/py-zope.interface
PR: ports/160846
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/py-dosage/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/py-dosage/Makefile b/deskutils/py-dosage/Makefile index bc16646ab53e..7a7fb7750d42 100644 --- a/deskutils/py-dosage/Makefile +++ b/deskutils/py-dosage/Makefile @@ -7,6 +7,7 @@ PORTNAME= dosage PORTVERSION= 1.6.0 +PORTREVISION= 1 CATEGORIES= deskutils python MASTER_SITES= http://slipgate.za.net/dosage/downloads/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +19,7 @@ USE_PYTHON= yes USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= Dosage USE_TWISTED_RUN=yes -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zopeInterface>=3.3.0_1:${PORTSDIR}/devel/py-zopeInterface +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.3.0_1:${PORTSDIR}/devel/py-zope.interface MAN1= mainline.1 |