From owner-svn-ports-head@freebsd.org Tue Sep 1 03:31:17 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D2D69C0E45; Tue, 1 Sep 2015 03:31:17 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8D885C04; Tue, 1 Sep 2015 03:31:17 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t813VHHo060727; Tue, 1 Sep 2015 03:31:17 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t813VHXV060723; Tue, 1 Sep 2015 03:31:17 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509010331.t813VHXV060723@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 1 Sep 2015 03:31:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395738 - in head: audio/mixer.app sysutils/wmdiskmon X-SVN-Group: ports-head 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.20 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: Tue, 01 Sep 2015 03:31:17 -0000 Author: jbeich Date: Tue Sep 1 03:31:16 2015 New Revision: 395738 URL: https://svnweb.freebsd.org/changeset/ports/395738 Log: Pass maintainership to submitter PR: 202751, 202753 Submitted by: Marco Beishuizen Modified: head/audio/mixer.app/Makefile (contents, props changed) head/sysutils/wmdiskmon/Makefile (contents, props changed) Modified: head/audio/mixer.app/Makefile ============================================================================== --- head/audio/mixer.app/Makefile Tue Sep 1 00:22:34 2015 (r395737) +++ head/audio/mixer.app/Makefile Tue Sep 1 03:31:16 2015 (r395738) @@ -8,7 +8,7 @@ CATEGORIES= audio MASTER_SITES= DEBIAN_POOL DISTNAME= ${PORTNAME}_${PORTVERSION}.orig -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mbeis@xs4all.nl COMMENT= Another mixer intended for the windowmaker dockapp PLIST_FILES= bin/Mixer.app Modified: head/sysutils/wmdiskmon/Makefile ============================================================================== --- head/sysutils/wmdiskmon/Makefile Tue Sep 1 00:22:34 2015 (r395737) +++ head/sysutils/wmdiskmon/Makefile Tue Sep 1 03:31:16 2015 (r395738) @@ -7,7 +7,7 @@ PORTREVISION= 4 CATEGORIES= sysutils windowmaker MASTER_SITES= http://tnemeth.free.fr/projets/programmes/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mbeis@xs4all.nl COMMENT= Disk usage monitor dockapp USE_XORG= x11 xpm