From owner-svn-ports-head@FreeBSD.ORG Sat Jun 20 10:26:47 2015 Return-Path: Delivered-To: svn-ports-head@hub.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 E15773B5; Sat, 20 Jun 2015 10:26:47 +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 CFA9FCB2; Sat, 20 Jun 2015 10:26:47 +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 t5KAQl7Q053403; Sat, 20 Jun 2015 10:26:47 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5KAQl3a053401; Sat, 20 Jun 2015 10:26:47 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201506201026.t5KAQl3a053401@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sat, 20 Jun 2015 10:26:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390159 - head/games/gbottler X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Jun 2015 10:26:48 -0000 Author: rm Date: Sat Jun 20 10:26:46 2015 New Revision: 390159 URL: https://svnweb.freebsd.org/changeset/ports/390159 Log: games/gbottler: drop dependency on py-xml py-xml is indeed required per gbottler docs, but api's it's rely on are in standard python library since python 2.0, so just drop the dependency. It starts fine, connects somewhere successfully etc without py-xml. While here add NO_ARCH and limit python version to 2.x because of pygtk2. It may worth to move it japanese/ because UI is single language (Japanese). Modified: head/games/gbottler/Makefile head/games/gbottler/pkg-descr Modified: head/games/gbottler/Makefile ============================================================================== --- head/games/gbottler/Makefile Sat Jun 20 09:54:35 2015 (r390158) +++ head/games/gbottler/Makefile Sat Jun 20 10:26:46 2015 (r390159) @@ -3,16 +3,15 @@ PORTNAME= gbottler PORTVERSION= 0.1.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SFJP/gbottler/45155 MAINTAINER= ports@FreeBSD.org COMMENT= SSTP Bottle client -RUN_DEPENDS= ${PYXML} - -USES= gettext-tools gmake python +NO_ARCH= yes +USES= gettext-tools gmake python:2 USE_GNOME= pygtk2 PLIST_SUB= VERSION=${PORTVERSION} Modified: head/games/gbottler/pkg-descr ============================================================================== --- head/games/gbottler/pkg-descr Sat Jun 20 09:54:35 2015 (r390158) +++ head/games/gbottler/pkg-descr Sat Jun 20 10:26:46 2015 (r390159) @@ -1,5 +1,4 @@ GBottler is a SSTP Bottle client. This SSTP Bottle client is based on bottler.py. -For more information, see WWW: http://gbottler.sourceforge.jp/