From owner-freebsd-zope@FreeBSD.ORG Wed Apr 18 21:19:05 2012 Return-Path: Delivered-To: zope@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C067D106566B; Wed, 18 Apr 2012 21:19:05 +0000 (UTC) (envelope-from bofh@bofh.telnet.net.bd) Received: from mx-out-02.telnet-bd.com (mx-out-02.telnet-bd.com [116.212.105.116]) by mx1.freebsd.org (Postfix) with ESMTP id 553848FC12; Wed, 18 Apr 2012 21:19:04 +0000 (UTC) Received: from bofh.telnet.net.bd (bofh.telnet.net.bd [120.50.31.42]) by fortune-02.telnet.net.bd (Postfix) with ESMTPS id 0D4282D4139; Thu, 19 Apr 2012 03:19:07 +0600 (BDT) Received: (from root@localhost) by bofh.telnet.net.bd (8.14.5/8.14.5/Submit) id q3ILIoJa011801; Thu, 19 Apr 2012 03:18:50 +0600 (BDT) (envelope-from bofh) Date: Thu, 19 Apr 2012 03:18:50 +0600 (BDT) Message-Id: <201204182118.q3ILIoJa011801@bofh.telnet.net.bd> To: FreeBSD-gnats-submit@freebsd.org From: Muhammad Moinur Rahman <5u623l20@gmail.com> X-send-pr-version: 3.113 X-GNATS-Notify: Cc: zope@freebsd.org Subject: [PATCH] www/py27-Products.CMFPlone: update to 4.1.4 X-BeenThere: freebsd-zope@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Zope for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Apr 2012 21:19:05 -0000 >Submitter-Id: current-users >Originator: Muhammad Moinur Rahman >Organization: >Confidential: no >Synopsis: [PATCH] www/py27-Products.CMFPlone: update to 4.1.4 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.0-STABLE amd64 >Environment: System: FreeBSD bofh.telnet.net.bd 9.0-STABLE FreeBSD 9.0-STABLE #0: Fri Mar 2 02:21:51 BDT >Description: - Update to 4.1.4 For Committer's reference: http://tb.s.ubze.ro//logs/7.4-FreeBSD-i386/py27-Products.CMFPlone-4.1.4.log http://tb.s.ubze.ro//logs/7.4-FreeBSD-amd64/py27-Products.CMFPlone-4.1.4.log http://tb.s.ubze.ro//logs/8.2-FreeBSD-i386/py27-Products.CMFPlone-4.1.4.log http://tb.s.ubze.ro//logs/8.2-FreeBSD-amd64/py27-Products.CMFPlone-4.1.4.log http://tb.s.ubze.ro//logs/9.0-FreeBSD-i386/py27-Products.CMFPlone-4.1.4.log http://tb.s.ubze.ro//logs/9.0-FreeBSD-amd64/py27-Products.CMFPlone-4.1.4.log Port maintainer (zope@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_5 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- py27-Products.CMFPlone-4.1.4.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/py-Products.CMFPlone/Makefile ./Makefile --- /usr/ports/www/py-Products.CMFPlone/Makefile 2012-01-16 16:33:25.000000000 +0600 +++ ./Makefile 2012-04-19 02:45:20.336895591 +0600 @@ -6,7 +6,7 @@ # PORTNAME= Products.CMFPlone -PORTVERSION= 4.1.3 +PORTVERSION= 4.1.4 CATEGORIES= www python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff -ruN --exclude=CVS /usr/ports/www/py-Products.CMFPlone/distinfo ./distinfo --- /usr/ports/www/py-Products.CMFPlone/distinfo 2012-01-03 17:08:22.000000000 +0600 +++ ./distinfo 2012-04-19 02:46:53.217889684 +0600 @@ -1,2 +1,2 @@ -SHA256 (zope/Products.CMFPlone-4.1.3.tar.gz) = b03e2142950bb172fb06079728ccb2be4d645620d856b4cb1787da44f3c8dbdf -SIZE (zope/Products.CMFPlone-4.1.3.tar.gz) = 1039204 +SHA256 (zope/Products.CMFPlone-4.1.4.tar.gz) = 536d2587a7bbfa628ef551f6ac2049713560e0a00876eb9b26780b64ccf50cb7 +SIZE (zope/Products.CMFPlone-4.1.4.tar.gz) = 1041403 --- py27-Products.CMFPlone-4.1.4.patch ends here ---