mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Fix for make this works on -table.
Submitted by: hanai
This commit is contained in:
parent
f7c047b987
commit
c0470b1fd3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59117
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= Schedule-At
|
||||
PORTVERSION= 1.03
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= sysutils perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Schedule
|
||||
|
@ -33,7 +33,7 @@
|
||||
+ $AT{'parseJobList'} =
|
||||
+ sub {
|
||||
+ my @a = split(/\s+/, $_[0]);
|
||||
+ if (/^\d\d/) {
|
||||
+ if ($_[0] =~ /^\d\d/) {
|
||||
+ return ($a[4], "$a[0] $a[1]");
|
||||
+ } elsif (defined $a[8]) {
|
||||
+ return ($a[8], "$a[0] $a[1] $a[2] $a[3] $a[4] $a[5]");
|
||||
|
Loading…
Reference in New Issue
Block a user