Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Dec 1999 20:28:32 -0500 (EST)
From:      jack@germanium.xtalwind.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/15295: Update port: rrdtool from version 1.0.7 to 1.0.8
Message-ID:  <199912060128.UAA75096@germanium.xtalwind.net>

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

>Number:         15295
>Category:       ports
>Synopsis:       Update port: rrdtool from version 1.0.7 to 1.0.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec  5 17:30:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        FreeBSD 3.3-STABLE i386
>Organization:
>Environment:

	

>Description:

	Update port of rrdtool from version 1.0.7 to 1.0.8

>How-To-Repeat:

	

>Fix:
	

diff -ruN rrdtool/Makefile rrdtool.new/Makefile
--- rrdtool/Makefile	Fri Sep 10 20:55:49 1999
+++ rrdtool.new/Makefile	Fri Nov 26 22:38:58 1999
@@ -1,12 +1,12 @@
 # New ports collection makefile for:	rrdtool
-# Version required:			1.0.7
+# Version required:			1.0.8
 # Date created:				20 July 1999
 # Whom:					Dmitry Sivachenko <dima@Chg.RU>
 #
 # $FreeBSD: ports/net/rrdtool/Makefile,v 1.6 1999/09/11 00:55:49 fenner Exp $
 #
 
-DISTNAME=	rrdtool-1.0.7
+DISTNAME=	rrdtool-1.0.8
 CATEGORIES=	net
 MASTER_SITES=	http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/pub/
 
diff -ruN rrdtool/files/md5 rrdtool.new/files/md5
--- rrdtool/files/md5	Wed Sep  8 18:38:57 1999
+++ rrdtool.new/files/md5	Fri Nov 26 15:34:50 1999
@@ -1 +1 @@
-MD5 (rrdtool-1.0.7.tar.gz) = 4f1735aca4df8701101fe59024e6d08f
+MD5 (rrdtool-1.0.8.tar.gz) = 2cfa8fcf701d128e193d8c11a81b4588
diff -ruN rrdtool/patches/patch-ab rrdtool.new/patches/patch-ab
--- rrdtool/patches/patch-ab	Thu Nov 18 07:56:24 1999
+++ rrdtool.new/patches/patch-ab	Fri Nov 26 15:41:32 1999
@@ -1,18 +1,18 @@
---- src/rrd_tool.c.orig	Thu Nov 18 14:52:04 1999
-+++ src/rrd_tool.c	Thu Nov 18 14:54:16 1999
+--- src/rrd_tool.c.orig	Wed Nov 24 17:06:43 1999
++++ src/rrd_tool.c	Fri Nov 26 15:41:04 1999
 @@ -202,12 +202,12 @@
  	    datai=data;
  	    printf("           ");
  	    for (i = 0; i<ds_cnt;i++)
--	        printf("%10s",ds_namv[i]);
+-	        printf("%14s",ds_namv[i]);
 +	        printf("%14s ",ds_namv[i]);
  	    printf ("\n\n");
  	    for (i = start; i <= end; i += step){
 -	        printf("%10lu:", i);
 +	        printf("%10lu: ", i);
  	        for (ii = 0; ii < ds_cnt; ii++)
--		    printf("%10.2f", *(datai++));
-+		    printf("%14.2f ", *(datai++));
+-		    printf(" %13.2f", *(datai++));
++		    printf(" %14.2f ", *(datai++));
  	        printf("\n");
  	    }
  	    for (i=0;i<ds_cnt;i++)


>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?199912060128.UAA75096>