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).
This commit is contained in:
Ruslan Makhmatkhanov 2015-06-20 10:26:46 +00:00
parent 85a0d2f2ee
commit a8784c4a7f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390159
2 changed files with 3 additions and 5 deletions

View file

@ -3,16 +3,15 @@
PORTNAME= gbottler PORTNAME= gbottler
PORTVERSION= 0.1.7 PORTVERSION= 0.1.7
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= games CATEGORIES= games
MASTER_SITES= SFJP/gbottler/45155 MASTER_SITES= SFJP/gbottler/45155
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
COMMENT= SSTP Bottle client COMMENT= SSTP Bottle client
RUN_DEPENDS= ${PYXML} NO_ARCH= yes
USES= gettext-tools gmake python:2
USES= gettext-tools gmake python
USE_GNOME= pygtk2 USE_GNOME= pygtk2
PLIST_SUB= VERSION=${PORTVERSION} PLIST_SUB= VERSION=${PORTVERSION}

View file

@ -1,5 +1,4 @@
GBottler is a SSTP Bottle client. GBottler is a SSTP Bottle client.
This SSTP Bottle client is based on bottler.py. This SSTP Bottle client is based on bottler.py.
For more information, see
WWW: http://gbottler.sourceforge.jp/ WWW: http://gbottler.sourceforge.jp/