From owner-dev-commits-ports-all@freebsd.org Fri Apr 16 07:26:34 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 B88DD5E7B9C; Fri, 16 Apr 2021 07:26:34 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FM77G4rWmz3Nv8; Fri, 16 Apr 2021 07:26:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 99222207FC; Fri, 16 Apr 2021 07:26:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13G7QYaE005818; Fri, 16 Apr 2021 07:26:34 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13G7QYoM005817; Fri, 16 Apr 2021 07:26:34 GMT (envelope-from git) Date: Fri, 16 Apr 2021 07:26:34 GMT Message-Id: <202104160726.13G7QYoM005817@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Alexey Dokuchaev Subject: git: 779d6adda99e - main - - Add couple of fallback master sites for `x11-themes/thewidgetfactory' - Assume maintainership and remove useless WWW line from the pkg-descr MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: danfe X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 779d6adda99e2518bb858503ca73eb9be9107f88 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2021 07:26:34 -0000 The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=779d6adda99e2518bb858503ca73eb9be9107f88 commit 779d6adda99e2518bb858503ca73eb9be9107f88 Author: Alexey Dokuchaev AuthorDate: 2021-04-16 07:24:12 +0000 Commit: Alexey Dokuchaev CommitDate: 2021-04-16 07:25:18 +0000 - Add couple of fallback master sites for `x11-themes/thewidgetfactory' - Assume maintainership and remove useless WWW line from the pkg-descr --- x11-themes/thewidgetfactory/Makefile | 6 ++++-- x11-themes/thewidgetfactory/pkg-descr | 2 -- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-themes/thewidgetfactory/Makefile b/x11-themes/thewidgetfactory/Makefile index ba0d4a29b238..5133f108dcec 100644 --- a/x11-themes/thewidgetfactory/Makefile +++ b/x11-themes/thewidgetfactory/Makefile @@ -2,9 +2,11 @@ PORTNAME= thewidgetfactory PORTVERSION= 0.2.1 PORTREVISION= 7 CATEGORIES= x11-themes -MASTER_SITES= http://www.stellingwerff.com/TheWidgetFactory/ +MASTER_SITES= https://www.stellingwerff.com/TheWidgetFactory/ \ + http://vault.101011010.xyz/distfiles/ \ + http://freebsd.nsu.ru/distfiles/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danfe@FreeBSD.org COMMENT= Tool for previewing GTK+ widgets and testing new themes LICENSE= GPLv2 diff --git a/x11-themes/thewidgetfactory/pkg-descr b/x11-themes/thewidgetfactory/pkg-descr index cbacd53b6366..685f2b2a71d9 100644 --- a/x11-themes/thewidgetfactory/pkg-descr +++ b/x11-themes/thewidgetfactory/pkg-descr @@ -1,4 +1,2 @@ The Widget Factory is a program designed to show a wide range of GTK+2 widgets in a single window. - -WWW: http://www.stellingwerff.com/?page_id=10