Date: Mon, 20 Oct 2008 02:01:43 +0800 (CST) From: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: netchild@FreeBSD.org Subject: ports/128232: [PATCH] audio/lame: update to 3.98.2 Message-ID: <20081019180143.C13243901@sunpoet.net> Resent-Message-ID: <200810191810.m9JIA6tn059028@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 128232 >Category: ports >Synopsis: [PATCH] audio/lame: update to 3.98.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Oct 19 18:10:05 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 7.1-PRERELEASE amd64 >Organization: SUNPOET.net >Environment: System: FreeBSD bonjour.sunpoet.net 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #12: Thu Sep 4 10:55:47 CST >Description: - Update to 3.98.2 - Make portlint happier. Port maintainer (netchild@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- lame-3.98.2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/audio/lame/Makefile /usr/ports/sunpoet/lame/Makefile --- /usr/ports/audio/lame/Makefile 2007-02-07 09:58:50.000000000 +0800 +++ /usr/ports/sunpoet/lame/Makefile 2008-10-20 02:00:52.716154639 +0800 @@ -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 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 @@ .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 -ruN --exclude=CVS /usr/ports/audio/lame/distinfo /usr/ports/sunpoet/lame/distinfo --- /usr/ports/audio/lame/distinfo 2006-09-28 02:59:15.000000000 +0800 +++ /usr/ports/sunpoet/lame/distinfo 2008-10-01 17:28:25.216627255 +0800 @@ -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 --- lame-3.98.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081019180143.C13243901>