From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 9 11:00:32 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 903AA16A409 for ; Fri, 9 Feb 2007 11:00:32 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 703FE13C48D for ; Fri, 9 Feb 2007 11:00:32 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l19B0WDG076211 for ; Fri, 9 Feb 2007 11:00:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l19B0WpM076207; Fri, 9 Feb 2007 11:00:32 GMT (envelope-from gnats) Resent-Date: Fri, 9 Feb 2007 11:00:32 GMT Resent-Message-Id: <200702091100.l19B0WpM076207@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, Uwe Laverenz Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3AA0F16A405 for ; Fri, 9 Feb 2007 10:59:33 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (groups.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 13A6713C4BA for ; Fri, 9 Feb 2007 10:59:33 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l19AxWTw016098 for ; Fri, 9 Feb 2007 10:59:32 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l19AxW2K016097; Fri, 9 Feb 2007 10:59:32 GMT (envelope-from nobody) Message-Id: <200702091059.l19AxW2K016097@www.freebsd.org> Date: Fri, 9 Feb 2007 10:59:32 GMT From: Uwe Laverenz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: ports/108965: databases/zodb3 update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2007 11:00:32 -0000 >Number: 108965 >Category: ports >Synopsis: databases/zodb3 update >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: Fri Feb 09 11:00:31 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Uwe Laverenz >Release: RELENG_6_2 >Organization: >Environment: FreeBSD pepper.molkerei-ammerland.de 6.2-RELEASE FreeBSD 6.2-RELEASE #15: Mon Jan 15 11:42:03 CET 2007 laverenz@pepper.molkerei-ammerland.de:/usr/obj/usr/src/sys/PEPPER i386 >Description: The version in the ports (3.2.3) is outdated and should be updated to 3.6. http://wiki.zope.org/ZODB/FrontPage >How-To-Repeat: >Fix: Patch attached with submission follows: --- /usr/ports/databases/zodb3.old/Makefile Fri Feb 9 11:10:35 2007 +++ /usr/ports/databases/zodb3/Makefile Fri Feb 9 11:44:53 2007 @@ -6,17 +6,18 @@ # PORTNAME= zodb -PORTVERSION= 3.2.3 +PORTVERSION= 3.6.0 CATEGORIES= databases -MASTER_SITES= http://www.zope.org/Products/ZODB3.2/${PORTVERSION}/ +MASTER_SITES= http://www.zope.org/Products/ZODB3.6/ZODB%20${PORTVERSION}/ PKGNAMESUFFIX= -py${PYTHON_SUFFIX} +EXTRACT_SUFX= .tgz DISTNAME= ZODB3-${PORTVERSION} MAINTAINER= perky@FreeBSD.org COMMENT= The Z - Object Database for python CONFLICTS= zodb-1.* -USE_PYTHON= 2.1+ +USE_PYTHON= 2.3+ USE_PYDISTUTILS= yes .include --- /usr/ports/databases/zodb3.old/distinfo Fri Feb 9 11:10:35 2007 +++ /usr/ports/databases/zodb3/distinfo Fri Feb 9 11:21:17 2007 @@ -1,3 +1,3 @@ -MD5 (ZODB3-3.2.3.tar.gz) = cd307be79d85ec9970a553ff235507af -SHA256 (ZODB3-3.2.3.tar.gz) = 39bd8bbcd1590052514585a8376d60c7b8cfe03cc81c1759fefcc7bafc63391b -SIZE (ZODB3-3.2.3.tar.gz) = 778019 +MD5 (ZODB3-3.6.0.tgz) = c08d5d49d403afd4b10f8da774a493dc +SHA256 (ZODB3-3.6.0.tgz) = b81862b604fb924e7ecc34b69c04016dca5c16368570bfcdece06dfb2a2e42ab +SIZE (ZODB3-3.6.0.tgz) = 1193131 --- /usr/ports/databases/zodb3.old/pkg-descr Fri Feb 9 11:10:35 2007 +++ /usr/ports/databases/zodb3/pkg-descr Fri Feb 9 11:51:16 2007 @@ -3,5 +3,6 @@ it can be used in non-Zope related Python applications to provide transparent object-oriented persistency. -WWW: http://www.zope.org/Products/StandaloneZODB/ +WWW: http://wiki.zope.org/ZODB/FrontPage + - Martin Klaffenboeck >Release-Note: >Audit-Trail: >Unformatted: