From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 14 11:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A589EBDB for ; Thu, 14 Nov 2013 11:10:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8A61420C6 for ; Thu, 14 Nov 2013 11:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rAEBA1TG085577 for ; Thu, 14 Nov 2013 11:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAEBA1fT085576; Thu, 14 Nov 2013 11:10:01 GMT (envelope-from gnats) Resent-Date: Thu, 14 Nov 2013 11:10:01 GMT Resent-Message-Id: <201311141110.rAEBA1fT085576@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, Johannes Jost Meixner Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 60715987; Thu, 14 Nov 2013 11:05:50 +0000 (UTC) Received: from dd16522.kasserver.com (dd16522.kasserver.com [85.13.137.124]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 27CAF2085; Thu, 14 Nov 2013 11:05:50 +0000 (UTC) Received: from mx12.chaot.net (62.65.222.235.cable.starman.ee [62.65.222.235]) by dd16522.kasserver.com (Postfix) with ESMTPSA id 7F8FA456227; Thu, 14 Nov 2013 12:05:48 +0100 (CET) Received: from localhost (1003@localhost [local]); by mx12.chaot.net (OpenSMTPD) with ESMTPA id 0dc44195; Thu, 14 Nov 2013 13:05:47 +0200 (EET) Message-Id: <3025243437.enqueue@mx12.chaot.net> Date: Thu, 14 Nov 2013 13:05:47 +0200 (EET) From: Johannes Jost Meixner To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/183952: [PATCH] devel/py-pytz: update to 2013.8 Cc: lwhsu@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Nov 2013 11:10:01 -0000 >Number: 183952 >Category: ports >Synopsis: [PATCH] devel/py-pytz: update to 2013.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Nov 14 11:10:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Johannes Jost Meixner >Release: FreeBSD 11.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD mx12.chaot.net 11.0-CURRENT FreeBSD 11.0-CURRENT #3: Thu Nov 7 16:08:22 EET >Description: - Update to 2013.8 - Add MIT license - Replace pkg-plist-fix include with PYTHON_P3K_PLIST_HACK - Add staging support Port maintainer (lwhsu@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- py27-pytz-2013.8.patch begins here --- diff -ruN /usr/ports/devel/py-pytz/Makefile ./Makefile --- /usr/ports/devel/py-pytz/Makefile 2013-09-20 20:13:42.000000000 +0300 +++ ./Makefile 2013-11-14 12:40:07.806752253 +0200 @@ -1,8 +1,8 @@ # Created by: Khairil Yusof -# $FreeBSD: devel/py-pytz/Makefile 327724 2013-09-20 17:13:42Z bapt $ +# $FreeBSD: head/devel/py-pytz/Makefile 327724 2013-09-20 17:13:42Z bapt $ PORTNAME= pytz -PORTVERSION= 2013d +PORTVERSION= 2013.8 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,18 +10,14 @@ MAINTAINER= lwhsu@FreeBSD.org COMMENT= World Timezone Definitions for Python +LICENSE= MIT + USE_BZIP2= yes USE_PYTHON= yes USE_PYDISTUTILS= easy_install - -NO_STAGE= yes -.include +PYTHON_P3K_PLIST_HACK= yes post-patch: @${REINPLACE_CMD} -e 's|=True|=False|' ${WRKSRC}/setup.py -.if ${PYTHON_REL} >= 320 -.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc" -.endif - -.include +.include diff -ruN /usr/ports/devel/py-pytz/distinfo ./distinfo --- /usr/ports/devel/py-pytz/distinfo 2013-09-08 15:44:08.000000000 +0300 +++ ./distinfo 2013-11-14 11:30:09.486842498 +0200 @@ -1,2 +1,2 @@ -SHA256 (pytz-2013d.tar.bz2) = 2407e5b3d69c87915e7b3d86746ca3909153ddee82899b8f5cb70a4fd31b715e -SIZE (pytz-2013d.tar.bz2) = 204865 +SHA256 (pytz-2013.8.tar.bz2) = 8629d089bf20da674c77be3560fae997bfc66027a20236f0011526510dcc1a6e +SIZE (pytz-2013.8.tar.bz2) = 177290 --- py27-pytz-2013.8.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: