From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 7 23:50:28 2006 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CD9016A403 for ; Tue, 7 Nov 2006 23:50:28 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB99743D49 for ; Tue, 7 Nov 2006 23:50:27 +0000 (GMT) (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 kA7NoRpp029242 for ; Tue, 7 Nov 2006 23:50:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kA7NoRPi029237; Tue, 7 Nov 2006 23:50:27 GMT (envelope-from gnats) Resent-Date: Tue, 7 Nov 2006 23:50:27 GMT Resent-Message-Id: <200611072350.kA7NoRPi029237@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, Matthias Andree Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 795A416A415 for ; Tue, 7 Nov 2006 23:47:11 +0000 (UTC) (envelope-from matthias.andree@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id D093C43D72 for ; Tue, 7 Nov 2006 23:47:09 +0000 (GMT) (envelope-from matthias.andree@gmx.de) Received: (qmail invoked by alias); 07 Nov 2006 23:47:08 -0000 Received: from p50912047.dip0.t-ipconnect.de (EHLO m2a2.dyndns.org) [80.145.32.71] by mail.gmx.net (mp031) with SMTP; 08 Nov 2006 00:47:08 +0100 Received: from localhost (localhost [127.0.0.1]) by merlin.emma.line.org (Postfix) with ESMTP id 57ED7200CA2; Wed, 8 Nov 2006 00:46:57 +0100 (CET) Received: from m2a2.dyndns.org ([127.0.0.1]) by localhost (m2a2.dyndns.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26410-19; Wed, 8 Nov 2006 00:46:57 +0100 (CET) Received: from libertas.emma.line.org (libertas.emma.line.org [192.168.1.2]) by merlin.emma.line.org (Postfix) with ESMTP id E1DF5200706; Wed, 8 Nov 2006 00:46:56 +0100 (CET) Received: by libertas.emma.line.org (Postfix, from userid 1001) id ABF43111; Wed, 8 Nov 2006 00:46:56 +0100 (CET) Message-Id: <20061107234656.ABF43111@libertas.emma.line.org> Date: Wed, 8 Nov 2006 00:46:56 +0100 (CET) From: Matthias Andree To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/105271: [MAINTAINER] databases/db43: add new patch, update download sites 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: Tue, 07 Nov 2006 23:50:28 -0000 >Number: 105271 >Category: ports >Synopsis: [MAINTAINER] databases/db43: add new patch, update download sites >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Nov 07 23:50:26 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Matthias Andree >Release: FreeBSD 6.1-SECURITY i386 >Organization: >Environment: System: FreeBSD libertas.emma.line.org 6.1-SECURITY FreeBSD 6.1-SECURITY #0: Mon Aug 28 05:21:08 UTC 2006 >Description: - add new patch.4.3.29.1 - update download sites Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- db43-4.3.29_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/databases/db43/Makefile /usr/home/emma/ports/databases/db43/Makefile --- /usr/ports/databases/db43/Makefile Fri Apr 14 05:44:08 2006 +++ /usr/home/emma/ports/databases/db43/Makefile Wed Nov 8 00:28:51 2006 @@ -7,13 +7,16 @@ PORTNAME= db43 PORTVERSION= 4.3.29 +PORTREVISION= 1 CATEGORIES= databases -MASTER_SITES= http://downloads.sleepycat.com/ -PKGNAMESUFFIX?= -DISTNAME?= db-${PORTVERSION} +MASTER_SITES= http://download-east.oracle.com/berkeley-db/ \ + http://download-west.oracle.com/berkeley-db/ \ + http://download-uk.oracle.com/berkeley-db/ +DISTNAME= db-${PORTVERSION} DIST_SUBDIR= bdb -PATCH_SITES= http://www.sleepycat.com/update/${PORTVERSION}/ +PATCH_SITES= http://www.oracle.com/technology/products/berkeley-db/db/update/${PORTVERSION}/ +PATCHFILES= patch.${PORTVERSION}.1 PATCH_DIST_STRIP= -d .. MAINTAINER= matthias.andree@gmx.de @@ -21,7 +24,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix -INSTALLS_SHLIB= yes +RANDOMIZE_MASTER_SITES= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_SCRIPT= ../dist/configure LIBTOOLFILES= ${CONFIGURE_SCRIPT} diff -ruN --exclude=CVS /usr/ports/databases/db43/distinfo /usr/home/emma/ports/databases/db43/distinfo --- /usr/ports/databases/db43/distinfo Fri Apr 14 05:44:08 2006 +++ /usr/home/emma/ports/databases/db43/distinfo Wed Nov 8 00:28:43 2006 @@ -1,3 +1,6 @@ MD5 (bdb/db-4.3.29.tar.gz) = 200b9f5d74175875fcb3ee54adbf0007 SHA256 (bdb/db-4.3.29.tar.gz) = a1fa714482f25a67a19490303a0164326ac63bd7653ae3f4664c2536b14f3337 SIZE (bdb/db-4.3.29.tar.gz) = 5942547 +MD5 (bdb/patch.4.3.29.1) = 947f07dd8fae5001feedb2deded40ad5 +SHA256 (bdb/patch.4.3.29.1) = 6fbda9c0554cfe3d281161b288f779e7cf2c814f311c69e1c6309b6f97d75931 +SIZE (bdb/patch.4.3.29.1) = 835 --- db43-4.3.29_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: