Revision: 5809 http://gar.svn.sourceforge.net/gar/?rev=5809&view=rev Author: j_arndt Date: 2009-08-02 09:42:38 +0000 (Sun, 02 Aug 2009)
Log Message: ----------- munin: perl shebang in some files changed, so it will be set via configure Modified Paths: -------------- csw/mgar/pkg/munin/trunk/Makefile csw/mgar/pkg/munin/trunk/checksums csw/mgar/pkg/munin/trunk/files/munindoc.in.diff Added Paths: ----------- csw/mgar/pkg/munin/trunk/files/perlpath.diff Modified: csw/mgar/pkg/munin/trunk/Makefile =================================================================== --- csw/mgar/pkg/munin/trunk/Makefile 2009-08-02 09:09:25 UTC (rev 5808) +++ csw/mgar/pkg/munin/trunk/Makefile 2009-08-02 09:42:38 UTC (rev 5809) @@ -27,6 +27,7 @@ PATCHFILES += munin-graph.in.diff # use monospace instead of VeraMono.ttf PATCHFILES += munin-update.in.diff # http://munin.projects.linpro.no/ticket/699 PATCHFILES += munindoc.in.diff # PATH to perl set to /opt/csw/bin/perl +PATCHFILES += perlpath.diff # shebang changed to #!@@PERL@@ -w # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz Modified: csw/mgar/pkg/munin/trunk/checksums =================================================================== --- csw/mgar/pkg/munin/trunk/checksums 2009-08-02 09:09:25 UTC (rev 5808) +++ csw/mgar/pkg/munin/trunk/checksums 2009-08-02 09:42:38 UTC (rev 5809) @@ -12,5 +12,6 @@ 4688659429fbebf8cafcc8eb8a1ee870 download/munin-update.in.diff 737e3e3d2f68015dfb4e857909cde7da download/munin.conf.in.diff e3a58e582407981d4f5c5aed59cbfc47 download/munin_1.3.4.tar.gz -29e1278999379aa7108d3050c0b9d227 download/munindoc.in.diff +8e21ff70a126779e33dd6457839184de download/munindoc.in.diff +d1623381c74f05a174aa4704896ef5b6 download/perlpath.diff 43db53191eaae75be35b3548a993c31e download/sunos_memory.in.diff Modified: csw/mgar/pkg/munin/trunk/files/munindoc.in.diff =================================================================== --- csw/mgar/pkg/munin/trunk/files/munindoc.in.diff 2009-08-02 09:09:25 UTC (rev 5808) +++ csw/mgar/pkg/munin/trunk/files/munindoc.in.diff 2009-08-02 09:42:38 UTC (rev 5809) @@ -1,9 +1,9 @@ diff --speed-large-files --minimal -Nru munin-1.3.4.orig/node/munindoc.in munin-1.3.4/node/munindoc.in --- munin-1.3.4.orig/node/munindoc.in 2008-03-08 02:42:39.000000000 +0100 -+++ munin-1.3.4/node/munindoc.in 2009-07-20 20:00:51.639195515 +0200 ++++ munin-1.3.4/node/munindoc.in 2009-08-02 11:31:16.881795848 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w -+#!/opt/csw/bin/perl -w ++#!@@PERL@@ -w # -*- perl -*- # # This script provides the basis for a plugin documentation system for Added: csw/mgar/pkg/munin/trunk/files/perlpath.diff =================================================================== --- csw/mgar/pkg/munin/trunk/files/perlpath.diff (rev 0) +++ csw/mgar/pkg/munin/trunk/files/perlpath.diff 2009-08-02 09:42:38 UTC (rev 5809) @@ -0,0 +1,26 @@ +diff --speed-large-files --minimal -Nru munin-1.3.4.orig/node/node.d/exim_mailstats.in munin-1.3.4/node/node.d/exim_mailstats.in +--- munin-1.3.4.orig/node/node.d/exim_mailstats.in 2008-03-08 02:42:39.000000000 +0100 ++++ munin-1.3.4/node/node.d/exim_mailstats.in 2009-08-02 11:26:39.040437174 +0200 +@@ -1,4 +1,3 @@ +-#!/usr/bin/perl -w + #!@@PERL@@ -w + # -*- perl -*- + +diff --speed-large-files --minimal -Nru munin-1.3.4.orig/node/node.d/lpstat.in munin-1.3.4/node/node.d/lpstat.in +--- munin-1.3.4.orig/node/node.d/lpstat.in 2008-03-08 02:42:39.000000000 +0100 ++++ munin-1.3.4/node/node.d/lpstat.in 2009-08-02 11:26:48.080049173 +0200 +@@ -1,4 +1,4 @@ +-#!/usr/bin/perl ++#!@@PERL@@ -w + ############################################################################# + # # + # This script was initially developed by Anstat Pty Ltd for internal use # +diff --speed-large-files --minimal -Nru munin-1.3.4.orig/node/node.d/snmp__cpuload.in munin-1.3.4/node/node.d/snmp__cpuload.in +--- munin-1.3.4.orig/node/node.d/snmp__cpuload.in 2008-03-08 02:42:39.000000000 +0100 ++++ munin-1.3.4/node/node.d/snmp__cpuload.in 2009-08-02 11:26:57.614639171 +0200 +@@ -1,4 +1,4 @@ +-#!/usr/bin/perl -w ++#!@@PERL@@ -w + # + # Copyright (C) 2006 Lars Strand + # This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel