svn commit: r506319 - in head/databases: db5 db6

Matthias Andree mandree at FreeBSD.org
Tue Jul 9 21:44:32 UTC 2019


Author: mandree
Date: Tue Jul  9 21:44:31 2019
New Revision: 506319
URL: https://svnweb.freebsd.org/changeset/ports/506319

Log:
  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

Modified:
  head/databases/db5/Makefile
  head/databases/db6/Makefile

Modified: head/databases/db5/Makefile
==============================================================================
--- head/databases/db5/Makefile	Tue Jul  9 21:39:47 2019	(r506318)
+++ head/databases/db5/Makefile	Tue Jul  9 21:44:31 2019	(r506319)
@@ -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-*:

Modified: head/databases/db6/Makefile
==============================================================================
--- head/databases/db6/Makefile	Tue Jul  9 21:39:47 2019	(r506318)
+++ head/databases/db6/Makefile	Tue Jul  9 21:44:31 2019	(r506319)
@@ -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-*:


More information about the svn-ports-head mailing list