From owner-svn-ports-branches@freebsd.org Tue Sep 1 16:59:57 2015 Return-Path: Delivered-To: svn-ports-branches@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 017529C71F2; Tue, 1 Sep 2015 16:59:57 +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 E5EAC156D; Tue, 1 Sep 2015 16:59:56 +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 t81GxupK099881; Tue, 1 Sep 2015 16:59:56 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t81GxuOX099879; Tue, 1 Sep 2015 16:59:56 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509011659.t81GxuOX099879@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 16:59:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r395785 - in branches/2015Q3: audio/mixer.app sysutils/wmdiskmon X-SVN-Group: ports-branches 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.20 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: Tue, 01 Sep 2015 16:59:57 -0000 Author: jbeich Date: Tue Sep 1 16:59:55 2015 New Revision: 395785 URL: https://svnweb.freebsd.org/changeset/ports/395785 Log: MFH: r395738 Pass maintainership to submitter PR: 202751, 202753 Submitted by: Marco Beishuizen Approved by: ports-secteam trivial documentation blanket Modified: branches/2015Q3/audio/mixer.app/Makefile branches/2015Q3/sysutils/wmdiskmon/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/audio/mixer.app/Makefile ============================================================================== --- branches/2015Q3/audio/mixer.app/Makefile Tue Sep 1 16:55:04 2015 (r395784) +++ branches/2015Q3/audio/mixer.app/Makefile Tue Sep 1 16:59:55 2015 (r395785) @@ -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: branches/2015Q3/sysutils/wmdiskmon/Makefile ============================================================================== --- branches/2015Q3/sysutils/wmdiskmon/Makefile Tue Sep 1 16:55:04 2015 (r395784) +++ branches/2015Q3/sysutils/wmdiskmon/Makefile Tue Sep 1 16:59:55 2015 (r395785) @@ -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