From erik@g09.sac.fedex.com  Wed Dec  4 06:11:25 2002
Return-Path: <erik@g09.sac.fedex.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id F3F5737B401
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  4 Dec 2002 06:11:24 -0800 (PST)
Received: from mx15.sac.fedex.com (mx15.sac.fedex.com [199.81.197.54])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1731243F08
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  4 Dec 2002 06:11:19 -0800 (PST)
	(envelope-from erik@g09.sac.fedex.com)
Received: from mx12.sac.fedex.com (mx12.sac.fedex.com [199.81.77.43])
	by mx15.sac.fedex.com (8.12.3/8.12.3) with ESMTP id gB4EAsFE069992
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 4 Dec 2002 08:10:54 -0600 (CST)
	(envelope-from erik@g09.sac.fedex.com)
Received: from g09.sac.fedex.com (root@g09.sac.fedex.com [199.81.77.156])
	by mx12.sac.fedex.com (8.12.3/8.12.3) with ESMTP id gB4EArba069261
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 4 Dec 2002 08:10:54 -0600 (CST)
	(envelope-from erik@g09.sac.fedex.com)
Received: (from erik@localhost)
	by g09.sac.fedex.com (8.9.3/8.9.3) id IAA35492;
	Wed, 4 Dec 2002 08:10:53 -0600 (CST)
	(envelope-from erik)
Message-Id: <200212041410.IAA35492@g09.sac.fedex.com>
Date: Wed, 4 Dec 2002 08:10:53 -0600 (CST)
From: erik@sa.fedex.com
Reply-To: erik@smluc.org
To: FreeBSD-gnats-submit@freebsd.org
Subject: port update, deve/cvsplot  1.6.1->1.6.2
X-Send-Pr-Version: 3.2

>Number:         45987
>Category:       ports
>Synopsis:       update, devel/cvsplot  1.6.1 -> 1.6.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 04 06:20:01 PST 2002
>Closed-Date:    Sat Jan 18 01:24:29 CST 2003
>Last-Modified:  Sat Jan 18 01:24:29 CST 2003
>Originator:     Erik Greenwald
>Release:        
>Organization:
>Environment:

>Description:

update of port devel/cvsplot, willing to take maintainership of it

Here is the freshmeat.net blurb

Changes: Its possible to generate a single plot containing both the line
and file statistics, handle CVS repositories with non-standard revision
numbers (such as those with a head starting at 8.1), and to use the ShellQuote
module for better handling of unusual filenames. Error handling for when CVS
commands fail was also improved.

>How-To-Repeat:

	

>Fix:


diff -Nurb cvsplot.orig/Makefile cvsplot/Makefile
--- cvsplot.orig/Makefile	Wed Dec  4 08:02:58 2002
+++ cvsplot/Makefile	Wed Dec  4 08:03:22 2002
@@ -7,12 +7,12 @@
 #
 
 PORTNAME=	cvsplot
-PORTVERSION=	1.6.1
+PORTVERSION=	1.6.2
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	erik@smluc.org
 
 RUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \
 		gnuplot:${PORTSDIR}/math/gnuplot
diff -Nurb cvsplot.orig/distinfo cvsplot/distinfo
--- cvsplot.orig/distinfo	Wed Dec  4 08:02:58 2002
+++ cvsplot/distinfo	Wed Dec  4 08:03:48 2002
@@ -1 +1 @@
-MD5 (cvsplot-1.6.1.tar.gz) = a95653f607f8a58900e727732b30dbd0
+MD5 (cvsplot-1.6.2.tar.gz) = 93a75857aa80fcd05f7e6c0b994c4d89
>Release-Note:
>Audit-Trail:

From: Jim Geovedi <negative@magnesium.net>
To: erik@smluc.org
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/45987: port update, deve/cvsplot  1.6.1->1.6.2
Date: 4 Dec 2002 07:40:48 -0800

 >Audit-Trail:
 
 just a suggestion.
 
 the new cvsplot also use String::ShellQuote module for robustly handling
 files with funny characters. add textproc/p5-String-ShellQuote in
 cvsplots' RUN_DEPENDS.
 

From: Erik Greenwald <erik@smluc.org>
To: Jim Geovedi <negative@magnesium.net>
Cc: erik@smluc.org, FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/45987: port update, deve/cvsplot  1.6.1->1.6.2
Date: Wed, 4 Dec 2002 09:56:21 -0600

 On Wed, Dec 04, 2002 at 07:40:48AM -0800, Jim Geovedi wrote:
 > >Audit-Trail:
 > 
 > just a suggestion.
 > 
 > the new cvsplot also use String::ShellQuote module for robustly handling
 > files with funny characters. add textproc/p5-String-ShellQuote in
 > cvsplots' RUN_DEPENDS.
 
 erm, yes, my bad... started installing cvsplot by hand when I saw it on
 fm2, then stopped and looked for the port... foo on my for assuming,
 thanks for catching that
 
 Here's the new diff...
 
 
 diff -Nurb devel/cvsplot.orig/Makefile devel/cvsplot/Makefile
 --- devel/cvsplot.orig/Makefile	Wed Dec  4 09:45:56 2002
 +++ devel/cvsplot/Makefile	Wed Dec  4 09:47:47 2002
 @@ -7,14 +7,15 @@
  #
  
  PORTNAME=	cvsplot
 -PORTVERSION=	1.6.1
 +PORTVERSION=	1.6.2
  CATEGORIES=	devel perl5
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=	${PORTNAME}
  
 -MAINTAINER=	ports@FreeBSD.org
 +MAINTAINER=	erik@smluc.org
  
  RUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \
 +		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/String/ShellQuote.pm:${PORTSDIR}/textproc/p5-String-ShellQuote \
  		gnuplot:${PORTSDIR}/math/gnuplot
  
  NO_BUILD=	yes
 diff -Nurb devel/cvsplot.orig/distinfo devel/cvsplot/distinfo
 --- devel/cvsplot.orig/distinfo	Wed Dec  4 09:45:56 2002
 +++ devel/cvsplot/distinfo	Wed Dec  4 09:49:56 2002
 @@ -1 +1 @@
 -MD5 (cvsplot-1.6.1.tar.gz) = a95653f607f8a58900e727732b30dbd0
 +MD5 (cvsplot-1.6.2.tar.gz) = 93a75857aa80fcd05f7e6c0b994c4d89
State-Changed-From-To: open->closed 
State-Changed-By: petef 
State-Changed-When: Sat Jan 18 01:24:23 CST 2003 
State-Changed-Why:  
Committed, thanks. 

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