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 /graphics/xmms-jess | |
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 'graphics/xmms-jess')
-rw-r--r-- | graphics/xmms-jess/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/graphics/xmms-jess/Makefile b/graphics/xmms-jess/Makefile index a339c5079788..3e4d441c943e 100644 --- a/graphics/xmms-jess/Makefile +++ b/graphics/xmms-jess/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xmms-jess -# Date created: 3 Feb 2002 -# Whom: David Yeske <dyeske@gmail.com> -# +# Created by: David Yeske <dyeske@gmail.com> # $FreeBSD$ -# PORTNAME= xmms-jess PORTVERSION= 2.9.1 @@ -12,8 +8,8 @@ CATEGORIES= graphics MASTER_SITES= http://arquier.free.fr/ DISTNAME= JESS-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org -COMMENT= A XMMS visualization plugin that uses SDL +MAINTAINER= c.petrik.sosa@gmail.com +COMMENT= XMMS visualization plugin that uses SDL BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms |