ports/119232: [PATCH] net-mgmt/nagiosgraph: update to 0.9.0, change my email

Denis Shaposhnikov dsh at vlink.ru
Tue Jan 1 19:10:04 UTC 2008


>Number:         119232
>Category:       ports
>Synopsis:       [PATCH] net-mgmt/nagiosgraph: update to 0.9.0, change my email
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 01 19:10:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Denis Shaposhnikov
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD localhost.my.domain 6.2-STABLE FreeBSD 6.2-STABLE #1: Mon Oct  1 18:16:29 MSD
>Description:
- Update to 0.9.0
- Change my email

Removed file(s):
- files/patch-insert.pl
- files/patch-show.cgi

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- nagiosgraph-0.9.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net-mgmt/nagiosgraph/Makefile /home/dsh/ports/net-mgmt/nagiosgraph/Makefile
--- /usr/ports/net-mgmt/nagiosgraph/Makefile	2007-07-05 10:19:47.000000000 +0400
+++ /home/dsh/ports/net-mgmt/nagiosgraph/Makefile	2008-01-01 22:04:50.000000000 +0300
@@ -6,13 +6,13 @@
 #
 
 PORTNAME=	nagiosgraph
-PORTVERSION=	0.8.2
-PORTREVISION=	3
+PORTVERSION=	0.9.0
 CATEGORIES=	net-mgmt
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
+EXTRACT_SUFX=	.tgz
 
-MAINTAINER=	dsh at vlink.ru
+MAINTAINER=	dsh at wizard.volgograd.ru
 COMMENT=	Generate rrdtool\'s graphs by performance data from nagios plugins
 
 RUN_DEPENDS=	${LOCALBASE}/bin/nagios:${PORTSDIR}/net-mgmt/nagios \
diff -ruN --exclude=CVS /usr/ports/net-mgmt/nagiosgraph/distinfo /home/dsh/ports/net-mgmt/nagiosgraph/distinfo
--- /usr/ports/net-mgmt/nagiosgraph/distinfo	2006-05-07 16:11:56.000000000 +0400
+++ /home/dsh/ports/net-mgmt/nagiosgraph/distinfo	2008-01-01 21:50:38.000000000 +0300
@@ -1,3 +1,3 @@
-MD5 (nagiosgraph-0.8.2.tar.gz) = 7e756b4e9190fceee89d60e3717786a5
-SHA256 (nagiosgraph-0.8.2.tar.gz) = 238bdb138c1060a4ae568ea7db2e5b65f96237a4d12745b674958e2b6bcb0d86
-SIZE (nagiosgraph-0.8.2.tar.gz) = 12407
+MD5 (nagiosgraph-0.9.0.tgz) = 4450d5d3f28d4ba379fc225e8aee893e
+SHA256 (nagiosgraph-0.9.0.tgz) = d93957c6f1435f9a10191e07c3fb6b42203a68f9537d9d9509879b9e5fa8dfff
+SIZE (nagiosgraph-0.9.0.tgz) = 20149
diff -ruN --exclude=CVS /usr/ports/net-mgmt/nagiosgraph/files/patch-insert.pl /home/dsh/ports/net-mgmt/nagiosgraph/files/patch-insert.pl
--- /usr/ports/net-mgmt/nagiosgraph/files/patch-insert.pl	2007-04-24 13:20:53.000000000 +0400
+++ /home/dsh/ports/net-mgmt/nagiosgraph/files/patch-insert.pl	1970-01-01 03:00:00.000000000 +0300
@@ -1,22 +0,0 @@
-Index: insert.pl
-===================================================================
---- insert.pl	(.../vendor/nagiosgraph/0.8.2/insert.pl)	(revision 1211)
-+++ insert.pl	(.../trunk/src/nagiosgraph/insert.pl)	(revision 1211)
-@@ -148,9 +148,14 @@
-   if ( $ARGV[0] ) {
-     @inputlines = $ARGV[0];
-   } elsif ( defined $Config{perflog} ) {
--    open PERFLOG, $Config{perflog};
--      @inputlines = <PERFLOG>;
--    close PERFLOG
-+    if (-s $Config{perflog}) {
-+      my $worklog = $Config{perflog} . ".nagiosgraph";
-+      rename($Config{perflog}, $worklog);
-+      open PERFLOG, $worklog;
-+        @inputlines = <PERFLOG>;
-+      close PERFLOG;
-+      unlink($worklog);
-+    }
-   }
- 
-   # Quit if there are no data to process
diff -ruN --exclude=CVS /usr/ports/net-mgmt/nagiosgraph/files/patch-show.cgi /home/dsh/ports/net-mgmt/nagiosgraph/files/patch-show.cgi
--- /usr/ports/net-mgmt/nagiosgraph/files/patch-show.cgi	2006-08-19 07:30:40.000000000 +0400
+++ /home/dsh/ports/net-mgmt/nagiosgraph/files/patch-show.cgi	1970-01-01 03:00:00.000000000 +0300
@@ -1,13 +0,0 @@
-Index: show.cgi
-===================================================================
---- show.cgi	(revision 402)
-+++ show.cgi	(working copy)
-@@ -252,7 +252,7 @@
-     @style = ( -style => {-src => "$Config{stylesheet}"} );
-   }
-   print header, start_html(-id=>"nagiosgraph", -title => "nagiosgraph: $host-$service",
--    -meta => { -http_equiv => "Refresh", -content => "300" },
-+    -head => meta({-http_equiv => 'refresh', -content => '300'}),
-     @style
-     );
-   page($host,$service,$geom,$rrdopts, at db);
--- nagiosgraph-0.9.0.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list