From matthias.andree@gmx.de  Tue Nov  7 23:38:00 2006
Return-Path: <matthias.andree@gmx.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7304716A407
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  7 Nov 2006 23:38:00 +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 81AAC43D76
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  7 Nov 2006 23:37:56 +0000 (GMT)
	(envelope-from matthias.andree@gmx.de)
Received: (qmail invoked by alias); 07 Nov 2006 23:37:55 -0000
Received: from p50912047.dip0.t-ipconnect.de (EHLO m2a2.dyndns.org) [80.145.32.71]
  by mail.gmx.net (mp019) with SMTP; 08 Nov 2006 00:37:55 +0100
Received: from localhost (localhost [127.0.0.1])
	by merlin.emma.line.org (Postfix) with ESMTP id 4A3D4200CA2;
	Wed,  8 Nov 2006 00:37:54 +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-15; Wed,  8 Nov 2006 00:37:54 +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 030E3200706;
	Wed,  8 Nov 2006 00:37:54 +0100 (CET)
Received: by libertas.emma.line.org (Postfix, from userid 1001)
	id 9951A111; Wed,  8 Nov 2006 00:37:53 +0100 (CET)
Message-Id: <20061107233753.9951A111@libertas.emma.line.org>
Date: Wed,  8 Nov 2006 00:37:53 +0100 (CET)
From: Matthias Andree <matthias.andree@gmx.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] databases/db42*: update sites, add patch.4.2.52.5
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         105270
>Category:       ports
>Synopsis:       [MAINTAINER] databases/db42*: update sites, add patch.4.2.52.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rafan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 07 23:40:22 GMT 2006
>Closed-Date:    Wed Nov 08 05:27:15 GMT 2006
>Last-Modified:  Wed Nov  8 05:30:30 GMT 2006
>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:
- update download sites
- add patch.4.2.52.5

Note: the patch below also touches the db42-nocrypto port.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

diff -ruN --exclude=CVS /usr/ports/databases/db42/Makefile /usr/home/emma/ports/databases/db42/Makefile
--- /usr/ports/databases/db42/Makefile	Wed Apr 13 09:31:27 2005
+++ /usr/home/emma/ports/databases/db42/Makefile	Tue Nov  7 23:59:42 2006
@@ -7,17 +7,20 @@
 
 PORTNAME=	db42
 PORTVERSION=	4.2.52
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	databases
 PKGNAMESUFFIX?=
 
 PATCHFILES=	patch.${PORTVERSION}.1  patch.${PORTVERSION}.2 \
-		patch.${PORTVERSION}.3  patch.${PORTVERSION}.4
+		patch.${PORTVERSION}.3  patch.${PORTVERSION}.4 \
+		patch.${PORTVERSION}.5
 
 MAINTAINER=	matthias.andree@gmx.de
 COMMENT=	The Berkeley DB package, revision 4.2
 
 MASTERDIR?=	${.CURDIR}
+
+RANDOMIZE_MASTER_SITES=	yes
 
 SLAVE_PORT=	no
 
diff -ruN --exclude=CVS /usr/ports/databases/db42/Makefile.db /usr/home/emma/ports/databases/db42/Makefile.db
--- /usr/ports/databases/db42/Makefile.db	Fri Apr 14 05:44:07 2006
+++ /usr/home/emma/ports/databases/db42/Makefile.db	Wed Nov  8 00:35:38 2006
@@ -1,13 +1,15 @@
-MASTER_SITES=	http://downloads.sleepycat.com/
+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}/
 PATCH_DIST_STRIP=	-d ${WRKDIR}/${DISTNAME}
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/build_unix
 
-INSTALLS_SHLIB=		yes
+USE_LDCONFIG=		yes
 USE_AUTOTOOLS=		libtool:15
 CONFIGURE_SCRIPT=	../dist/configure
 LIBTOOLFILES=		${CONFIGURE_SCRIPT}
diff -ruN --exclude=CVS /usr/ports/databases/db42/distinfo /usr/home/emma/ports/databases/db42/distinfo
--- /usr/ports/databases/db42/distinfo	Fri Apr 14 05:44:07 2006
+++ /usr/home/emma/ports/databases/db42/distinfo	Wed Nov  8 00:00:33 2006
@@ -13,3 +13,6 @@
 MD5 (bdb/patch.4.2.52.4) = 9cfeff4dce0c11372c0b04b134f8faef
 SHA256 (bdb/patch.4.2.52.4) = c15c82071c02ce1a10024c572e2e9fd72006089007141a01fdd37b889411b973
 SIZE (bdb/patch.4.2.52.4) = 1311
+MD5 (bdb/patch.4.2.52.5) = 99836f962361da8936219cc193edc7ed
+SHA256 (bdb/patch.4.2.52.5) = 242f1a9c3efdd61a2b738c12617175849dbc73df6a2bf7cff61c814b13905e06
+SIZE (bdb/patch.4.2.52.5) = 839

--- /usr/ports/databases/db42-nocrypto/distinfo	Fri Apr 14 05:44:08 2006
+++ /usr/home/emma/ports/databases/db42-nocrypto/distinfo	Wed Nov  8 00:00:42 2006
@@ -13,3 +13,6 @@
 MD5 (bdb/patch.4.2.52.4) = 9cfeff4dce0c11372c0b04b134f8faef
 SHA256 (bdb/patch.4.2.52.4) = c15c82071c02ce1a10024c572e2e9fd72006089007141a01fdd37b889411b973
 SIZE (bdb/patch.4.2.52.4) = 1311
+MD5 (bdb/patch.4.2.52.5) = 99836f962361da8936219cc193edc7ed
+SHA256 (bdb/patch.4.2.52.5) = 242f1a9c3efdd61a2b738c12617175849dbc73df6a2bf7cff61c814b13905e06
+SIZE (bdb/patch.4.2.52.5) = 839
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->rafan 
Responsible-Changed-By: rafan 
Responsible-Changed-When: Wed Nov 8 00:25:05 UTC 2006 
Responsible-Changed-Why:  
Eat. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=105270 
State-Changed-From-To: open->closed 
State-Changed-By: rafan 
State-Changed-When: Wed Nov 8 05:27:13 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=105270 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/105270: commit references a PR
Date: Wed,  8 Nov 2006 05:20:47 +0000 (UTC)

 rafan       2006-11-08 05:20:31 UTC
 
   FreeBSD ports repository
 
   Modified files:
     databases/db42       Makefile Makefile.db distinfo 
     databases/db42-nocrypto distinfo 
   Log:
   - Update MASTER_SITES
   - Use RANDOMIZE_MASTER_SITES, USE_LDCONFIG
   - Add patch.4.2.52.5 from vendor
   
   PR:             ports/105270
   Submitted by:   Matthias Andree (maintainer)
   
   Revision  Changes    Path
   1.7       +3 -0      ports/databases/db42-nocrypto/distinfo
   1.64      +5 -2      ports/databases/db42/Makefile
   1.10      +5 -3      ports/databases/db42/Makefile.db
   1.26      +3 -0      ports/databases/db42/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
