summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorhiramatsu <hiramatsu@pkgsrc.org>2012-02-12 06:27:14 +0000
committerhiramatsu <hiramatsu@pkgsrc.org>2012-02-12 06:27:14 +0000
commita355c2c3eadecbb645502f6552d8592cbf4a5a6b (patch)
treed100826ee8e1ab4a869e7f46596a3c42f6834dc9 /time
parent73dd26e0d4325362010009024fed7abffb99c9d7 (diff)
downloadpkgsrc-a355c2c3eadecbb645502f6552d8592cbf4a5a6b.tar.gz
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)
Diffstat (limited to 'time')
-rw-r--r--time/p5-Schedule-At/Makefile5
-rw-r--r--time/p5-Schedule-At/distinfo9
-rw-r--r--time/p5-Schedule-At/patches/patch-aa19
3 files changed, 6 insertions, 27 deletions
diff --git a/time/p5-Schedule-At/Makefile b/time/p5-Schedule-At/Makefile
index bf708ef3546..f6e1a50d9ee 100644
--- a/time/p5-Schedule-At/Makefile
+++ b/time/p5-Schedule-At/Makefile
@@ -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/}
diff --git a/time/p5-Schedule-At/distinfo b/time/p5-Schedule-At/distinfo
index 022d65a5ecf..297445cf9a2 100644
--- a/time/p5-Schedule-At/distinfo
+++ b/time/p5-Schedule-At/distinfo
@@ -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
diff --git a/time/p5-Schedule-At/patches/patch-aa b/time/p5-Schedule-At/patches/patch-aa
deleted file mode 100644
index 42b3a42670c..00000000000
--- a/time/p5-Schedule-At/patches/patch-aa
+++ /dev/null
@@ -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'} = [];