From owner-svn-ports-all@FreeBSD.ORG Tue Jun 9 19:14:31 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 65D2D5C5; Tue, 9 Jun 2015 19:14:31 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 39F191718; Tue, 9 Jun 2015 19:14:31 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t59JEVDN064161; Tue, 9 Jun 2015 19:14:31 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t59JEULE064159; Tue, 9 Jun 2015 19:14:30 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201506091914.t59JEULE064159@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Tue, 9 Jun 2015 19:14:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388983 - head/x11/hotwire-shell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jun 2015 19:14:31 -0000 Author: rm Date: Tue Jun 9 19:14:29 2015 New Revision: 388983 URL: https://svnweb.freebsd.org/changeset/ports/388983 Log: x11/hotwire-shell: drop pyxml dependency This port depends on prehistoric pyxml library, but it doesn't using it actually. Here is two modules that it's using: >>> import xml.sax, xml.sax.handler >>> from xml.sax.saxutils import escape Both of them are in python standard library for quite some time, so this dependency can be just dropped altogether. While here, remove redundancy in COMMENT, limit python version to 2.x because of pygtk2, sort USE_PYTHON components and remove not-functioning WWW link. Approved by: ashish (maintainer, by email) Modified: head/x11/hotwire-shell/Makefile head/x11/hotwire-shell/pkg-descr Modified: head/x11/hotwire-shell/Makefile ============================================================================== --- head/x11/hotwire-shell/Makefile Tue Jun 9 19:06:07 2015 (r388982) +++ head/x11/hotwire-shell/Makefile Tue Jun 9 19:14:29 2015 (r388983) @@ -3,25 +3,24 @@ 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 Modified: head/x11/hotwire-shell/pkg-descr ============================================================================== --- head/x11/hotwire-shell/pkg-descr Tue Jun 9 19:06:07 2015 (r388982) +++ head/x11/hotwire-shell/pkg-descr Tue Jun 9 19:14:29 2015 (r388983) @@ -2,5 +2,3 @@ Hotwire is an object-oriented hypershell 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/