Date: Sat, 10 Jul 2004 00:00:09 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/68858: Update port: audio/cuetools to 0.6 Message-ID: <20040710000009.40a23ccc.tkato432@yahoo.com> Resent-Message-ID: <200407091510.i69FABC7088094@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 68858 >Category: ports >Synopsis: Update port: audio/cuetools to 0.6 >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: Fri Jul 09 15:10:11 GMT 2004 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.10-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 0.6 >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/cuetools/Makefile audio/cuetools/Makefile --- /usr/ports/audio/cuetools/Makefile Sun Feb 29 12:18:16 2004 +++ audio/cuetools/Makefile Thu Jul 8 23:30:15 2004 @@ -6,7 +6,7 @@ # PORTNAME= cuetools -PORTVERSION= 0.5.2 +PORTVERSION= 0.6 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,17 +14,23 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A set of utilities for working with cue files and toc files +USE_REINPLACE= yes USE_GMAKE= yes MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" prefix="${PREFIX}" \ - INSTALL_PROGRAM="${INSTALL_PROGRAM}" + INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ + INSTALL_DATA="${INSTALL_DATA}" -PORTDOCS= ChangeLog README cuerename formats useage -PLIST_FILES= bin/cuebreakpoints bin/cueconvert bin/cuerename +PORTDOCS= CHANGES README cuerename formats useage +PLIST_FILES= bin/cueconvert bin/cuerename + +post-patch: + @${FIND} ${WRKSRC} -name "Makefile" | ${XARGS} ${REINPLACE_CMD} -e \ + 's|-D ||g' post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for file in ChangeLog README doc/cuerename doc/formats doc/useage +.for file in CHANGES README doc/cuerename doc/formats doc/useage ${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif diff -urN /usr/ports/audio/cuetools/distinfo audio/cuetools/distinfo --- /usr/ports/audio/cuetools/distinfo Sat Feb 21 02:33:16 2004 +++ audio/cuetools/distinfo Thu Jul 8 23:26:42 2004 @@ -1,2 +1,2 @@ -MD5 (cuetools-0.5.2.tar.gz) = 63e61df4482f2e71c1fd8425ede08c41 -SIZE (cuetools-0.5.2.tar.gz) = 21038 +MD5 (cuetools-0.6.tar.gz) = c3b4f6c5f650ba06156f25d70533698a +SIZE (cuetools-0.6.tar.gz) = 21583 diff -urN /usr/ports/audio/cuetools/pkg-descr audio/cuetools/pkg-descr --- /usr/ports/audio/cuetools/pkg-descr Tue Dec 30 21:43:23 2003 +++ audio/cuetools/pkg-descr Thu Jul 8 23:31:39 2004 @@ -1,8 +1,6 @@ Cuetools is a set of utilities for working with cue files and toc files. It contains: - cueconverter: convert between cue and toc formats -- cuebreakpoints: output track break points from a cue/toc file, in a - format usable by shnsplit (part of the shntool package) - cuerename: rename files based on a template WWW: http://cuetools.sourceforge.net/ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040710000009.40a23ccc.tkato432>