Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jan 2011 21:17:41 GMT
From:      Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/153940: [PATCH] www/py-wsgiref: fix comment [feature safe]
Message-ID:  <201101122117.p0CLHf8J001191@red.freebsd.org>
Resent-Message-ID: <201101122120.p0CLK8gS025981@freefall.freebsd.org>

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

>Number:         153940
>Category:       ports
>Synopsis:       [PATCH] www/py-wsgiref: fix comment [feature safe]
>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:   Wed Jan 12 21:20:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Ruslan Mahmatkhanov
>Release:        8.2-PRERELEASE
>Organization:
>Environment:
8.2-PRERELEASE i386
>Description:
- fix IGNORE comment
- remove MD5
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruNa py-wsgiref.orig/Makefile py-wsgiref/Makefile
--- py-wsgiref.orig/Makefile	2009-08-02 12:02:03.000000000 +0400
+++ py-wsgiref/Makefile	2011-01-13 00:13:18.000000000 +0300
@@ -20,7 +20,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${PYTHON_REL} >= 250
-IGNORE=	hashlib ships with Python 2.5.x
+IGNORE=	wsgiref ships with Python 2.5.x
 .endif
 
 .include <bsd.port.post.mk>
diff -ruNa py-wsgiref.orig/distinfo py-wsgiref/distinfo
--- py-wsgiref.orig/distinfo	2006-12-22 08:21:23.000000000 +0300
+++ py-wsgiref/distinfo	2011-01-13 00:13:22.000000000 +0300
@@ -1,3 +1,2 @@
-MD5 (wsgiref-0.1.2.zip) = 29b146e6ebd0f9fb119fe321f7bcf6cb
 SHA256 (wsgiref-0.1.2.zip) = c7e610c800957046c04c8014aab8cce8f0b9f0495c8cd349e57c1f7cabf40e79
 SIZE (wsgiref-0.1.2.zip) = 37351


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



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