Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Aug 2002 23:36:44 +0100 (BST)
From:      Dominic Marks <dominic_marks@btinternet.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/41561: Port Update: audio/easytag
Message-ID:  <20020811223644.5F1E615B@host217-41-37-46.in-addr.btopenworld.com>

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

>Number:         41561
>Category:       ports
>Synopsis:       Port Update: audio/easytag
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 11 15:40:02 PDT 2002
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020811223644.5F1E615B>