1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Allow xmms2 slave ports to override MAINTAINER

- Correctly take maintainership of unmaintained xmms2 slaves
- While I'm here, trim Makefile headers
This commit is contained in:
Guido Falsi 2012-10-06 15:01:11 +00:00
parent 5c0f8b3b49
commit 45a89de30e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305373
4 changed files with 8 additions and 24 deletions

View File

@ -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 \

View File

@ -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

View File

@ -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

View File

@ -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