diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-10-29 09:59:40 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-10-29 09:59:40 +0000 |
commit | ccb57a72d675abc605d8a725c95660c916b5a8ab (patch) | |
tree | fd7fce17f718f72cd61b68ffcbfa07ff34045d21 /devel/bzr/Makefile | |
parent | I accidentally commented IGNORE for OSVERSION < 500000 out. (diff) |
Update to 0.6
PR: ports/88145
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=146650
Diffstat (limited to 'devel/bzr/Makefile')
-rw-r--r-- | devel/bzr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bzr/Makefile b/devel/bzr/Makefile index 2d4fa57e4546..8540ffca12f2 100644 --- a/devel/bzr/Makefile +++ b/devel/bzr/Makefile @@ -6,14 +6,14 @@ # PORTNAME= bazaar-ng -PORTVERSION= 0.1.1 +PORTVERSION= 0.6 CATEGORIES= devel MASTER_SITES= http://www.bazaar-ng.org/pkg/ MASTER_SITE_SUBDIR= gnu-arch DISTNAME= bzr-${PORTVERSION} MAINTAINER= lulf@kerneled.org -COMMENT= An implementation of the GNU arch RCS protocol by Canonical +COMMENT= A Python implementation of the GNU arch RCS protocol by Canonical RUN_DEPENDS= ${PYTHON_SITELIBDIR}/elementtree/ElementTree.py:${PORTSDIR}/devel/py-elementtree |