From 52e0b38a49ba48777a255a28c2868c5bab22f69d Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Tue, 9 Jul 2019 21:44:31 +0000 Subject: [PATCH] Switch db5/db6 to download from Oracle's https:// sites. The http:// sites issue 301-type redirects to https:// so we can spare everyone the roundtrip. Inspired by... PR: 239084 Submitted by: Miyashita Touka --- databases/db5/Makefile | 2 +- databases/db6/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/databases/db5/Makefile b/databases/db5/Makefile index ee4ddcde00d2..066ef5aa3e67 100644 --- a/databases/db5/Makefile +++ b/databases/db5/Makefile @@ -5,7 +5,7 @@ PORTNAME= db5 PORTVERSION= 5.3.28 PORTREVISION= 7 CATEGORIES= databases java -MASTER_SITES= http://download.oracle.com/berkeley-db/ +MASTER_SITES= https://download.oracle.com/berkeley-db/ PKGNAMEPREFIX?= # # the distfiles aren't named db5-* but db-*: diff --git a/databases/db6/Makefile b/databases/db6/Makefile index cf156457d9d1..08050802f1aa 100644 --- a/databases/db6/Makefile +++ b/databases/db6/Makefile @@ -5,7 +5,7 @@ PORTNAME= db6 PORTVERSION= 6.2.32 PORTREVISION= 1 CATEGORIES= databases java -MASTER_SITES= http://download.oracle.com/berkeley-db/ +MASTER_SITES= https://download.oracle.com/berkeley-db/ PKGNAMEPREFIX?= # # the distfiles aren't named db6-* but db-*: