Date: Sat, 6 Oct 2012 15:01:11 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305373 - in head/audio: cpp-xmms2 p5-xmms2 py-xmms2 xmms2 Message-ID: <201210061501.q96F1BQo085241@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <alex@foxybanana.com> -# +# Created by: Alexander Botero-Lowry <alex@foxybanana.com> # $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 <alexbl@FreeBSD.org> -# +# Created by: Alexander Botero-Lowry <alexbl@FreeBSD.org> # $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 <alex@foxybanana.com> -# +# Created by: Alexander Botero-Lowry <alex@foxybanana.com> # $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 <alex@foxybanana.com> -# +# Created by: Alexander Botero-Lowry <alex@foxybanana.com> # $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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210061501.q96F1BQo085241>