From owner-svn-ports-head@FreeBSD.ORG Sat Oct 6 15:01:12 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0A623106564A; Sat, 6 Oct 2012 15:01:12 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E73268FC0C; Sat, 6 Oct 2012 15:01:11 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q96F1Bjh085247; Sat, 6 Oct 2012 15:01:11 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q96F1BQo085241; Sat, 6 Oct 2012 15:01:11 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201210061501.q96F1BQo085241@svn.freebsd.org> From: Guido Falsi Date: Sat, 6 Oct 2012 15:01:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r305373 - in head/audio: cpp-xmms2 p5-xmms2 py-xmms2 xmms2 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 06 Oct 2012 15:01:12 -0000 Author: madpilot Date: Sat Oct 6 15:01:11 2012 New Revision: 305373 URL: http://svn.freebsd.org/changeset/ports/305373 Log: - Allow xmms2 slave ports to override MAINTAINER - Correctly take maintainership of unmaintained xmms2 slaves - While I'm here, trim Makefile headers Modified: head/audio/cpp-xmms2/Makefile (contents, props changed) head/audio/p5-xmms2/Makefile (contents, props changed) head/audio/py-xmms2/Makefile (contents, props changed) head/audio/xmms2/Makefile Modified: head/audio/cpp-xmms2/Makefile ============================================================================== --- head/audio/cpp-xmms2/Makefile Sat Oct 6 14:53:49 2012 (r305372) +++ head/audio/cpp-xmms2/Makefile Sat Oct 6 15:01:11 2012 (r305373) @@ -1,15 +1,11 @@ -# New ports collection makefile for: cpp-xmms2 -# Date created: 06 Jul 2006 -# Whom: Alexander Botero-Lowry -# +# Created by: Alexander Botero-Lowry # $FreeBSD$ -# PORTREVISION= 6 CATEGORIES= audio PKGNAMEPREFIX= cpp- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= madpilot@FreeBSD.org COMMENT= C++ Bindings for XMMS2 LIB_DEPENDS+= boost_signals.4:${PORTSDIR}/devel/boost-libs \ Modified: head/audio/p5-xmms2/Makefile ============================================================================== --- head/audio/p5-xmms2/Makefile Sat Oct 6 14:53:49 2012 (r305372) +++ head/audio/p5-xmms2/Makefile Sat Oct 6 15:01:11 2012 (r305373) @@ -1,15 +1,11 @@ -# New ports collection makefile for: p5-xmms2 -# Date created: 05 Jul 2007 -# Whom: Alexander Botero-Lowry -# +# Created by: Alexander Botero-Lowry # $FreeBSD$ -# PORTREVISION= 1 CATEGORIES= audio perl5 PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= madpilot@FreeBSD.org COMMENT= Perl Bindings for XMMS2 LIB_DEPENDS+= xmmsclient.6:${PORTSDIR}/audio/xmms2 Modified: head/audio/py-xmms2/Makefile ============================================================================== --- head/audio/py-xmms2/Makefile Sat Oct 6 14:53:49 2012 (r305372) +++ head/audio/py-xmms2/Makefile Sat Oct 6 15:01:11 2012 (r305373) @@ -1,16 +1,12 @@ -# New ports collection makefile for: py-xmms2 -# Date created: 18 Mar 2006 -# Whom: Alexander Botero-Lowry -# +# Created by: Alexander Botero-Lowry # $FreeBSD$ -# PORTREVISION= 5 CATEGORIES= audio python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= madpilot@FreeBSD.org COMMENT= Python Bindings for XMMS2 BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Pyrex/__init__.py:${PORTSDIR}/devel/pyrex Modified: head/audio/xmms2/Makefile ============================================================================== --- head/audio/xmms2/Makefile Sat Oct 6 14:53:49 2012 (r305372) +++ head/audio/xmms2/Makefile Sat Oct 6 15:01:11 2012 (r305373) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xmms2 -# Date created: 20 May 2005 -# Whom: Alexander Botero-Lowry -# +# Created by: Alexander Botero-Lowry # $FreeBSD$ -# PORTNAME?= xmms2 PORTVERSION= 0.8 @@ -12,7 +8,7 @@ DISTVERSIONSUFFIX=DrO_o CATEGORIES?= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20${DISTVERSIONSUFFIX} -MAINTAINER= madpilot@FreeBSD.org +MAINTAINER?= madpilot@FreeBSD.org COMMENT?= Rewrite of xmms as a client/server system (developer release) USE_BZIP2= yes