From owner-freebsd-python@FreeBSD.ORG Mon Mar 26 16:31:53 2007 Return-Path: X-Original-To: python@freebsd.org Delivered-To: freebsd-python@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D4ADE16A400; Mon, 26 Mar 2007 16:31:53 +0000 (UTC) (envelope-from lwhsu@jail0.lwhsu.csie.net) Received: from knight.lwhsu.ckefgisc.org (lwhsu.Dorm7.NCTU.edu.tw [140.113.90.48]) by mx1.freebsd.org (Postfix) with ESMTP id 9A78113C45E; Mon, 26 Mar 2007 16:31:51 +0000 (UTC) (envelope-from lwhsu@jail0.lwhsu.csie.net) Received: from jail0.lwhsu.csie.net (jail0 [192.168.173.100]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by knight.lwhsu.ckefgisc.org (Postfix) with ESMTP id B14A61142A; Tue, 27 Mar 2007 00:31:49 +0800 (CST) Received: (from lwhsu@localhost) by jail0.lwhsu.csie.net (8.13.8/8.13.8/Submit) id l2QGVn6I067475; Tue, 27 Mar 2007 00:31:49 +0800 (CST) (envelope-from lwhsu) Date: Tue, 27 Mar 2007 00:31:49 +0800 (CST) Message-Id: <200703261631.l2QGVn6I067475@jail0.lwhsu.csie.net> To: FreeBSD-gnats-submit@freebsd.org From: Li-Wen Hsu X-send-pr-version: 3.113 X-GNATS-Notify: Cc: python@freebsd.org, lwhsu@lwhsu.org Subject: [PATCH] devel/py-pytz: update to 2007d X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Mar 2007 16:31:53 -0000 >Submitter-Id: current-users >Originator: Li-Wen Hsu >Organization: >Confidential: no >Synopsis: [PATCH] devel/py-pytz: update to 2007d >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 6.2-STABLE i386 >Environment: System: FreeBSD jail0.lwhsu.csie.net 6.2-STABLE FreeBSD 6.2-STABLE #0: Fri Jan 26 00:04:54 CST 2007 >Description: - Update to 2007d Port maintainer (python@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- py24-pytz-2007d.patch begins here --- diff -ruN -ruN --exclude=CVS /usr/ports/devel/py-pytz/Makefile /home/lwhsu/ports/devel/py-pytz/Makefile --- /usr/ports/devel/py-pytz/Makefile Sun Mar 4 14:45:03 2007 +++ /home/lwhsu/ports/devel/py-pytz/Makefile Tue Mar 27 00:30:44 2007 @@ -6,10 +6,10 @@ # PORTNAME= pytz -PORTVERSION= 2007c +PORTVERSION= 2007d CATEGORIES= devel python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://cheeseshop.python.org/packages/source/p/pytz/ +MASTER_SITES= http://cheeseshop.python.org/packages/source/p/pytz/ \ + ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pytz PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff -ruN -ruN --exclude=CVS /usr/ports/devel/py-pytz/distinfo /home/lwhsu/ports/devel/py-pytz/distinfo --- /usr/ports/devel/py-pytz/distinfo Sun Mar 4 14:45:04 2007 +++ /home/lwhsu/ports/devel/py-pytz/distinfo Tue Mar 27 00:20:26 2007 @@ -1,3 +1,3 @@ -MD5 (pytz-2007c.tar.bz2) = 57bbdf75e30ddbdd18ac4e6cdca07cdc -SHA256 (pytz-2007c.tar.bz2) = 68e0209c749f2c6cad52d02270ffaf0bd381f11dab69f8c8451b322d21b0991d -SIZE (pytz-2007c.tar.bz2) = 161817 +MD5 (pytz-2007d.tar.bz2) = e4f82c7ed71430b51f5227ea3246ec2b +SHA256 (pytz-2007d.tar.bz2) = 1760f1230b166a737fbb08cdd2634abeda441871acbf89a472e2b60d3352936c +SIZE (pytz-2007d.tar.bz2) = 160506 --- py24-pytz-2007d.patch ends here ---