diff options
author | sobomax <sobomax@FreeBSD.org> | 2003-05-01 03:53:42 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2003-05-01 03:53:42 +0800 |
commit | f15ff62a706f5451d1400a9c91a921f343029492 (patch) | |
tree | 3d8f11e40fd06376b3ad063e841dbf522e07a0af /audio/sweep/Makefile | |
parent | 70c8ddbbe2a8ff67259fd6d5efc4f8366cd23502 (diff) | |
download | freebsd-ports-graphics-f15ff62a706f5451d1400a9c91a921f343029492.tar.gz freebsd-ports-graphics-f15ff62a706f5451d1400a9c91a921f343029492.tar.zst freebsd-ports-graphics-f15ff62a706f5451d1400a9c91a921f343029492.zip |
- Update to 0.8.2.
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
- Drop maintainership.
Diffstat (limited to 'audio/sweep/Makefile')
-rw-r--r-- | audio/sweep/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/sweep/Makefile b/audio/sweep/Makefile index 93cc41eb5f1..9954f444713 100644 --- a/audio/sweep/Makefile +++ b/audio/sweep/Makefile @@ -6,19 +6,18 @@ # PORTNAME= sweep -PORTVERSION= 0.8.0 -PORTREVISION= 1 +PORTVERSION= 0.8.2 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A sound editor for the GNOME/GTK 1.2 desktop LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \ samplerate.0:${PORTSDIR}/audio/libsamplerate \ vorbis.2:${PORTSDIR}/audio/libvorbis \ - speex.1:${PORTSDIR}/audio/speex \ + speex.0:${PORTSDIR}/audio/speex \ mad.1:${PORTSDIR}/audio/mad \ tdb.1:${PORTSDIR}/databases/tdb |