diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-02-08 15:06:32 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-02-08 15:06:32 +0000 |
commit | 70dec15c493d6545aac374c92955ee0e39dcbcc6 (patch) | |
tree | 8679f78b7f0c460bd0395d7f0588c99fc0151aa3 /audio | |
parent | 224a13a7db347a4112d86e6dfed82069eaae255f (diff) |
Notes
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 |