diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-03-31 06:01:18 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-03-31 06:01:18 +0000 |
commit | 0fdc100aa1f241cd0bc0c19d46d9a6e04e44d866 (patch) | |
tree | 46841282ac2ebe44a0f2dac9b2b1016155bf474e | |
parent | a2de9edf5dd8dc5b0f41dd7e8b523ecd47165fd1 (diff) | |
download | ports-0fdc100aa1f241cd0bc0c19d46d9a6e04e44d866.tar.gz ports-0fdc100aa1f241cd0bc0c19d46d9a6e04e44d866.zip |
Unbreak this important port and provide working mastersites. Linux port of
Monkey's Audio Codec is currently maintained by Jason Jordan (shntool-enabled
versions 3.99-u4-b5-sX, bringing patch aggregation, pipe decoding/encoding,
bug fixes, miscellaneous enhancements); will be updated via separate commit.
Notes
Notes:
svn path=/head/; revision=382793
-rw-r--r-- | audio/mac/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/mac/Makefile b/audio/mac/Makefile index 0fe3d8e4898e..6cf553c80a3f 100644 --- a/audio/mac/Makefile +++ b/audio/mac/Makefile @@ -5,14 +5,13 @@ PORTNAME= mac PORTVERSION= 3.99.4.5 PORTREVISION= 2 CATEGORIES= audio -MASTER_SITES= http://supermmx.org/resources/linux/mac/ +MASTER_SITES= http://etree.org/shnutils/shntool/support/formats/ape/unix/3.99-u4-b5/ \ + http://freebsd.nsu.ru/distfiles/ DISTNAME= ${PORTNAME}-3.99-u4-b5 MAINTAINER= multimedia@FreeBSD.org COMMENT= Monkey's Audio lossless codec -BROKEN= No public distfiles - USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes |