svn commit: r305373 - in head/audio: cpp-xmms2 p5-xmms2 py-xmms2 xmms2
Guido Falsi
madpilot at FreeBSD.org
Sat Oct 6 15:01:12 UTC 2012
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 at foxybanana.com>
-#
+# Created by: Alexander Botero-Lowry <alex at foxybanana.com>
# $FreeBSD$
-#
PORTREVISION= 6
CATEGORIES= audio
PKGNAMEPREFIX= cpp-
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= madpilot at 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 at FreeBSD.org>
-#
+# Created by: Alexander Botero-Lowry <alexbl at FreeBSD.org>
# $FreeBSD$
-#
PORTREVISION= 1
CATEGORIES= audio perl5
PKGNAMEPREFIX= p5-
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= madpilot at 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 at foxybanana.com>
-#
+# Created by: Alexander Botero-Lowry <alex at foxybanana.com>
# $FreeBSD$
-#
PORTREVISION= 5
CATEGORIES= audio python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= madpilot at 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 at foxybanana.com>
-#
+# Created by: Alexander Botero-Lowry <alex at 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 at FreeBSD.org
+MAINTAINER?= madpilot at FreeBSD.org
COMMENT?= Rewrite of xmms as a client/server system (developer release)
USE_BZIP2= yes
More information about the svn-ports-head
mailing list