Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Mar 2005 22:42:40 +0900 (JST)
From:      UMENO Takashi <umeno@belldandy.unnumbered.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/79198: Maintainer Update: add RUN_DEPENDS at games/gbottler
Message-ID:  <200503241342.j2ODge5W052169@belldandy.unnumbered.net>
Resent-Message-ID: <200503241350.j2ODo5Es092325@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         79198
>Category:       ports
>Synopsis:       Maintainer Update: add RUN_DEPENDS at games/gbottler
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 24 13:50:05 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     UMENO Takashi
>Release:        FreeBSD 5.4-PRERELEASE i386
>Organization:
individual
>Environment:
System: FreeBSD belldandy.unnumbered.net 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #0: Thu Mar 24 01:56:43 JST 2005 root@belldandy.unnumbered.net:/usr/src/sys/i386/compile/MISUZU1 i386


	
>Description:
Maintainer Update: add RUN_DEPENDS at games/gbottler.
games/gottler needs textproc/py-xml for running.

>How-To-Repeat:
N/A
>Fix:

diff -urN gbottler.orig/Makefile gbottler/Makefile
--- gbottler.orig/Makefile	Sat Mar 12 23:47:44 2005
+++ gbottler/Makefile	Thu Mar 24 22:36:37 2005
@@ -7,7 +7,7 @@
 
 PORTNAME=	gbottler
 PORTVERSION=	0.1.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_JP}
 MASTER_SITE_SUBDIR=	gbottler/12381
@@ -16,7 +16,8 @@
 COMMENT=	SSTP Bottle client
 
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 \
-		${PYTHON_SITELIBDIR}/japanese.pth:${PORTSDIR}/japanese/pycodec
+		${PYTHON_SITELIBDIR}/japanese.pth:${PORTSDIR}/japanese/pycodec \
+		${PYTHON_SITELIBDIR}/_xmlplus/sax/saxutils.py:${PORTSDIR}/textproc/py-xml
 
 PLIST_SUB=	VERSION=${PORTVERSION}
 



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503241342.j2ODge5W052169>