Wed Sep 10 19:11:56 2008 UTC ()
Update from version 1.02 to 1.09, discussed in general terms with maintainer.

Pkgsrc changes:
 o Canonicalize HOMEPAGE and MASTER_SITES
 o Switch to Module::Build method

Upstream changes:

1.09  2008 May 27
        - Bug fix: generated error if second argument to time_format
          was a string and was in December.  Thanks to Bokor B辿la for
          spotting this one.

1.08  2008 May 27
        - Reset $@ at certain places, so as to work with older
          (broken) perls.  Again, thanks to Slaven Rezic.

1.07  2008 March 31
        - More test-case changes, to work with older perls.  Many
          thanks to Slaven Rezic and the rest of the tireless CPAN
          testers!

1.06  2008 March 28
        - Fix a broken test case in time.t; failed for non-English
          locales.

1.05  2008 March 27
        - Fix a typo bug in Makefile.PL

1.04  2008 March 26
        - Worked around a POSIX bug which would cause hangs under
          cygwin.
        - Fixed a couple test cases.

1.03  2008 March 24
        - Fixed a broken test case.
        - Added Module::Build support.


(he)
diff -r1.2 -r1.3 pkgsrc/time/p5-Time-Format/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/time/p5-Time-Format/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/time/p5-Time-Format/Makefile (expand / switch to unified diff)

--- pkgsrc/time/p5-Time-Format/Makefile 2008/06/12 02:14:52 1.2
+++ pkgsrc/time/p5-Time-Format/Makefile 2008/09/10 19:11:56 1.3
@@ -1,21 +1,23 @@ @@ -1,21 +1,23 @@
1# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:52 joerg Exp $ 1# $NetBSD: Makefile,v 1.3 2008/09/10 19:11:56 he Exp $
2# 2#
3 3
4DISTNAME= Time-Format-1.02 4DISTNAME= Time-Format-1.09
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6CATEGORIES= time 6CATEGORIES= time
7MASTER_SITES= http://search.cpan.org/CPAN/authors/id/R/RO/ROODE/ 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
8 8
9MAINTAINER= adrianp@NetBSD.org 9MAINTAINER= adrianp@NetBSD.org
10HOMEPAGE= http://search.cpan.org/CPAN/authors/id/R/RO/ROODE/ 10HOMEPAGE= http://search.cpan.org/dist/Time-Format/
11COMMENT= Easy-to-use date/time formatting 11COMMENT= Easy-to-use date/time formatting
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15DEPENDS+= p5-Test-Simple>=0.40:../../devel/p5-Test-Simple 15DEPENDS+= p5-Test-Simple>=0.40:../../devel/p5-Test-Simple
16 16
17PERL5_PACKLIST= auto/Time/Format/.packlist 17PERL5_PACKLIST= auto/Time/Format/.packlist
18USE_LANGUAGES= # none 18USE_LANGUAGES= # none
19 19
 20PERL5_MODULE_TYPE= Module::Build
 21
20.include "../../lang/perl5/module.mk" 22.include "../../lang/perl5/module.mk"
21.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1.1.1 -r1.2 pkgsrc/time/p5-Time-Format/distinfo (expand / switch to unified diff)

--- pkgsrc/time/p5-Time-Format/distinfo 2007/11/04 15:08:44 1.1.1.1
+++ pkgsrc/time/p5-Time-Format/distinfo 2008/09/10 19:11:56 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2007/11/04 15:08:44 adrianp Exp $ 1$NetBSD: distinfo,v 1.2 2008/09/10 19:11:56 he Exp $
2 2
3SHA1 (Time-Format-1.02.tar.gz) = 8088d5ddafcc0700ebed035c41dc18d46ded6372 3SHA1 (Time-Format-1.09.tar.gz) = f032b862337b547bc7a5e6e7902e8e476502f9bf
4RMD160 (Time-Format-1.02.tar.gz) = 96c6f519480f3de8543ec145610502df2c53dfb3 4RMD160 (Time-Format-1.09.tar.gz) = b648519c2dfed94067cb2310e8647abe2db83582
5Size (Time-Format-1.02.tar.gz) = 39060 bytes 5Size (Time-Format-1.09.tar.gz) = 29423 bytes