From owner-freebsd-python@FreeBSD.ORG Sun Feb 28 07:20:03 2010 Return-Path: Delivered-To: freebsd-python@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54B68106566B for ; Sun, 28 Feb 2010 07:20:03 +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 440148FC08 for ; Sun, 28 Feb 2010 07:20:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o1S7K3Ws025244 for ; Sun, 28 Feb 2010 07:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o1S7K3SZ025243; Sun, 28 Feb 2010 07:20:03 GMT (envelope-from gnats) Date: Sun, 28 Feb 2010 07:20:03 GMT Message-Id: <201002280720.o1S7K3SZ025243@freefall.freebsd.org> To: freebsd-python@FreeBSD.org From: Hashimoto Cc: Subject: Re: ports/144346: Update port: textproc/py-chardet from 1.0.1 to 2.0.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Hashimoto List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Feb 2010 07:20:03 -0000 The following reply was made to PR ports/144346; it has been noted by GNATS. From: Hashimoto To: bug-followup@freebsd.org Cc: Subject: Re: ports/144346: Update port: textproc/py-chardet from 1.0.1 to 2.0.1 Date: Sun, 28 Feb 2010 16:12:20 +0900 Sorry. The attached patch seems missing (but why?). Here is the patch. Regards. --- a/Makefile Sun Feb 28 08:26:05 2010 +0900 +++ b/Makefile Sun Feb 28 16:02:17 2010 +0900 @@ -5,10 +5,11 @@ # $FreeBSD: ports/textproc/py-chardet/Makefile,v 1.5 2008/03/12 10:23:46 arved Exp $ PORTNAME= chardet -PORTVERSION= 1.0.1 +PORTVERSION= 2.0.1 CATEGORIES= textproc python MASTER_SITES= http://chardet.feedparser.org/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= python2-${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org --- a/distinfo Sun Feb 28 08:26:05 2010 +0900 +++ b/distinfo Sun Feb 28 16:02:17 2010 +0900 @@ -1,3 +1,3 @@ -MD5 (chardet-1.0.1.tgz) = f8c510a6fac300fe0ac9a0c24a76a7ba -SHA256 (chardet-1.0.1.tgz) = 5834db3148c627c72bc058096eb3517d226bccd8ea4a5296bff3afdb70505751 -SIZE (chardet-1.0.1.tgz) = 179218 +MD5 (python2-chardet-2.0.1.tgz) = ec771971bab5dd1943a10362ebd2fd4c +SHA256 (python2-chardet-2.0.1.tgz) = 56fa0c37189b0a5f082d064dec59d69a044aaa3eeb7acb9b3081e2ba306deaa4 +SIZE (python2-chardet-2.0.1.tgz) = 177793 --- a/pkg-plist Sun Feb 28 08:26:05 2010 +0900 +++ b/pkg-plist Sun Feb 28 16:02:17 2010 +0900 @@ -97,6 +97,9 @@ %%PYTHON_SITELIBDIR%%/chardet/sjisprober.py %%PYTHON_SITELIBDIR%%/chardet/sjisprober.pyc %%PYTHON_SITELIBDIR%%/chardet/sjisprober.pyo +%%PYTHON_SITELIBDIR%%/chardet/test.py +%%PYTHON_SITELIBDIR%%/chardet/test.pyc +%%PYTHON_SITELIBDIR%%/chardet/test.pyo %%PYTHON_SITELIBDIR%%/chardet/universaldetector.py %%PYTHON_SITELIBDIR%%/chardet/universaldetector.pyc %%PYTHON_SITELIBDIR%%/chardet/universaldetector.pyo -- Kouki Hashimoto hsmtkk@gmail.com