From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 3 01:00:16 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A26801065673 for ; Tue, 3 Feb 2009 01:00:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5AA8B8FC0A for ; Tue, 3 Feb 2009 01:00:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n1310E0Q034956 for ; Tue, 3 Feb 2009 01:00:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n1310Ep8034955; Tue, 3 Feb 2009 01:00:14 GMT (envelope-from gnats) Resent-Date: Tue, 3 Feb 2009 01:00:14 GMT Resent-Message-Id: <200902030100.n1310Ep8034955@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Wen Heping Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51719106564A for ; Tue, 3 Feb 2009 00:53:39 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 3F2EA8FC08 for ; Tue, 3 Feb 2009 00:53:39 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n130rdgj063969 for ; Tue, 3 Feb 2009 00:53:39 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n130rc5G063956; Tue, 3 Feb 2009 00:53:38 GMT (envelope-from nobody) Message-Id: <200902030053.n130rc5G063956@www.freebsd.org> Date: Tue, 3 Feb 2009 00:53:38 GMT From: Wen Heping To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/131326: [Patch]devel/py-epsilon:typo in Makefile and a bug in plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2009 01:00:16 -0000 >Number: 131326 >Category: ports >Synopsis: [Patch]devel/py-epsilon:typo in Makefile and a bug in plist >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 03 01:00:13 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Wen Heping >Release: FreeBSD 8.0-CURRENT >Organization: ChangAn Middle School >Environment: FreeBSD fb8.wenjing.com 8.0-CURRENT-200811 FreeBSD 8.0-CURRENT-200811 #0: Thu Nov 6 00:32:12 UTC 2008 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: fix a typo in Makefile and a bug in plist >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2009-02-03 08:33:54.000000000 +0800 +++ Makefile 2009-02-03 08:51:29.000000000 +0800 @@ -7,6 +7,7 @@ PORTNAME= epsilon PORTVERSION= 0.5.11 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= http://divmod.org/trac/attachment/wiki/SoftwareReleases/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +19,6 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/OpenSSL/__init__.py:${PORTSDIR}/security/py-openssl - USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= Epsilon --- pkg-plist.orig 2009-02-03 08:34:04.000000000 +0800 +++ pkg-plist 2009-02-03 08:42:29.000000000 +0800 @@ -11,7 +11,6 @@ %%PYTHON_SITELIBDIR%%/epsilon/expose.py %%PYTHON_SITELIBDIR%%/epsilon/expose.pyc %%PYTHON_SITELIBDIR%%/epsilon/expose.pyo -%%PYTHON_SITELIBDIR%%/epsilon/hotfixes %%PYTHON_SITELIBDIR%%/epsilon/react.py %%PYTHON_SITELIBDIR%%/epsilon/react.pyc %%PYTHON_SITELIBDIR%%/epsilon/react.pyo >Release-Note: >Audit-Trail: >Unformatted: