From owner-cvs-ports@FreeBSD.ORG Sun Oct 18 11:43:44 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1BBB1065670; Sun, 18 Oct 2009 11:43:44 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 901DA8FC2A; Sun, 18 Oct 2009 11:43:44 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n9IBhirw070681; Sun, 18 Oct 2009 11:43:44 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9IBhi0N070680; Sun, 18 Oct 2009 11:43:44 GMT (envelope-from miwi) Message-Id: <200910181143.n9IBhi0N070680@repoman.freebsd.org> From: Martin Wilke Date: Sun, 18 Oct 2009 11:43:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/gaphor Makefile pkg-plist ports/devel/gaphor/files patch-zope-interface_adapter.py X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Oct 2009 11:43:44 -0000 miwi 2009-10-18 11:43:44 UTC FreeBSD ports repository Modified files: devel/gaphor Makefile pkg-plist Added files: devel/gaphor/files patch-zope-interface_adapter.py Log: - Fix runtime error with python26 Since Python 2.6, 'with' is a reserved keyword, gaphor is broken with Python 2.6. This patch will fix the issue. PR: 139694 Submitted by: Thinker K.F. Li Revision Changes Path 1.19 +1 -1 ports/devel/gaphor/Makefile 1.1 +392 -0 ports/devel/gaphor/files/patch-zope-interface_adapter.py (new) 1.8 +2 -0 ports/devel/gaphor/pkg-plist