summaryrefslogtreecommitdiff
path: root/time/p5-Time-Format/Makefile
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2008-09-10 19:11:56 +0000
committerhe <he@pkgsrc.org>2008-09-10 19:11:56 +0000
commit0e61e56aed620749692d53563dae39009c599f41 (patch)
treebf8421526f6f8cd19c1bb42dce7dbc47858bde9c /time/p5-Time-Format/Makefile
parentd722dba1e85edfa530bfa795e4f98ebd0e3d0474 (diff)
downloadpkgsrc-0e61e56aed620749692d53563dae39009c599f41.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.
Diffstat (limited to 'time/p5-Time-Format/Makefile')
-rw-r--r--time/p5-Time-Format/Makefile10
1 files changed, 6 insertions, 4 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"