diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2009-01-09 09:40:55 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2009-01-09 09:40:55 +0000 |
commit | 7b92bd1792b919627cdf6af7de6a4d98ef1eab0f (patch) | |
tree | 438720d965f6672d55d367c79df455e59acf51b3 /audio/lame | |
parent | ea7ddc4855a1e35db24c8f2cf04dc29ff4a4f6df (diff) | |
download | ports-7b92bd1792b919627cdf6af7de6a4d98ef1eab0f.tar.gz ports-7b92bd1792b919627cdf6af7de6a4d98ef1eab0f.zip |
Notes
Diffstat (limited to 'audio/lame')
-rw-r--r-- | audio/lame/Makefile | 10 | ||||
-rw-r--r-- | audio/lame/distinfo | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/audio/lame/Makefile b/audio/lame/Makefile index 5e12a3a5748b..919e4dfffeed 100644 --- a/audio/lame/Makefile +++ b/audio/lame/Makefile @@ -6,19 +6,19 @@ # PORTNAME= lame -PORTVERSION= 3.97 -PORTREVISION= 1 +PORTVERSION= 3.98.2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.fu-berlin.de/unix/sound/%SUBDIR%/ MASTER_SITE_SUBDIR= lame +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//:S/./-/} MAINTAINER= netchild@FreeBSD.org -COMMENT= ISO code based fast MP3 encoder kit +COMMENT= Fast MP3 encoder kit USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --enable-nasm --enable-mp3rtp --disable-gtktest @@ -31,7 +31,7 @@ DOC_FILES= API LICENSE README TODO USAGE .include <bsd.port.pre.mk> .if ${ARCH} == "i386" -BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm +BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm .endif .if defined(NOPORTDOCS) diff --git a/audio/lame/distinfo b/audio/lame/distinfo index bf9a82c8c849..350088e15745 100644 --- a/audio/lame/distinfo +++ b/audio/lame/distinfo @@ -1,3 +1,3 @@ -MD5 (lame-3.97.tar.gz) = 90a4acbb730d150dfe80de145126eef7 -SHA256 (lame-3.97.tar.gz) = 0a2334a6d11085298a9a3c46d5d310cca012f2e61d6efae90840a76a364dbe17 -SIZE (lame-3.97.tar.gz) = 1328058 +MD5 (lame-398-2.tar.gz) = 719dae0ee675d0c16e0e89952930ed35 +SHA256 (lame-398-2.tar.gz) = a17a28569d8ed1e514915c1f12bdf4eedac506e5fbdf9a429ba97d5d42c9af32 +SIZE (lame-398-2.tar.gz) = 1327643 |