Date: Sun, 22 Sep 2019 13:50:52 +0000 (UTC) From: Ben Woods <woodsb02@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512584 - in head/graphics: colord colord-gtk Message-ID: <201909221350.x8MDoqtH049437@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: woodsb02 Date: Sun Sep 22 13:50:52 2019 New Revision: 512584 URL: https://svnweb.freebsd.org/changeset/ports/512584 Log: graphics/colord[-gtk]: switch to MASTER_SITES to HTTPS The HTTP site was not working at the time of this commit, whilst the HTTPS site was working. PR: 239088 Submitted by: Miyashita Touka <imagin8r@protonmail.com> Approved by: kwm (maintainer timeout) Modified: head/graphics/colord-gtk/Makefile head/graphics/colord-gtk/pkg-descr head/graphics/colord/Makefile head/graphics/colord/pkg-descr Modified: head/graphics/colord-gtk/Makefile ============================================================================== --- head/graphics/colord-gtk/Makefile Sun Sep 22 13:10:12 2019 (r512583) +++ head/graphics/colord-gtk/Makefile Sun Sep 22 13:50:52 2019 (r512584) @@ -4,7 +4,7 @@ PORTNAME= colord-gtk PORTVERSION= 0.1.26 CATEGORIES= graphics -MASTER_SITES= http://www.freedesktop.org/software/colord/releases/ +MASTER_SITES= https://www.freedesktop.org/software/colord/releases/ MAINTAINER= kwm@FreeBSD.org COMMENT= Manage color profiles to accurately color input/output devices Modified: head/graphics/colord-gtk/pkg-descr ============================================================================== --- head/graphics/colord-gtk/pkg-descr Sun Sep 22 13:10:12 2019 (r512583) +++ head/graphics/colord-gtk/pkg-descr Sun Sep 22 13:50:52 2019 (r512584) @@ -1,3 +1,3 @@ Gtk3 widget for the colord system service. -WWW: http://www.freedesktop.org/software/colord +WWW: https://www.freedesktop.org/software/colord Modified: head/graphics/colord/Makefile ============================================================================== --- head/graphics/colord/Makefile Sun Sep 22 13:10:12 2019 (r512583) +++ head/graphics/colord/Makefile Sun Sep 22 13:50:52 2019 (r512584) @@ -4,7 +4,7 @@ PORTNAME= colord PORTVERSION= 1.3.5 CATEGORIES= graphics -MASTER_SITES= http://www.freedesktop.org/software/colord/releases/ +MASTER_SITES= https://www.freedesktop.org/software/colord/releases/ MAINTAINER= kwm@FreeBSD.org COMMENT= Manage color profiles to accurately color input/output devices Modified: head/graphics/colord/pkg-descr ============================================================================== --- head/graphics/colord/pkg-descr Sun Sep 22 13:10:12 2019 (r512583) +++ head/graphics/colord/pkg-descr Sun Sep 22 13:50:52 2019 (r512584) @@ -1,4 +1,4 @@ colord is a system service that makes it easy to manage, install and generate color profiles to accurately color manage input and output devices. -WWW: http://www.freedesktop.org/software/colord +WWW: https://www.freedesktop.org/software/colord
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909221350.x8MDoqtH049437>