From dom@host217-41-37-46.in-addr.btopenworld.com  Sun Aug 11 15:34:52 2002
Return-Path: <dom@host217-41-37-46.in-addr.btopenworld.com>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6A78237B400
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 11 Aug 2002 15:34:52 -0700 (PDT)
Received: from host217-41-37-46.in-addr.btopenworld.com (host217-41-37-46.in-addr.btopenworld.com [217.41.37.46])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BFDE943E4A
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 11 Aug 2002 15:34:51 -0700 (PDT)
	(envelope-from dom@host217-41-37-46.in-addr.btopenworld.com)
Received: by host217-41-37-46.in-addr.btopenworld.com (Postfix, from userid 1000)
	id 5F1E615B; Sun, 11 Aug 2002 23:36:44 +0100 (BST)
Message-Id: <20020811223644.5F1E615B@host217-41-37-46.in-addr.btopenworld.com>
Date: Sun, 11 Aug 2002 23:36:44 +0100 (BST)
From: Dominic Marks <dominic_marks@btinternet.com>
Reply-To: Dominic Marks <dominic_marks@btinternet.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Port Update: audio/easytag
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         41561
>Category:       ports
>Synopsis:       Port Update: audio/easytag
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    naddy
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 11 15:40:02 PDT 2002
>Closed-Date:    Thu Aug 15 04:14:55 PDT 2002
>Last-Modified:  Thu Aug 15 04:14:55 PDT 2002
>Originator:     Dominic Marks
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
National Physical Laboratory, UK
>Environment:
System: FreeBSD gallium 4.6-STABLE FreeBSD 4.6-STABLE #3:
Sun Aug 11 15:48:10 BST 2002 dom@gallium:/usr/obj/media/cvs/src/sys/GALLIUM i386
	
>Description:
	easytag 0.21 -> 0.23
	
>How-To-Repeat:
	I haven't fully tested this, but I don't anticipate any major
problems with it. I'd feel better if someone could give it a proper
workout before it is committed. The reason I haven't tested is that I do
not have XFree86 installed at the moment (makes the machine panic
regularly). Thanks.
	
>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/easytag/Makefile,v
retrieving revision 1.8
diff -u -3 -p -r1.8 Makefile
--- Makefile	2002/07/20 15:32:36	1.8
+++ Makefile	2002/08/11 22:23:54
@@ -7,8 +7,7 @@
 #
 
 PORTNAME=	easytag
-PORTVERSION=	0.21
-PORTREVISION=	1
+PORTVERSION=	0.23
 CATEGORIES=	audio
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -18,16 +17,17 @@ MAINTAINER=	dominic_marks@btinternet.com
 LIB_DEPENDS=	id3-3.7.13:${PORTSDIR}/audio/id3lib \
 		vorbis.2:${PORTSDIR}/audio/libvorbis
 
+USE_REINPLACE=	yes
 USE_GTK=	yes
 USE_LIBTOOL=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
 
 post-patch:
-	@${PERL} -pi -e 's|`gtk-config |`\$$GTK_CONFIG |g ; \
-		 s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
-	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${PERL} -pi -e \
-		's|^gnome_menu|#gnome_menu|g ; \
-		 s|^icon|#icon|g'
+	@${REINPLACE_CMD} -e 's,`gtk-config ,`\$$GTK_CONFIG ,g' \
+		-e 's,DATADIRNAME=lib,DATADIRNAME=share,g' ${WRKSRC}/configure
+	@${FIND} ${WRKSRC} -name "Makefile.in" | \
+		${XARGS} ${REINPLACE_CMD} -e 's,^gnome_menu,#gnome_menu,g' \
+		 -e 's,^icon,#icon,g'
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/audio/easytag/distinfo,v
retrieving revision 1.8
diff -u -3 -p -r1.8 distinfo
--- distinfo	2002/05/27 20:14:31	1.8
+++ distinfo	2002/08/11 22:23:54
@@ -1 +1 @@
-MD5 (easytag-0.21.tar.gz) = 8bd773ec88c56867dacae5d10cc985e1
+MD5 (easytag-0.23.tar.gz) = 1c3b4f5197e4e3f6995724f3c269d1b8
	


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->naddy 
Responsible-Changed-By: naddy 
Responsible-Changed-When: Wed Aug 14 05:07:19 PDT 2002 
Responsible-Changed-Why:  
I'm dealing with this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=41561 
State-Changed-From-To: open->closed 
State-Changed-By: naddy 
State-Changed-When: Thu Aug 15 04:14:17 PDT 2002 
State-Changed-Why:  
Committed with additional cleanup, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=41561 
>Unformatted:
