aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2012-10-06 15:01:11 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2012-10-06 15:01:11 +0000
commit45a89de30eeaac539561370c352b7bd2cadcee5e (patch)
tree4605eeba030f0847de50e65b144a4224441e561d /audio
parent5c0f8b3b4929737ccb9febf97cae8fc2adfd3b73 (diff)
downloadports-45a89de30eeaac539561370c352b7bd2cadcee5e.tar.gz
ports-45a89de30eeaac539561370c352b7bd2cadcee5e.zip
- Allow xmms2 slave ports to override MAINTAINER
- Correctly take maintainership of unmaintained xmms2 slaves - While I'm here, trim Makefile headers
Notes
Notes: svn path=/head/; revision=305373
Diffstat (limited to 'audio')
-rw-r--r--audio/cpp-xmms2/Makefile8
-rw-r--r--audio/p5-xmms2/Makefile8
-rw-r--r--audio/py-xmms2/Makefile8
-rw-r--r--audio/xmms2/Makefile8
4 files changed, 8 insertions, 24 deletions
diff --git a/audio/cpp-xmms2/Makefile b/audio/cpp-xmms2/Makefile
index 19228a8c75f7..8fcf8d963618 100644
--- a/audio/cpp-xmms2/Makefile
+++ b/audio/cpp-xmms2/Makefile
@@ -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 \
diff --git a/audio/p5-xmms2/Makefile b/audio/p5-xmms2/Makefile
index ea9a1df66a53..167bb33aa5ac 100644
--- a/audio/p5-xmms2/Makefile
+++ b/audio/p5-xmms2/Makefile
@@ -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
diff --git a/audio/py-xmms2/Makefile b/audio/py-xmms2/Makefile
index 500aa20b6e38..3ca417b7ed90 100644
--- a/audio/py-xmms2/Makefile
+++ b/audio/py-xmms2/Makefile
@@ -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
diff --git a/audio/xmms2/Makefile b/audio/xmms2/Makefile
index 424f46d78c99..c4343ad3d8e6 100644
--- a/audio/xmms2/Makefile
+++ b/audio/xmms2/Makefile
@@ -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