From olive@oban.frmug.org  Fri May 23 13:00:05 2003
Return-Path: <olive@oban.frmug.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B071F37B401
	for <freebsd-gnats-submit@freebsd.org>; Fri, 23 May 2003 13:00:05 -0700 (PDT)
Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 79AA743F93
	for <freebsd-gnats-submit@freebsd.org>; Fri, 23 May 2003 13:00:04 -0700 (PDT)
	(envelope-from olive@oban.frmug.org)
Received: (from uucp@localhost)
	by frmug.org (8.11.3/8.11.3/frmug-2.7/nospam) with UUCP id h4NK03Q20959
	for freebsd-gnats-submit@freebsd.org; Fri, 23 May 2003 22:00:03 +0200 (CEST)
	(envelope-from olive@oban.frmug.org)
Received: by weirdos.oban.frmug.org (Postfix, from userid 1002)
	id 2981C8C19; Fri, 23 May 2003 21:57:09 +0200 (CEST)
Message-Id: <20030523195709.2981C8C19@weirdos.oban.frmug.org>
Date: Fri, 23 May 2003 21:57:09 +0200 (CEST)
From: Olivier Tharan <olive@oban.frmug.org>
Reply-To: Olivier Tharan <olive@oban.frmug.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: freebsd-ports-bugs@FreeBSD.org
Subject: audio/abcde has wrong checksum
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         52624
>Category:       ports
>Synopsis:       audio/abcde has wrong checksum
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    osa
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 23 13:00:23 PDT 2003
>Closed-Date:    Mon Jun 23 06:12:27 PDT 2003
>Last-Modified:  Mon Jun 23 06:12:27 PDT 2003
>Originator:     Olivier Tharan
>Release:        FreeBSD 4.8-RC i386
>Organization:
>Environment:
System: FreeBSD weirdos.oban.frmug.org 4.8-RC FreeBSD 4.8-RC #17: Fri Mar 21 22:48:09 CET 2003 root@suzie.oban.frmug.org:/usr/obj/usr/src/sys/WEIRDOS i386


>Description:
	abcde 2.1.4 has wrong checksum. Port distinfo has:
MD5 (abcde_2.1.4.orig.tar.gz) = aef4170cb8e8e41d0434bdd30b61e502

	downloaded distfile has:
MD5 (/usr/ports/distfiles/abcde_2.1.4.orig.tar.gz) = bfc554c403d6cff332ffd4e9ce965404

	The Makefile was changed on May, 17th, and the source tarball on the
	site has changed on the 18th. I guess the tarball got re-rolled
	without version change. I could not check the diffs, not having the
	original tarball.

	We're in ports freeze, but this could be a show-stopper for this
	port.
>How-To-Repeat:
	portinstall audio/abcde with an up-to-date ports tree.
>Fix:

	None for the moment.
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->osa 
Responsible-Changed-By: osa 
Responsible-Changed-When: Tue Jun 10 04:18:16 PDT 2003 
Responsible-Changed-Why:  
I'll handle this.

http://www.freebsd.org/cgi/query-pr.cgi?pr=52624 

From: Munish Chopra <mchopra@engmail.uwaterloo.ca>
To: freebsd-gnats-submit@FreeBSD.org, olive@oban.frmug.org
Cc:  
Subject: Re: ports/52624: audio/abcde has wrong checksum
Date: Thu, 12 Jun 2003 20:00:43 -0400

 --WIyZ46R2i8wDzkSu
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Here's the tested and working patch that I've (unsuccessfully) been
 circling around various committers. If someone could get at this, that'd
 be great.
 
 It fixes the checksum, axes a blank line to make portlint happy, and
 fixes the COMMENT to reflect reality.
 
 Patch attached.
 
 -- 
 Munish Chopra
 
 --WIyZ46R2i8wDzkSu
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="abcde.diff"
 
 diff -ruN /usr/ports/audio/abcde/Makefile abcde/Makefile
 --- /usr/ports/audio/abcde/Makefile	Sun May 18 06:15:56 2003
 +++ abcde/Makefile	Sun May 25 13:21:27 2003
 @@ -12,7 +12,7 @@
  DISTNAME= 	abcde_${PORTVERSION}.orig
  
  MAINTAINER=	mchopra@engmail.uwaterloo.ca
 -COMMENT=	Front-end sh script to encode CDs in ogg or mp3 format
 +COMMENT=	Front-end sh script to encode CDs in ogg, mp3 or flac format
  
  RUN_DEPENDS=    cd-discid:${PORTSDIR}/audio/cd-discid \
  		cdparanoia:${PORTSDIR}/audio/cdparanoia \
 @@ -73,7 +73,6 @@
  	${INSTALL_DATA} ${WRKSRC}/abcde.conf ${PREFIX}/etc
  	${INSTALL_MAN} ${WRKSRC}/abcde.1 ${PREFIX}/man/man1
  	${INSTALL_MAN} ${WRKSRC}/cddb-tool.1 ${PREFIX}/man/man1
 -
  
  post-install:
  	@${ECHO_MSG} ""
 diff -ruN /usr/ports/audio/abcde/distinfo abcde/distinfo
 --- /usr/ports/audio/abcde/distinfo	Sun May 18 06:15:56 2003
 +++ abcde/distinfo	Sun May 25 13:23:30 2003
 @@ -1 +1 @@
 -MD5 (abcde_2.1.4.orig.tar.gz) = aef4170cb8e8e41d0434bdd30b61e502
 +MD5 (abcde_2.1.4.orig.tar.gz) = bfc554c403d6cff332ffd4e9ce965404
 
 --WIyZ46R2i8wDzkSu--
State-Changed-From-To: open->closed 
State-Changed-By: osa 
State-Changed-When: Mon Jun 23 06:12:10 PDT 2003 
State-Changed-Why:  
Committed, thanks! 

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