diff options
author | he <he@pkgsrc.org> | 2008-09-10 19:11:56 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-09-10 19:11:56 +0000 |
commit | 83dab70c329207391f51fd6336ce373a88e9ee7d (patch) | |
tree | bf8421526f6f8cd19c1bb42dce7dbc47858bde9c | |
parent | d334f1e82d858834b499ffa362ab3693c36ce1b6 (diff) | |
download | pkgsrc-83dab70c329207391f51fd6336ce373a88e9ee7d.tar.gz |
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.
-rw-r--r-- | time/p5-Time-Format/Makefile | 10 | ||||
-rw-r--r-- | time/p5-Time-Format/distinfo | 8 |
2 files changed, 10 insertions, 8 deletions
diff --git a/time/p5-Time-Format/Makefile b/time/p5-Time-Format/Makefile index 0f081d9a12e..2d96b53c868 100644 --- a/time/p5-Time-Format/Makefile +++ b/time/p5-Time-Format/Makefile @@ -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 -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 @@ DEPENDS+= p5-Test-Simple>=0.40:../../devel/p5-Test-Simple 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 --git a/time/p5-Time-Format/distinfo b/time/p5-Time-Format/distinfo index 37b1e1c2c37..2dd156adb67 100644 --- a/time/p5-Time-Format/distinfo +++ b/time/p5-Time-Format/distinfo @@ -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 |