Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  6 May 2004 17:48:00 -0400 (EDT)
From:      michael johnson <ahze@ahze.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/66340: [MAINTAINER] audio/grip: [add missing brace]
Message-ID:  <20040506214800.798976BF6@ahze.ahze.net>
Resent-Message-ID: <200405062150.i46LoPwu003636@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         66340
>Category:       ports
>Synopsis:       [MAINTAINER] audio/grip: [add missing brace]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 06 14:50:25 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     michael johnson
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD gentoo.ahze.net 5.2-CURRENT FreeBSD 5.2-CURRENT #45: Mon May  3 05:09:04 EDT
>Description:
- add missing brace

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- grip-3.2.0_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/grip/Makefile,v
retrieving revision 1.52
diff -u -r1.52 Makefile
--- Makefile	6 May 2004 08:45:04 -0000	1.52
+++ Makefile	6 May 2004 21:45:59 -0000
@@ -13,7 +13,7 @@
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	ahze@ahze.net
-COMMENT=	GTK front-end to external cd rippers and mp3 encoders
+COMMENT=	GTK front-end to external cd rippers and audio encoders
 
 LIB_DEPENDS=	id3-3.8.3:${PORTSDIR}/audio/id3lib \
 		curl.2:${PORTSDIR}/ftp/curl
@@ -102,7 +102,7 @@
 	@${REINPLACE_CMD} -e 's|/dev/cdrom|${DEFAULT_CDROM_DEVICE}|' \
 		${WRKSRC}/src/grip.c
 	@${REINPLACE_CMD} -e 's|{"xingmp3enc","-B %b -Q %w","mp3"},||; \
-		s|{"l3enc","-br %b %w %m","mp3"},|"faac","-w -b %b %w -o %m", "m4a"},|; \
+		s|{"l3enc","-br %b %w %m","mp3"},|{"faac","-w -b %b %w -o %m", "m4a"},|; \
 		s|mp3encode|encode|' \
 		${WRKSRC}/src/gripcfg.c
 
--- grip-3.2.0_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?20040506214800.798976BF6>