aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2004-07-30 18:09:28 +0800
committerskv <skv@FreeBSD.org>2004-07-30 18:09:28 +0800
commit5cb1f0b2435fd71f1fb9c1414e22fd2701202009 (patch)
tree3bf5421a244685b7f6653074dc2b73b1fadfb29d /sysutils
parent0a0dd19cb28b24342d756ce6d8a09b873d06b2a5 (diff)
downloadfreebsd-ports-gnome-5cb1f0b2435fd71f1fb9c1414e22fd2701202009.tar.gz
freebsd-ports-gnome-5cb1f0b2435fd71f1fb9c1414e22fd2701202009.tar.zst
freebsd-ports-gnome-5cb1f0b2435fd71f1fb9c1414e22fd2701202009.zip
Updated to 3.010
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/p5-Schedule-Load/Makefile7
-rw-r--r--sysutils/p5-Schedule-Load/distinfo4
-rw-r--r--sysutils/p5-Schedule-Load/pkg-descr8
3 files changed, 12 insertions, 7 deletions
diff --git a/sysutils/p5-Schedule-Load/Makefile b/sysutils/p5-Schedule-Load/Makefile
index c64b41d7b564..7aec0868c28f 100644
--- a/sysutils/p5-Schedule-Load/Makefile
+++ b/sysutils/p5-Schedule-Load/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Schedule-Load
-PORTVERSION= 3.002
+PORTVERSION= 3.010
CATEGORIES= sysutils perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Schedule
@@ -24,13 +24,16 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
-MAN1= rschedule.1 slpolice.1 slchoosed.1 slreportd.1
+MAN1= rschedule.1 slchoosed.1 slpolice.1 slreportd.1 slrsh.1
MAN3= Schedule::Load.3 Schedule::Load::Chooser.3 \
Schedule::Load::FakeReporter.3 Schedule::Load::Hold.3 \
Schedule::Load::Hosts.3 Schedule::Load::Hosts::Host.3 \
Schedule::Load::Hosts::Proc.3 Schedule::Load::Reporter.3 \
Schedule::Load::ResourceReq.3 Schedule::Load::Schedule.3
+post-patch:
+ @${PERL} -pi -e 's!mv !mv -f ! if $$.==20' ${WRKSRC}/Makefile.PL
+
post-install:
.ifndef(NOPORTDOCS)
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
diff --git a/sysutils/p5-Schedule-Load/distinfo b/sysutils/p5-Schedule-Load/distinfo
index f908bd7f476c..98d6dbe94d66 100644
--- a/sysutils/p5-Schedule-Load/distinfo
+++ b/sysutils/p5-Schedule-Load/distinfo
@@ -1,2 +1,2 @@
-MD5 (Schedule-Load-3.002.tar.gz) = 4d8f6aaec79fa7060f379a16dc37ba45
-SIZE (Schedule-Load-3.002.tar.gz) = 52197
+MD5 (Schedule-Load-3.010.tar.gz) = 5eab8931ee63c695ec9d09ef6f154b46
+SIZE (Schedule-Load-3.010.tar.gz) = 54085
diff --git a/sysutils/p5-Schedule-Load/pkg-descr b/sysutils/p5-Schedule-Load/pkg-descr
index 55e136e450d8..363bcb88f4f8 100644
--- a/sysutils/p5-Schedule-Load/pkg-descr
+++ b/sysutils/p5-Schedule-Load/pkg-descr
@@ -1,3 +1,5 @@
- This package allows accessing loading and top job status across many
-machines on a network, comprising a server farm. It also allows for
-scheduling new jobs on the best machine across the entire network.
+This package allows accessing loading and top job status across many
+machines on a network, comprising a server farm. It also allows for
+scheduling new jobs on the best machine across the entire network.
+
+WWW: http://search.cpan.org/dist/Schedule-Load/