diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-28 01:35:19 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-28 01:35:19 +0000 |
commit | f789dcebec1f9de793c31d1db0805a7db42e0d27 (patch) | |
tree | 0a635441df4b274d5eb330559195ba3174206e90 /misc/gonvert/Makefile | |
parent | Update to version 2.54 Beta 22. Nmapfe versions will now track nmap itself. (diff) |
upgrade to 0.0.7
drop maintainership
Diffstat (limited to 'misc/gonvert/Makefile')
-rw-r--r-- | misc/gonvert/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/gonvert/Makefile b/misc/gonvert/Makefile index cdfd02df2050..d6e90d18490c 100644 --- a/misc/gonvert/Makefile +++ b/misc/gonvert/Makefile @@ -7,11 +7,11 @@ # PORTNAME= gonvert -PORTVERSION= 0.0.5 +PORTVERSION= 0.0.7 CATEGORIES= misc python gnome MASTER_SITES= http://webhome.idirect.com/~tekatch/anthony/ucu/ -MAINTAINER= ijliao@FreeBSD.org +MAINTAINER= ports@FreeBSD.org RUN_DEPENDS= ${LOCALBASE}/lib/${PYTHON_VERSION}/site-packages/GTK.py:${PORTSDIR}/x11-toolkits/py-gtk \ ${LOCALBASE}/lib/${PYTHON_VERSION}/site-packages/gnome/ui.py:${PORTSDIR}/x11-toolkits/py-gnome |