Sun Nov 9 12:45:38 2014 UTC ()
Update to 1.78:
1.78    2014-11-05

- Fix warnings from Perl 5.8.8 and before. Apparently it doesn't like when
  $SIG{__DIE__} is set to undef. Patch by Peter Rabbitson. GitHub PR #88.


(wiz)
diff -r1.57 -r1.58 pkgsrc/time/p5-DateTime-TimeZone/Makefile
diff -r1.45 -r1.46 pkgsrc/time/p5-DateTime-TimeZone/distinfo

cvs diff -r1.57 -r1.58 pkgsrc/time/p5-DateTime-TimeZone/Makefile (switch to unified diff)

--- pkgsrc/time/p5-DateTime-TimeZone/Makefile 2014/11/05 17:26:35 1.57
+++ pkgsrc/time/p5-DateTime-TimeZone/Makefile 2014/11/09 12:45:38 1.58
@@ -1,32 +1,32 @@ @@ -1,32 +1,32 @@
1# $NetBSD: Makefile,v 1.57 2014/11/05 17:26:35 wiz Exp $ 1# $NetBSD: Makefile,v 1.58 2014/11/09 12:45:38 wiz Exp $
2 2
3DISTNAME= DateTime-TimeZone-1.77 3DISTNAME= DateTime-TimeZone-1.78
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= time perl5 5CATEGORIES= time perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/DateTime-TimeZone/ 9HOMEPAGE= http://search.cpan.org/dist/DateTime-TimeZone/
10COMMENT= Perl module to handle time zone manipulation 10COMMENT= Perl module to handle time zone manipulation
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13DEPENDS+= p5-Class-Singleton>=1.03:../../devel/p5-Class-Singleton 13DEPENDS+= p5-Class-Singleton>=1.03:../../devel/p5-Class-Singleton
14DEPENDS+= p5-Params-Validate>=0.72:../../devel/p5-Params-Validate 14DEPENDS+= p5-Params-Validate>=0.72:../../devel/p5-Params-Validate
15DEPENDS+= p5-List-AllUtils>=0:../../devel/p5-List-AllUtils 15DEPENDS+= p5-List-AllUtils>=0:../../devel/p5-List-AllUtils
16DEPENDS+= p5-Module-Runtime-[0-9]*:../../devel/p5-Module-Runtime 16DEPENDS+= p5-Module-Runtime-[0-9]*:../../devel/p5-Module-Runtime
17DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny 17DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
18# for tests, but can't depend in it, since it depends on this package 18# for tests, but can't depend in it, since it depends on this package
19#BUILD_DEPENDS+= p5-DateTime>=0.1501:../../time/p5-DateTime 19#BUILD_DEPENDS+= p5-DateTime>=0.1501:../../time/p5-DateTime
20BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal 20BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
21BUILD_DEPENDS+= p5-Test-Output-[0-9]*:../../devel/p5-Test-Output 21BUILD_DEPENDS+= p5-Test-Output-[0-9]*:../../devel/p5-Test-Output
22BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires 22BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
23BUILD_DEPENDS+= p5-Test-Taint-[0-9]*:../../devel/p5-Test-Taint 23BUILD_DEPENDS+= p5-Test-Taint-[0-9]*:../../devel/p5-Test-Taint
24 24
25# on HPUX it requires ../../time/p5-DateTime-TimeZone-HPUX 25# on HPUX it requires ../../time/p5-DateTime-TimeZone-HPUX
26# but this will result in a circular dependency 26# but this will result in a circular dependency
27 27
28USE_LANGUAGES= # empty 28USE_LANGUAGES= # empty
29PERL5_PACKLIST= auto/DateTime/TimeZone/.packlist 29PERL5_PACKLIST= auto/DateTime/TimeZone/.packlist
30 30
31.include "../../lang/perl5/module.mk" 31.include "../../lang/perl5/module.mk"
32.include "../../mk/bsd.pkg.mk" 32.include "../../mk/bsd.pkg.mk"

cvs diff -r1.45 -r1.46 pkgsrc/time/p5-DateTime-TimeZone/distinfo (switch to unified diff)

--- pkgsrc/time/p5-DateTime-TimeZone/distinfo 2014/11/05 17:26:35 1.45
+++ pkgsrc/time/p5-DateTime-TimeZone/distinfo 2014/11/09 12:45:38 1.46
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.45 2014/11/05 17:26:35 wiz Exp $ 1$NetBSD: distinfo,v 1.46 2014/11/09 12:45:38 wiz Exp $
2 2
3SHA1 (DateTime-TimeZone-1.77.tar.gz) = 7b180cc77603804f39b5c0647939077878c6512b 3SHA1 (DateTime-TimeZone-1.78.tar.gz) = 96a4f664d9ee3d67fa4e36c6c58c1528495c4662
4RMD160 (DateTime-TimeZone-1.77.tar.gz) = 4f7dd68dbb2280409a5da29a22695f20bdb84058 4RMD160 (DateTime-TimeZone-1.78.tar.gz) = 98286a4e5da53af03f6dafe622a8f8b59b35b038
5Size (DateTime-TimeZone-1.77.tar.gz) = 890225 bytes 5Size (DateTime-TimeZone-1.78.tar.gz) = 890464 bytes