Date: Tue, 3 Feb 2009 00:53:38 GMT From: Wen Heping <wenheping@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/131326: [Patch]devel/py-epsilon:typo in Makefile and a bug in plist Message-ID: <200902030053.n130rc5G063956@www.freebsd.org> Resent-Message-ID: <200902030100.n1310Ep8034955@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902030053.n130rc5G063956>