Index: head/x11/hotwire-shell/Makefile =================================================================== --- head/x11/hotwire-shell/Makefile (revision 388982) +++ head/x11/hotwire-shell/Makefile (revision 388983) @@ -1,28 +1,27 @@ # Created by: Ashish Shukla # $FreeBSD$ PORTNAME= hotwire-shell PORTVERSION= 0.721 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11 MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= hotwire-${DISTVERSION} MAINTAINER= ashish@FreeBSD.org -COMMENT= Hotwire is an object-oriented hypershell +COMMENT= Object-oriented hypershell BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:${PORTSDIR}/devel/py-dbus \ ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-cairo \ ${LOCALBASE}/libdata/pkgconfig/pygobject-2.0.pc:${PORTSDIR}/devel/py-gobject \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ - ${PYTHON_SITELIBDIR}/gtk-2.0/vtemodule.so:${PORTSDIR}/x11-toolkits/py-vte \ - ${PYXML} + ${PYTHON_SITELIBDIR}/gtk-2.0/vtemodule.so:${PORTSDIR}/x11-toolkits/py-vte RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= python -USE_PYTHON= distutils autoplist +USES= python:2 +USE_PYTHON= autoplist distutils USE_GNOME= pygnome2 pygtk2 pygtksourceview INSTALLS_ICONS= yes .include Index: head/x11/hotwire-shell/pkg-descr =================================================================== --- head/x11/hotwire-shell/pkg-descr (revision 388982) +++ head/x11/hotwire-shell/pkg-descr (revision 388983) @@ -1,6 +1,4 @@ Hotwire is an object-oriented hypershell. It is a shell designed for systems programming (files, processes), and thus it is in the same conceptual category of software as the Unix shell+terminal and Windows PowerShell. - -WWW: http://hotwire-shell.org/