From root@helo.liwing.de  Mon Mar  3 12:10:51 2003
Return-Path: <root@helo.liwing.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CCFF937B401
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  3 Mar 2003 12:10:51 -0800 (PST)
Received: from helo.liwing.de (helo.liwing.de [213.70.188.163])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8FE6143FAF
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  3 Mar 2003 12:10:50 -0800 (PST)
	(envelope-from root@helo.liwing.de)
Received: from helo.liwing.de (localhost.liwing.de [127.0.0.1])
	by helo.liwing.de (8.12.7/8.12.7) with ESMTP id h23KAd3F052413;
	Mon, 3 Mar 2003 20:10:39 GMT
	(envelope-from root@helo.liwing.de)
Received: (from root@localhost)
	by helo.liwing.de (8.12.7/8.12.7/Submit) id h23KAZkT052412;
	Mon, 3 Mar 2003 20:10:36 GMT
Message-Id: <200303032010.h23KAZkT052412@helo.liwing.de>
Date: Mon, 3 Mar 2003 20:10:36 GMT
From: Jens Rehsack <rehsack@liwing.de>
Reply-To: Jens Rehsack <rehsack@liwing.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Jens Rehsack <rehsack@liwing.de>, djm@pix.net,
	"Vanilla I. Shu" <vanilla@fatpipi.cirx.org>
Subject: UPDATE port audio/id3v2, taking maintainership
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         48895
>Category:       ports
>Synopsis:       UPDATE port audio/id3v2, taking maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    naddy
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 03 12:20:13 PST 2003
>Closed-Date:    Wed Mar 05 07:43:04 PST 2003
>Last-Modified:  Wed Mar 05 07:43:04 PST 2003
>Originator:     Jens Rehsack
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
LiWing IT-Services
>Environment:
System: FreeBSD fozzie.muppets.liwing.de 4.7-STABLE FreeBSD 4.7-STABLE #0: Sun Feb 2 21:10:03 GMT 2003 root@fozzie.muppets.liwing.de:/usr/obj/usr/src/sys/FOZZIE i386

	not machine specific
>Description:
	Update of specified port because of gcc3.2 compatibility fixes.
	This PR superseeds PR/48602
>How-To-Repeat:
	
>Fix:

--- id3v2-update-to-0.1.9.diff begins here ---
diff -ur audio/id3v2.orig/Makefile audio/id3v2/Makefile
--- audio/id3v2.orig/Makefile	Fri Feb 21 10:59:29 2003
+++ audio/id3v2/Makefile	Mon Mar  3 19:59:32 2003
@@ -6,12 +6,12 @@
 #
 
 PORTNAME=	id3v2
-PORTVERSION=	0.1.7
+PORTVERSION=	0.1.9
 CATEGORIES=	audio
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	id3v2
 
-MAINTAINER=	djm@pix.net
+MAINTAINER=	rehsack@liwing.de
 COMMENT=	Command line id3v2 tag editor
 
 LIB_DEPENDS=	id3-3.8.2:${PORTSDIR}/audio/id3lib \
diff -ur audio/id3v2.orig/distinfo audio/id3v2/distinfo
--- audio/id3v2.orig/distinfo	Tue Jan  7 04:56:15 2003
+++ audio/id3v2/distinfo	Mon Mar  3 20:00:35 2003
@@ -1 +1 @@
-MD5 (id3v2-0.1.7.tar.gz) = 825cf4baf60e2951b7826b947a8f52fa
+MD5 (id3v2-0.1.9.tar.gz) = 544862d82224312595bf5a45422d1a49
diff -ur audio/id3v2.orig/files/patch-Makefile audio/id3v2/files/patch-Makefile
--- audio/id3v2.orig/files/patch-Makefile	Mon Mar  3 19:53:49 2003
+++ audio/id3v2/files/patch-Makefile	Mon Mar  3 19:57:11 2003
@@ -1,20 +1,18 @@
---- Makefile.orig	Tue Apr 16 03:35:31 2002
-+++ Makefile	Mon Nov 11 18:52:50 2002
-@@ -1,10 +1,14 @@
- all: id3v2
+--- Makefile.orig	Sun Feb 23 19:55:25 2003
++++ Makefile	Sun Feb 23 20:06:35 2003
+@@ -5,11 +5,11 @@
+ LDFLAGS+=	-L${PREFIX}/lib/
  
--id3v2: Makefile convert.cpp list.cpp id3v2.cpp convert.cpp
--	g++ -lz -lid3 -g -o id3v2 id3v2.cpp list.cpp convert.cpp
-+CXXFLAGS+=	-I${PREFIX}/include/
-+LDFLAGS+=	-L${PREFIX}/lib/
-+
-+id3v2:	convert.o list.o id3v2.o
-+	c++ ${LDFLAGS} -lz -lid3 -lgnugetopt -g -o $@ id3v2.o list.o convert.o
+ id3v2:	convert.o list.o id3v2.o
+-	c++ ${LDFLAGS} -pedantic -Wall -lz -lid3 -g -o $@ id3v2.o list.o convert.o
++	${CXX} ${LDFLAGS} -lz -lid3 -lgnugetopt -o $@ id3v2.o list.o convert.o
  
  install: all
