Date: Mon, 26 Apr 2004 22:00:12 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/65991: Update port: audio/sfront 0.86 Message-ID: <20040426220012.12da5ecb.tkato@prontomail.com> Resent-Message-ID: <200404261310.i3QDAHfT053846@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 65991 >Category: ports >Synopsis: Update port: audio/sfront 0.86 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 26 06:10:17 PDT 2004 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.9-RELEASE-p5 i386 >Organization: >Environment: >Description: - Update to version 0.86 >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/sfront/Makefile audio/sfront/Makefile --- /usr/ports/audio/sfront/Makefile Sun Feb 8 20:14:33 2004 +++ audio/sfront/Makefile Mon Apr 26 18:26:13 2004 @@ -7,26 +7,23 @@ # PORTNAME= sfront -PORTVERSION= 0.85 -PORTREVISION= 1 +PORTVERSION= 0.86 CATEGORIES= audio MASTER_SITES= http://www.cs.berkeley.edu/~lazzaro/sa/ -DISTNAME= ${PORTNAME} -DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} +DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A translator that converts MP4-SA files into efficient C programs -PLIST_FILES= bin/sfront -USE_REINPLACE= yes -USE_BISON= yes WRKSRC= ${WRKDIR}/${PORTNAME}/src -ALL_TARGET= # empty -post-patch: - @${REINPLACE_CMD} -e "s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile +USE_BISON= yes +MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" +ALL_TARGET= ${PORTNAME} + +PLIST_FILES= bin/sfront do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/../bin/sfront ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/sfront ${PREFIX}/bin .include <bsd.port.mk> diff -urN /usr/ports/audio/sfront/distinfo audio/sfront/distinfo --- /usr/ports/audio/sfront/distinfo Wed Jan 28 18:45:12 2004 +++ audio/sfront/distinfo Mon Apr 26 18:20:35 2004 @@ -1,2 +1,2 @@ -MD5 (sfront-0.85/sfront.tar.gz) = 9104842efa79b34d4653d5a173373833 -SIZE (sfront-0.85/sfront.tar.gz) = 4553211 +MD5 (sfront0.86.tar.gz) = e386f23c465771f61f3edd20c6295304 +SIZE (sfront0.86.tar.gz) = 4734295 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040426220012.12da5ecb.tkato>