diff options
author | netchild <netchild@FreeBSD.org> | 2009-01-09 17:40:55 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2009-01-09 17:40:55 +0800 |
commit | f6c019698550587ee501216d744619e03c3b110f (patch) | |
tree | aefbef863685de3881787adc7779f1b3fb73078a | |
parent | 3715780ac6c5825682bf8ea8dd14f53062bda9cc (diff) | |
download | freebsd-ports-gnome-f6c019698550587ee501216d744619e03c3b110f.tar.gz freebsd-ports-gnome-f6c019698550587ee501216d744619e03c3b110f.tar.zst freebsd-ports-gnome-f6c019698550587ee501216d744619e03c3b110f.zip |
- Update to 3.98.2. [1]
- Pet portlint. [2]
- Use a better COMMENT. [3]
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> [1,2],
Roland Smith <rsmith@xs4all.nl> [1,3]
PR: 127560 [1,3], 128232 [1,2]
-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 |