Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2019 19:16:29 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r495195 - head/multimedia/audacious
Message-ID:  <201903091916.x29JGTLd034564@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Sat Mar  9 19:16:29 2019
New Revision: 495195
URL: https://svnweb.freebsd.org/changeset/ports/495195

Log:
  Fix MASTER_SITES, url redirects to HTTPS.

Modified:
  head/multimedia/audacious/Makefile

Modified: head/multimedia/audacious/Makefile
==============================================================================
--- head/multimedia/audacious/Makefile	Sat Mar  9 19:06:15 2019	(r495194)
+++ head/multimedia/audacious/Makefile	Sat Mar  9 19:16:29 2019	(r495195)
@@ -4,7 +4,7 @@
 PORTNAME=	audacious
 PORTVERSION=	3.10.1
 CATEGORIES=	multimedia audio
-MASTER_SITES=	http://distfiles.audacious-media-player.org/
+MASTER_SITES=	https://distfiles.audacious-media-player.org/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Lightweight and versatile audio player



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903091916.x29JGTLd034564>