Index: head/devel/pybugz/Makefile =================================================================== --- head/devel/pybugz/Makefile (revision 335629) +++ head/devel/pybugz/Makefile (revision 335630) @@ -1,26 +1,24 @@ # $FreeBSD$ PORTNAME= pybugz PORTVERSION= 0.9.3 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.bayofrum.net/dist/${PORTNAME}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= crees@FreeBSD.org COMMENT= Command line tools for interacting with Bugzilla LICENSE= GPLv2 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse>0:${PORTSDIR}/devel/py-argparse - WRKSRC= ${WRKDIR}/${PORTNAME} -USE_PYTHON= 2.5+ +USE_PYTHON= -2.7 USE_PYDISTUTILS=yes PLIST_FILES= bin/bugz DATADIR= ${PYTHONPREFIX_SITELIBDIR}/bugz PORTDATA= * NO_STAGE= yes .include Index: head/devel/pybugz/pkg-descr =================================================================== --- head/devel/pybugz/pkg-descr (revision 335629) +++ head/devel/pybugz/pkg-descr (revision 335630) @@ -1,16 +1,16 @@ Many find Bugzilla's web-based UI inefficient. PyBugz is a command-line based interface that was written by Alastair Tse in order to improve his interaction with Gentoo Bugzilla Features -------- * Searching bugzilla * Listing details of a bug including comments and attachments * Downloading/viewing attachments from bugzilla * Posting bugs, comments, and making changes to an existing bug. * Adding attachments to a bug. There is extensive help in `bugz --help` and `bugz --help` for additional options. -WWW: https://github.com/williamh/pybugz +WWW: https://github.com/williamh/pybugz