diff options
author | rm <rm@FreeBSD.org> | 2012-09-30 14:25:19 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-09-30 14:25:19 +0800 |
commit | e5b3448be130a3bd69e1a4683404efba5d6afc44 (patch) | |
tree | 3aa016350465b9652676a8ba08c9b11c944e9515 /audio/xmms-sid | |
parent | bec194c63f8a7aacb7b4e1786c91824712aef5b3 (diff) | |
download | freebsd-ports-gnome-e5b3448be130a3bd69e1a4683404efba5d6afc44.tar.gz freebsd-ports-gnome-e5b3448be130a3bd69e1a4683404efba5d6afc44.tar.zst freebsd-ports-gnome-e5b3448be130a3bd69e1a4683404efba5d6afc44.zip |
- pass maintainership to new volonteer
while here:
- trim Makefile header
- remove indifenite article from COMMENT
- remove deprecated attribution in pkg-descr
PR: 172163
Submitted by: Chris Petrik <c.petrik.sosa at gmail dot com>
Diffstat (limited to 'audio/xmms-sid')
-rw-r--r-- | audio/xmms-sid/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/xmms-sid/Makefile b/audio/xmms-sid/Makefile index 7a6c6d87c9c8..9a831381d76f 100644 --- a/audio/xmms-sid/Makefile +++ b/audio/xmms-sid/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xmms-sid -# Date created: 9 Sep 2002 -# Whom: David Yeske <dyeske@gmail.com> -# +# Created by: David Yeske <dyeske@gmail.com> # $FreeBSD$ -# PORTNAME= xmms-sid PORTVERSION= 0.7.4 @@ -11,7 +7,7 @@ PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= http://www.tnsp.org/xs-files/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= XMMS input plugin to play SID files LIB_DEPENDS= sidplay.1:${PORTSDIR}/audio/libsidplay |