diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-06-19 08:26:18 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-06-19 08:26:18 +0000 |
commit | bbed9774f919f0f19b7690579fe38620b8ce4bdb (patch) | |
tree | 69487d2b3988dfcb683f0bd83bb0df1605ef0596 /audio/cmp3 | |
parent | Take over maintainership of this port. Old maintainer cites no time (diff) |
Change my email address to FreeBSD.org.
Also some minor nits (extra fluff in all of my ports' DESCR files,
USE_XLIB defined when USE_X_PREFIX is also defined, etc).
Diffstat (limited to 'audio/cmp3')
-rw-r--r-- | audio/cmp3/Makefile | 8 | ||||
-rw-r--r-- | audio/cmp3/pkg-descr | 3 |
2 files changed, 4 insertions, 7 deletions
diff --git a/audio/cmp3/Makefile b/audio/cmp3/Makefile index 705aa50360f7..db0469f69880 100644 --- a/audio/cmp3/Makefile +++ b/audio/cmp3/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: cmp3 # Version required: 2.0pre3 # Date created: 10 April 1999 -# Whom: Chris Piazza <cpiazza@home.net> +# Whom: Chris Piazza <cpiazza@FreeBSD.org> # -# $Id: Makefile,v 1.3 1999/04/15 03:10:06 mharo Exp $ +# $Id: Makefile,v 1.4 1999/05/16 23:24:36 mharo Exp $ # DISTNAME= cmp3-2.0pre3 PKGNAME= cmp3-2.0p3 CATEGORIES= audio -MASTER_SITES= http://www.personal.psu.edu/users/n/k/nkk104/cmp3/ +MASTER_SITES= http://www.personal.psu.edu/users/n/k/nkk104/cmp3/ -MAINTAINER= cpiazza@home.net +MAINTAINER= cpiazza@FreeBSD.org RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 diff --git a/audio/cmp3/pkg-descr b/audio/cmp3/pkg-descr index c8975f9b2b72..4bf34536fab3 100644 --- a/audio/cmp3/pkg-descr +++ b/audio/cmp3/pkg-descr @@ -3,6 +3,3 @@ playlist support, volume control and tools to help with file management. The author is Neville Kadwa <pandama@psu.edu>. WWW: http://nkk104.rh.psu.edu/cmp3/ - --Chris Piazza -cpiazza@home.net |