From owner-svn-ports-head@freebsd.org Sun Sep 22 13:50:54 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1DC32122D3C; Sun, 22 Sep 2019 13:50:54 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46bpkj74wbz3K5t; Sun, 22 Sep 2019 13:50:53 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BC4A0275F5; Sun, 22 Sep 2019 13:50:53 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8MDor4c049442; Sun, 22 Sep 2019 13:50:53 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8MDoqtH049437; Sun, 22 Sep 2019 13:50:52 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201909221350.x8MDoqtH049437@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Sun, 22 Sep 2019 13:50:52 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: woodsb02 X-SVN-Commit-Paths: in head/graphics: colord colord-gtk X-SVN-Commit-Revision: 512584 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Sep 2019 13:50:54 -0000 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 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