diff options
author | miwi <miwi@FreeBSD.org> | 2010-02-08 23:06:32 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-02-08 23:06:32 +0800 |
commit | a83f33aad74a6b9154326d367f3bb866ce3c9d00 (patch) | |
tree | 0185659c291a7d2c1f38de3445208436f64f30d0 /audio | |
parent | 046ba853c155ae71aeec72c6102031df94866224 (diff) | |
download | freebsd-ports-gnome-a83f33aad74a6b9154326d367f3bb866ce3c9d00.tar.gz freebsd-ports-gnome-a83f33aad74a6b9154326d367f3bb866ce3c9d00.tar.zst freebsd-ports-gnome-a83f33aad74a6b9154326d367f3bb866ce3c9d00.zip |
- Update to 1.9.1
PR: 143372
Submitted by: Bernhard Froehlich <decke@bluelife.at> (maintainer)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/asunder/Makefile | 10 | ||||
-rw-r--r-- | audio/asunder/distinfo | 6 |
2 files changed, 10 insertions, 6 deletions
diff --git a/audio/asunder/Makefile b/audio/asunder/Makefile index 29715ea58fe6..b7667b396d7d 100644 --- a/audio/asunder/Makefile +++ b/audio/asunder/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= asunder -PORTVERSION= 1.6.2 -PORTREVISION= 2 +PORTVERSION= 1.9.1 CATEGORIES= audio MASTER_SITES= http://littlesvr.ca/asunder/releases/ @@ -19,7 +18,8 @@ RUN_DEPENDS= ${LOCALBASE}/bin/cdparanoia:${PORTSDIR}/audio/cdparanoia OPTIONS= LAME "lame support" on \ OGG "ogg-vorbis support" on \ FLAC "FLAC support" on \ - WAVPACK "WavPack support" off + WAVPACK "WavPack support" off \ + MONKEYAUDIO "Monkey's Audio support" off USE_BZIP2= yes GNU_CONFIGURE= yes @@ -45,6 +45,10 @@ RUN_DEPENDS+= flac:${PORTSDIR}/audio/flac RUN_DEPENDS+= wavpack:${PORTSDIR}/audio/wavpack .endif +.if defined(WITH_MONKEYAUDIO) +RUN_DEPENDS+= mac:${PORTSDIR}/audio/mac +.endif + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/audio/asunder/distinfo b/audio/asunder/distinfo index a93de638f5b0..906658e84aa6 100644 --- a/audio/asunder/distinfo +++ b/audio/asunder/distinfo @@ -1,3 +1,3 @@ -MD5 (asunder-1.6.2.tar.bz2) = 6e9bd170497cb9cd36a544bd36e9634c -SHA256 (asunder-1.6.2.tar.bz2) = 74f77db7ab82fdf4bf21a5c417aa498911b35b72135df0915abcf4f02c4ab239 -SIZE (asunder-1.6.2.tar.bz2) = 194677 +MD5 (asunder-1.9.1.tar.bz2) = 91e1939978e4379f1328d8ededf4bb06 +SHA256 (asunder-1.9.1.tar.bz2) = 9fefd50b74d6457c0b6157387434cb91cb1db95ac1aa806c2b39734038bdb700 +SIZE (asunder-1.9.1.tar.bz2) = 217005 |