diff options
Diffstat (limited to 'audio/alac/Makefile')
-rw-r--r-- | audio/alac/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/alac/Makefile b/audio/alac/Makefile index 7ee2a863904d..e12212a440cc 100644 --- a/audio/alac/Makefile +++ b/audio/alac/Makefile @@ -6,11 +6,11 @@ # PORTNAME= alac -PORTVERSION= 0.1.3 -PORTREVISION= 1 +PORTVERSION= 0.2.0 CATEGORIES= audio -MASTER_SITES= http://crazney.net/programs/itunes/files/ +MASTER_SITES= http://craz.net/programs/itunes/files/ DISTNAME= ${PORTNAME}_decoder-${PORTVERSION} +EXTRACT_SUFX= .tgz MAINTAINER= multimedia@FreeBSD.org COMMENT= Basic decoder for Apple Lossless Audio Codec files (ALAC) |