--	cp id3v2 /usr/local/bin/
-+	install -c -s id3v2 ${PREFIX}/bin/id3v2
-+	nroff -man id3v2.1 > ${PREFIX}/man/man1/id3v2.1
+-	install -c -s id3v2 ${PREFIX}/bin/id3v2
++	${INSTALL} -c -s id3v2 ${PREFIX}/bin/id3v2
+ 	nroff -man id3v2.1 > ${PREFIX}/man/man1/id3v2.1
  
- clean:
- 	rm -f id3v2 core
+-clean:
+-	rm -f id3v2 core *.o
++.include <bsd.prog.mk>
++
Only in audio/id3v2.orig/files: patch-aa
Only in audio/id3v2.orig/files: patch-convert_cpp
Only in audio/id3v2.orig/files: patch-id3v2_cpp
Only in audio/id3v2.orig/files: patch-list_cpp
--- id3v2-update-to-0.1.9.diff ends here ---


>Release-Note:
>Audit-Trail:

From: Christian Weisgerber <naddy@mips.inka.de>
To: rehsack@liwing.de
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: ports/48895: UPDATE port audio/id3v2, taking maintainership
Date: Tue, 4 Mar 2003 23:37:33 +0100 (CET)

 In article <200303032010.h23KAZkT052412@helo.liwing.de> you write:
 
 > >Number:         48895
 > >Category:       ports
 > >Synopsis:       UPDATE port audio/id3v2, taking maintainership
 
 > --- audio/id3v2.orig/files/patch-Makefile	Mon Mar  3 19:53:49 2003
 > +++ audio/id3v2/files/patch-Makefile	Mon Mar  3 19:57:11 2003
 
 The port currently in the tree doesn't have files/patch-Makefile.
 Against what is this patch supposed to apply?
 
 > Only in audio/id3v2.orig/files: patch-aa
 > Only in audio/id3v2.orig/files: patch-convert_cpp
 > Only in audio/id3v2.orig/files: patch-id3v2_cpp
 > Only in audio/id3v2.orig/files: patch-list_cpp
 
 Does this mean these should be removed?
 
 -- 
 Christian "naddy" Weisgerber                          naddy@mips.inka.de

From: Jens Rehsack <rehsack@liwing.de>
To: Christian Weisgerber <naddy@mips.inka.de>
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: ports/48895: UPDATE port audio/id3v2, taking maintainership
Date: Wed, 05 Mar 2003 00:43:18 +0100

 This is a multi-part message in MIME format.
 --------------040800020203090000010807
 Content-Type: text/plain; charset=us-ascii; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Christian Weisgerber wrote:
 > In article <200303032010.h23KAZkT052412@helo.liwing.de> you write:
 > 
 > 
 >>>Number:         48895
 >>>Category:       ports
 >>>Synopsis:       UPDATE port audio/id3v2, taking maintainership
 >>
 > 
 >>--- audio/id3v2.orig/files/patch-Makefile	Mon Mar  3 19:53:49 2003
 >>+++ audio/id3v2/files/patch-Makefile	Mon Mar  3 19:57:11 2003
 > 
 > 
 > The port currently in the tree doesn't have files/patch-Makefile.
 > Against what is this patch supposed to apply?
 
 Sorry, it seems the was patch-aa before. It seems to be happened because 
 of duplicate updating port. I append the entire new patch-Makefile, ok?
 
 >>Only in audio/id3v2.orig/files: patch-aa
 >>Only in audio/id3v2.orig/files: patch-convert_cpp
 >>Only in audio/id3v2.orig/files: patch-id3v2_cpp
 >>Only in audio/id3v2.orig/files: patch-list_cpp
 > 
 > 
 > Does this mean these should be removed?
 > 
 
 Yes, they should removed
 
 --------------040800020203090000010807
 Content-Type: text/plain;
  name="patch-Makefile"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="patch-Makefile"
 
 --- Makefile.orig	Sun Feb 23 19:55:25 2003
 +++ Makefile	Sun Feb 23 20:06:35 2003
 @@ -5,11 +5,11 @@
  LDFLAGS+=	-L${PREFIX}/lib/
  
  id3v2:	convert.o list.o id3v2.o
 -	c++ ${LDFLAGS} -pedantic -Wall -lz -lid3 -g -o $@ id3v2.o list.o convert.o
 +	${CXX} ${LDFLAGS} -lz -lid3 -lgnugetopt -o $@ id3v2.o list.o convert.o
  
  install: all
 -	install -c -s id3v2 ${PREFIX}/bin/id3v2
 +	${INSTALL} -c -s id3v2 ${PREFIX}/bin/id3v2
  	nroff -man id3v2.1 > ${PREFIX}/man/man1/id3v2.1
  
 -clean:
 -	rm -f id3v2 core *.o
 +.include <bsd.prog.mk>
 +
 
 --------------040800020203090000010807--
 
Responsible-Changed-From-To: freebsd-ports-bugs->naddy 
Responsible-Changed-By: naddy 
Responsible-Changed-When: Tue Mar 4 16:46:02 PST 2003 
Responsible-Changed-Why:  
I'll take this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=48895 
State-Changed-From-To: open->closed 
State-Changed-By: naddy 
State-Changed-When: Wed Mar 5 07:42:46 PST 2003 
State-Changed-Why:  
Committed, thanks. 

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