Update p5-Schedule-At to 1.04.
Changes from previous: ---------------------- 1.12 Wed May 25 11:53:10 MEST 2011 - Added support for NetBSD and DragonFly NetBSD (Dan McMahill <dmcmahill AT netbsd.org>) 1.13 - Fix POD errors (https://rt.cpan.org/Public/Bug/Display.html?id=63810) (reported and patch submitted by carnil [...] debian.org) - Updated support for AIX (Bogenstätter Marcus <bogenstaetter AT empirius.de>) 1.14 Mon Jan 30 16:25:48 MET 2012 - Fix https://rt.cpan.org/Public/Bug/Display.html?id=72813 (reported by cbouvi [...] cpan.org)
This commit is contained in:
parent
eee4a1ea37
commit
eed5ccc77f
3 changed files with 6 additions and 27 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.4 2011/08/14 15:28:47 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2012/02/12 06:27:14 hiramatsu Exp $
|
||||
|
||||
DISTNAME= Schedule-At-1.11
|
||||
DISTNAME= Schedule-At-1.14
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= time perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Schedule/}
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2011/05/26 01:34:39 dmcmahill Exp $
|
||||
$NetBSD: distinfo,v 1.3 2012/02/12 06:27:14 hiramatsu Exp $
|
||||
|
||||
SHA1 (Schedule-At-1.11.tar.gz) = efd2fe95956875da23ab934dfc5d74fd446a4db9
|
||||
RMD160 (Schedule-At-1.11.tar.gz) = 0ee93623f175b30e2f72ea7ec90a67f70d8d6a7e
|
||||
Size (Schedule-At-1.11.tar.gz) = 7522 bytes
|
||||
SHA1 (patch-aa) = 6cd792f53d0e03cd1cae0fe4b482ec588c35d518
|
||||
SHA1 (Schedule-At-1.14.tar.gz) = 5aa3315edefc6f0e0ba2bd98950a8f14e68bcbfc
|
||||
RMD160 (Schedule-At-1.14.tar.gz) = a783f8f57f320ff24be73057aa31aa0b42eb5941
|
||||
Size (Schedule-At-1.14.tar.gz) = 7822 bytes
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
$NetBSD: patch-aa,v 1.1 2011/05/26 01:34:39 dmcmahill Exp $
|
||||
|
||||
--- At.pm.orig 2010-12-09 10:38:54.000000000 +0000
|
||||
+++ At.pm
|
||||
@@ -462,6 +462,14 @@ sub AtCfg_freebsd {
|
||||
$AT{'parseJobList'} = sub { $_[0] =~ s/^\s*(.+)\s+\S+\s+\S+\s+(\d+)$/$2_$1/; $_[0] =~ /^(.+)_(.+)$/ };
|
||||
}
|
||||
|
||||
+sub AtCfg_netbsd {
|
||||
+ &AtCfg_freebsd;
|
||||
+}
|
||||
+
|
||||
+sub AtCfg_dragonfly {
|
||||
+ &AtCfg_freebsd;
|
||||
+}
|
||||
+
|
||||
sub AtCfg_openbsd {
|
||||
&AtCfg_freebsd;
|
||||
$AT{'headings'} = [];
|
Loading…
Reference in a new issue