ports/134839: [PATCH] sysutils/p5-Schedule-Load: update to 3.062

Philip M. Gollucci pgollucci at FreeBSD.org
Fri May 22 06:50:08 UTC 2009


>Number:         134839
>Category:       ports
>Synopsis:       [PATCH] sysutils/p5-Schedule-Load: update to 3.062
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 22 06:50:07 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 8.0-CURRENT amd64
>Organization:
RideCharge Inc.
>Environment:
System: FreeBSD frieza.p6m7g8.net 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Thu May 14 21:52:43 EDT 2009
>Description:
- Update to 3.062

Port maintainer (skv at FreeBSD.org) is cc'd.

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

--- p5-Schedule-Load-3.062.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/p5-Schedule-Load/Makefile,v
retrieving revision 1.15
diff -u -u -r1.15 Makefile
--- Makefile	23 Feb 2009 13:31:12 -0000	1.15
+++ Makefile	22 May 2009 06:42:05 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Schedule-Load
-PORTVERSION=	3.060
+PORTVERSION=	3.062
 CATEGORIES=	sysutils perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -23,6 +23,8 @@
 		${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-Pod-Parser
 BUILD_DEPENDS=	${RUN_DEPENDS}
 
+MAKE_JOBS_UNSAFE=	yes
+
 PERL_CONFIGURE=	yes
 
 MAN1=		rschedule.1 slchoosed.1 slpolice.1 slreportd.1 slrsh.1 \
@@ -32,10 +34,12 @@
 		Schedule::Load::Hosts.3 Schedule::Load::Hosts::Host.3 \
 		Schedule::Load::Hosts::Proc.3 Schedule::Load::Reporter.3 \
 		Schedule::Load::ResourceReq.3 Schedule::Load::Safe.3 \
-		Schedule::Load::Schedule.3
+		Schedule::Load::Schedule.3 \
+		Schedule::Load::Reporter::Disk.3 Schedule::Load::Reporter::Filesys.3 \
+		Schedule::Load::Reporter::Network.3
 
 post-install:
-.ifndef(NOPORTDOCS)
+.ifndef(NOPORTEXAMPLES)
 	@${ECHO_MSG} "===>   Installing examples for ${PKGNAME}"
 	@${MKDIR} ${EXAMPLESDIR}/init.d
 	${INSTALL_SCRIPT} ${WRKSRC}/init.d/* ${EXAMPLESDIR}/init.d
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/sysutils/p5-Schedule-Load/distinfo,v
retrieving revision 1.12
diff -u -u -r1.12 distinfo
--- distinfo	23 Feb 2009 13:31:12 -0000	1.12
+++ distinfo	22 May 2009 06:42:05 -0000
@@ -1,3 +1,3 @@
-MD5 (Schedule-Load-3.060.tar.gz) = 4453af31c9e11072b7afae7635182182
-SHA256 (Schedule-Load-3.060.tar.gz) = 49b07336fdaa687fd83178ddfe6176c8241f11a928add47e1bd889571566d39a
-SIZE (Schedule-Load-3.060.tar.gz) = 67357
+MD5 (Schedule-Load-3.062.tar.gz) = 36393410271a1a730c87fdeebaeb0786
+SHA256 (Schedule-Load-3.062.tar.gz) = 6decec44bdb0dc2f78e9bd5722f1452565fd9d40347f701344ec0410fe708894
+SIZE (Schedule-Load-3.062.tar.gz) = 71537
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/sysutils/p5-Schedule-Load/pkg-plist,v
retrieving revision 1.6
diff -u -u -r1.6 pkg-plist
--- pkg-plist	27 May 2007 20:11:46 -0000	1.6
+++ pkg-plist	22 May 2009 06:42:05 -0000
@@ -1,4 +1,3 @@
- at comment $FreeBSD: ports/sysutils/p5-Schedule-Load/pkg-plist,v 1.6 2007/05/27 20:11:46 skv Exp $
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Schedule/Load/.packlist
 bin/rschedule
 bin/slchoosed
@@ -17,11 +16,15 @@
 %%SITE_PERL%%/Schedule/Load/ResourceReq.pm
 %%SITE_PERL%%/Schedule/Load/Safe.pm
 %%SITE_PERL%%/Schedule/Load/Schedule.pm
+%%SITE_PERL%%/Schedule/Load/Reporter/Filesys.pm
+%%SITE_PERL%%/Schedule/Load/Reporter/Disk.pm
+%%SITE_PERL%%/Schedule/Load/Reporter/Network.pm
 %%SITE_PERL%%/auto/Schedule/Load/Hosts/Host/autosplit.ix
 %%SITE_PERL%%/auto/Schedule/Load/Hosts/Proc/autosplit.ix
 @dirrmtry lib/rschedule
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Schedule/Load
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Schedule
+ at dirrm %%SITE_PERL%%/Schedule/Load/Reporter
 @dirrmtry %%SITE_PERL%%/Schedule/Load/Hosts
 @dirrmtry %%SITE_PERL%%/Schedule/Load
 @dirrmtry %%SITE_PERL%%/Schedule
@@ -30,7 +33,7 @@
 @dirrmtry %%SITE_PERL%%/auto/Schedule/Load/Hosts
 @dirrmtry %%SITE_PERL%%/auto/Schedule/Load
 @dirrmtry %%SITE_PERL%%/auto/Schedule
-%%PORTDOCS%%%%EXAMPLESDIR%%/init.d/slchoosed
-%%PORTDOCS%%%%EXAMPLESDIR%%/init.d/slreportd
-%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/init.d
-%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/init.d/slchoosed
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/init.d/slreportd
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/init.d
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
--- p5-Schedule-Load-3.062.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list