diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-30 04:44:49 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-30 04:44:49 +0800 |
commit | 3720200c81529438b585b954fb2a7cb554bc85da (patch) | |
tree | 4a46a174b0483b807518a1c040e9b9a9b9925937 /audio/lame/Makefile | |
parent | c1533e0ca55a41443bb2609847e9082f7ad4e776 (diff) | |
download | freebsd-ports-graphics-3720200c81529438b585b954fb2a7cb554bc85da.tar.gz freebsd-ports-graphics-3720200c81529438b585b954fb2a7cb554bc85da.tar.zst freebsd-ports-graphics-3720200c81529438b585b954fb2a7cb554bc85da.zip |
Update to lame 3.70
PR: 18119
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
Reviewed by: maintainer
Diffstat (limited to 'audio/lame/Makefile')
-rw-r--r-- | audio/lame/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/lame/Makefile b/audio/lame/Makefile index 9961f416ce3..0e8e5b3c7f3 100644 --- a/audio/lame/Makefile +++ b/audio/lame/Makefile @@ -6,13 +6,13 @@ # PORTNAME= lame -PORTVERSION= 3.51 +PORTVERSION= 3.70 CATEGORIES= audio MASTER_SITES= ftp://ftp.sunet.se/pub/multimedia/Berkeley/mpeg2/conformance-bitstreams/audio/mpeg2/software/technical_report/ DISTNAME= dist10 PATCH_SITES= http://www.sulaco.org/mp3/download/patches/ -PATCHFILES= lame3.51.patch.gz +PATCHFILES= lame${PORTVERSION}.patch.gz MAINTAINER= yoshiaki@kt.rim.or.jp |