From owner-svn-ports-branches@freebsd.org Mon Jun 15 17:50:28 2020 Return-Path: Delivered-To: svn-ports-branches@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 A1E1133B451; Mon, 15 Jun 2020 17:50:28 +0000 (UTC) (envelope-from zeising@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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49lzPw3t9nz40RS; Mon, 15 Jun 2020 17:50:28 +0000 (UTC) (envelope-from zeising@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 8045C213DF; Mon, 15 Jun 2020 17:50:28 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05FHoSJO020655; Mon, 15 Jun 2020 17:50:28 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05FHoRIC020649; Mon, 15 Jun 2020 17:50:27 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <202006151750.05FHoRIC020649@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Mon, 15 Jun 2020 17:50:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r538925 - in branches/2020Q2/x11-wm: compiz compiz-plugins-main compizconfig-backend-gconf compizconfig-python emerald libcompizconfig X-SVN-Group: ports-branches X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: in branches/2020Q2/x11-wm: compiz compiz-plugins-main compizconfig-backend-gconf compizconfig-python emerald libcompizconfig X-SVN-Commit-Revision: 538925 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jun 2020 17:50:28 -0000 Author: zeising Date: Mon Jun 15 17:50:27 2020 New Revision: 538925 URL: https://svnweb.freebsd.org/changeset/ports/538925 Log: MFH: r538818 Reset maintainer on compiz and related ports Reset the maintainer on x11-wm/compiz and a few related ports. Update MASTERDIR to make them fetchable again. PR: 246461 246442 Submitted by: Chris Hutchinson (new maintainer) Approved by: Daniel Austin (previous maintainer) Approved by: ports-secteam (joenum) Modified: branches/2020Q2/x11-wm/compiz-plugins-main/Makefile branches/2020Q2/x11-wm/compiz/Makefile branches/2020Q2/x11-wm/compizconfig-backend-gconf/Makefile branches/2020Q2/x11-wm/compizconfig-python/Makefile branches/2020Q2/x11-wm/emerald/Makefile branches/2020Q2/x11-wm/libcompizconfig/Makefile Directory Properties: branches/2020Q2/ (props changed) Modified: branches/2020Q2/x11-wm/compiz-plugins-main/Makefile ============================================================================== --- branches/2020Q2/x11-wm/compiz-plugins-main/Makefile Mon Jun 15 17:48:50 2020 (r538924) +++ branches/2020Q2/x11-wm/compiz-plugins-main/Makefile Mon Jun 15 17:50:27 2020 (r538925) @@ -5,9 +5,9 @@ PORTNAME= compiz-plugins-main PORTVERSION= 0.8.8 PORTREVISION= 6 CATEGORIES= x11-wm -MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/ +MASTER_SITES= https://BSDforge.com/projects/source/x11-wm/compiz-plugins-main/ -MAINTAINER= freebsd-ports@dan.me.uk +MAINTAINER= portmaster@BSDforge.com COMMENT= Plugins for Compiz Composite Window Manager LICENSE= GPLv2+ Modified: branches/2020Q2/x11-wm/compiz/Makefile ============================================================================== --- branches/2020Q2/x11-wm/compiz/Makefile Mon Jun 15 17:48:50 2020 (r538924) +++ branches/2020Q2/x11-wm/compiz/Makefile Mon Jun 15 17:50:27 2020 (r538925) @@ -4,9 +4,9 @@ PORTNAME= compiz PORTVERSION= 0.8.8 PORTREVISION= 9 CATEGORIES= x11-wm -MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/ +MASTER_SITES= https://BSDforge.com/projects/source/x11-wm/compiz/ -MAINTAINER= freebsd-ports@dan.me.uk +MAINTAINER= portmaster@BSDforge.com COMMENT= Compiz Composite/Window Manager LICENSE= GPLv2+ LGPL21+ MIT Modified: branches/2020Q2/x11-wm/compizconfig-backend-gconf/Makefile ============================================================================== --- branches/2020Q2/x11-wm/compizconfig-backend-gconf/Makefile Mon Jun 15 17:48:50 2020 (r538924) +++ branches/2020Q2/x11-wm/compizconfig-backend-gconf/Makefile Mon Jun 15 17:50:27 2020 (r538925) @@ -5,9 +5,9 @@ PORTNAME= compizconfig-backend-gconf PORTVERSION= 0.8.8 PORTREVISION= 2 CATEGORIES= x11-wm -MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/ +MASTER_SITES= https://BSDforge.com/projects/source/x11-wm/compizconfig-backend-gconf/ -MAINTAINER= freebsd-ports@dan.me.uk +MAINTAINER= portmaster@BSDforge.com COMMENT= GConf backend for CompizConfig LICENSE= GPLv2+ Modified: branches/2020Q2/x11-wm/compizconfig-python/Makefile ============================================================================== --- branches/2020Q2/x11-wm/compizconfig-python/Makefile Mon Jun 15 17:48:50 2020 (r538924) +++ branches/2020Q2/x11-wm/compizconfig-python/Makefile Mon Jun 15 17:50:27 2020 (r538925) @@ -5,9 +5,9 @@ PORTNAME= compizconfig-python PORTVERSION= 0.8.4 PORTREVISION= 9 CATEGORIES= x11-wm -MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/ +MASTER_SITES= https://BSDforge.com/projects/source/x11-wm/compizconfig-python/ -MAINTAINER= freebsd-ports@dan.me.uk +MAINTAINER= portmaster@BSDforge.com COMMENT= Python bindings for the compizconfig library LICENSE= GPLv2+ Modified: branches/2020Q2/x11-wm/emerald/Makefile ============================================================================== --- branches/2020Q2/x11-wm/emerald/Makefile Mon Jun 15 17:48:50 2020 (r538924) +++ branches/2020Q2/x11-wm/emerald/Makefile Mon Jun 15 17:50:27 2020 (r538925) @@ -4,9 +4,9 @@ PORTNAME= emerald PORTVERSION= 0.8.8 PORTREVISION= 5 CATEGORIES= x11-wm -MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/ +MASTER_SITES= https://BSDforge.com/projects/source/x11-wm/emerald/ -MAINTAINER= freebsd-ports@dan.me.uk +MAINTAINER= portmaster@BSDforge.com COMMENT= Emerald Window Decorator LICENSE= GPLv2+ Modified: branches/2020Q2/x11-wm/libcompizconfig/Makefile ============================================================================== --- branches/2020Q2/x11-wm/libcompizconfig/Makefile Mon Jun 15 17:48:50 2020 (r538924) +++ branches/2020Q2/x11-wm/libcompizconfig/Makefile Mon Jun 15 17:50:27 2020 (r538925) @@ -4,9 +4,9 @@ PORTNAME= libcompizconfig PORTVERSION= 0.8.8 CATEGORIES= x11-wm -MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/ +MASTER_SITES= https://BSDforge.com/projects/source/x11-wm/libcompizconfig/ -MAINTAINER= freebsd-ports@dan.me.uk +MAINTAINER= potmaster@BSDforge.com COMMENT= Alternative configuration system for Compiz LICENSE= GPLv2