From owner-svn-ports-head@FreeBSD.ORG Tue Apr 7 13:21:12 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 42BB8A1A; Tue, 7 Apr 2015 13:21:12 +0000 (UTC) Received: from svn.freebsd.org (svn.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 2CA90CC; Tue, 7 Apr 2015 13:21:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t37DLC1r027689; Tue, 7 Apr 2015 13:21:12 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t37DLA5V027679; Tue, 7 Apr 2015 13:21:10 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201504071321.t37DLA5V027679@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Tue, 7 Apr 2015 13:21:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383512 - in head: audio/deadbeef-mpris-plugin audio/osd-lyrics benchmarks/interbench editors/heme games/qstat x11/bmpanel2 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.18-1 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, 07 Apr 2015 13:21:12 -0000 Author: danfe Date: Tue Apr 7 13:21:09 2015 New Revision: 383512 URL: https://svnweb.freebsd.org/changeset/ports/383512 Log: Reclaim maintainership of ports that I still use regularly, but decided to relinquish at some point to allow contributions coming more easily (not to impose hard lock). These days, there is no reason to yield maintainership with the more lax rules and general consensus that casual changes do not necessarily require explicit approval from maintainer prior to commit. On the other hand, unmaintained ports can give (arguably false) impression of being unwanted and one step above deprecation, yet these ports are not. Inspired by: marino Modified: head/audio/deadbeef-mpris-plugin/Makefile head/audio/osd-lyrics/Makefile head/benchmarks/interbench/Makefile head/editors/heme/Makefile head/games/qstat/Makefile head/x11/bmpanel2/Makefile Modified: head/audio/deadbeef-mpris-plugin/Makefile ============================================================================== --- head/audio/deadbeef-mpris-plugin/Makefile Tue Apr 7 13:01:32 2015 (r383511) +++ head/audio/deadbeef-mpris-plugin/Makefile Tue Apr 7 13:21:09 2015 (r383512) @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= GOOGLE_CODE -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danfe@FreeBSD.org COMMENT= MPRIS plugin for DeaDBeeF music player LICENSE= GPLv3 Modified: head/audio/osd-lyrics/Makefile ============================================================================== --- head/audio/osd-lyrics/Makefile Tue Apr 7 13:01:32 2015 (r383511) +++ head/audio/osd-lyrics/Makefile Tue Apr 7 13:21:09 2015 (r383512) @@ -8,7 +8,7 @@ CATEGORIES= audio deskutils MASTER_SITES= GOOGLE_CODE PROJECTHOST= osd-lyrics -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danfe@FreeBSD.org COMMENT= On-screen lyrics display program for various media players LICENSE= GPLv3 Modified: head/benchmarks/interbench/Makefile ============================================================================== --- head/benchmarks/interbench/Makefile Tue Apr 7 13:01:32 2015 (r383511) +++ head/benchmarks/interbench/Makefile Tue Apr 7 13:21:09 2015 (r383512) @@ -6,7 +6,7 @@ DISTVERSION= 0.31 CATEGORIES= benchmarks MASTER_SITES= http://ck.kolivas.org/apps/${PORTNAME}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danfe@FreeBSD.org COMMENT= Interactivity benchmark for Unix-like systems LICENSE= GPLv2 Modified: head/editors/heme/Makefile ============================================================================== --- head/editors/heme/Makefile Tue Apr 7 13:01:32 2015 (r383511) +++ head/editors/heme/Makefile Tue Apr 7 13:21:09 2015 (r383512) @@ -6,7 +6,7 @@ PORTVERSION= 0.4.2 CATEGORIES= editors MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danfe@FreeBSD.org COMMENT= Small and fast console hex editor for Unix-like systems LICENSE= GPLv2 Modified: head/games/qstat/Makefile ============================================================================== --- head/games/qstat/Makefile Tue Apr 7 13:01:32 2015 (r383511) +++ head/games/qstat/Makefile Tue Apr 7 13:21:09 2015 (r383512) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= games net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danfe@FreeBSD.org COMMENT= Command-line program to query game servers on the net CONFLICTS_INSTALL= torque-[0-9]* Modified: head/x11/bmpanel2/Makefile ============================================================================== --- head/x11/bmpanel2/Makefile Tue Apr 7 13:01:32 2015 (r383511) +++ head/x11/bmpanel2/Makefile Tue Apr 7 13:21:09 2015 (r383512) @@ -8,7 +8,7 @@ CATEGORIES= x11 MASTER_SITES= GOOGLE_CODE PATCH_SITES= LOCAL/danfe -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danfe@FreeBSD.org COMMENT= Lightweight NetWM-compliant panel (taskbar) for X11 LICENSE= MIT