Date: Tue, 8 Dec 2009 19:21:32 GMT From: Alexander Best <alexbestms@wwu.de> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/141300: [maintainer] make editors/py-room rely on pygtk2 Message-ID: <200912081921.nB8JLWHq060904@www.freebsd.org> Resent-Message-ID: <200912081930.nB8JU462093572@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 141300 >Category: ports >Synopsis: [maintainer] make editors/py-room rely on pygtk2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Dec 08 19:30:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Alexander Best >Release: 9.0-CURRENT >Organization: >Environment: FreeBSD otaku 9.0-CURRENT FreeBSD 9.0-CURRENT #3 r200238M: Tue Dec 8 16:30:20 CET 2009 root@otaku:/usr/obj/usr/src/sys/ARUNDEL amd64 >Description: patch updates the port to rely on pygtk2 instead of pygtk. cheers. alex >How-To-Repeat: >Fix: Patch attached with submission follows: --- editors/py-room/Makefile.old 2009-12-08 20:15:16.000000000 +0100 +++ editors/py-room/Makefile 2009-12-08 20:15:36.000000000 +0100 @@ -7,6 +7,7 @@ PORTNAME= room PORTVERSION= 0.4.1 +PORTREVISION= 1 CATEGORIES= editors python MASTER_SITES= https://launchpad.net/pyroom/${PORTVERSION:R}/${PORTVERSION}/+download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,7 +21,7 @@ FETCH_ARGS= USE_GETTEXT= yes USE_PYTHON= yes -USE_GNOME= pygtk +USE_GNOME= pygtk2 USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= PyRoom >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912081921.nB8JLWHq060904>