Date: Mon, 27 Sep 2004 23:23:05 -0400 (EDT) From: Michael Johnson <ahze@ahze.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/72140: [PATCH] audio/cuetools: update to 1.1 Message-ID: <200409280323.i8S3N5Vb075272@blueheron.ahze.net> Resent-Message-ID: <200409280330.i8S3UapC044704@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 72140 >Category: ports >Synopsis: [PATCH] audio/cuetools: update to 1.1 >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: Tue Sep 28 03:30:36 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Michael Johnson >Release: FreeBSD 5.3-BETA3 i386 >Organization: >Environment: System: FreeBSD blueheron.ahze.net 5.3-BETA3 FreeBSD 5.3-BETA3 #66: Tue Sep 7 12:56:04 EDT >Description: - Update to 1.1 Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- cuetools-1.1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/cuetools/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 3 Sep 2004 07:57:27 -0000 1.5 +++ Makefile 28 Sep 2004 03:22:21 -0000 @@ -6,7 +6,7 @@ # PORTNAME= cuetools -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= audio MASTER_SITES= http://download.berlios.de/cuetools/ @@ -20,13 +20,14 @@ INSTALL_DATA="${INSTALL_DATA}" MAN1= cuebreakpoints.1 cueconvert.1 cueprint.1 -PORTDOCS= README +PORTDOCS= README formats.txt PLIST_FILES= bin/cuebreakpoints bin/cueconvert bin/cueprint post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/formats.txt ${DOCSDIR} .endif .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/audio/cuetools/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- distinfo 3 Sep 2004 07:57:27 -0000 1.5 +++ distinfo 28 Sep 2004 03:19:57 -0000 @@ -1,2 +1,2 @@ -MD5 (cuetools-1.0.tar.gz) = 11fa0d50858b0f6f9c190b9832e9c62d -SIZE (cuetools-1.0.tar.gz) = 21400 +MD5 (cuetools-1.1.tar.gz) = 00b16ac97e26a6cd682dd6644ec4aada +SIZE (cuetools-1.1.tar.gz) = 26044 --- cuetools-1.1.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?200409280323.i8S3N5Vb075272>