pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/p5-Time-Format Update from version 1.02 to 1.09, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/70e9c06a9701
branches:  trunk
changeset: 546996:70e9c06a9701
user:      he <he%pkgsrc.org@localhost>
date:      Wed Sep 10 19:11:56 2008 +0000

description:
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.

diffstat:

 time/p5-Time-Format/Makefile |  10 ++++++----
 time/p5-Time-Format/distinfo |   8 ++++----
 2 files changed, 10 insertions(+), 8 deletions(-)

diffs (42 lines):

diff -r de5075fd9ec5 -r 70e9c06a9701 time/p5-Time-Format/Makefile
--- a/time/p5-Time-Format/Makefile      Wed Sep 10 19:02:30 2008 +0000
+++ b/time/p5-Time-Format/Makefile      Wed Sep 10 19:11:56 2008 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:52 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2008/09/10 19:11:56 he Exp $
 #
 
-DISTNAME=      Time-Format-1.02
+DISTNAME=      Time-Format-1.09
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    time
-MASTER_SITES=  http://search.cpan.org/CPAN/authors/id/R/RO/ROODE/
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Time/}
 
 MAINTAINER=    adrianp%NetBSD.org@localhost
-HOMEPAGE=      http://search.cpan.org/CPAN/authors/id/R/RO/ROODE/
+HOMEPAGE=      http://search.cpan.org/dist/Time-Format/
 COMMENT=       Easy-to-use date/time formatting
 
 PKG_DESTDIR_SUPPORT=   user-destdir
@@ -17,5 +17,7 @@
 PERL5_PACKLIST=        auto/Time/Format/.packlist
 USE_LANGUAGES= # none
 
+PERL5_MODULE_TYPE=     Module::Build
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r de5075fd9ec5 -r 70e9c06a9701 time/p5-Time-Format/distinfo
--- a/time/p5-Time-Format/distinfo      Wed Sep 10 19:02:30 2008 +0000
+++ b/time/p5-Time-Format/distinfo      Wed Sep 10 19:11:56 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/11/04 15:08:44 adrianp Exp $
+$NetBSD: distinfo,v 1.2 2008/09/10 19:11:56 he Exp $
 
-SHA1 (Time-Format-1.02.tar.gz) = 8088d5ddafcc0700ebed035c41dc18d46ded6372
-RMD160 (Time-Format-1.02.tar.gz) = 96c6f519480f3de8543ec145610502df2c53dfb3
-Size (Time-Format-1.02.tar.gz) = 39060 bytes
+SHA1 (Time-Format-1.09.tar.gz) = f032b862337b547bc7a5e6e7902e8e476502f9bf
+RMD160 (Time-Format-1.09.tar.gz) = b648519c2dfed94067cb2310e8647abe2db83582
+Size (Time-Format-1.09.tar.gz) = 29423 bytes



Home | Main Index | Thread Index | Old Index