pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-File-Which Updating package for p5 module Fil...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ae212092342a
branches: trunk
changeset: 562909:ae212092342a
user: sno <sno%pkgsrc.org@localhost>
date: Sat Aug 08 14:03:46 2009 +0000
description:
Updating package for p5 module File::Which from 0.05nb1 to 1.07
pkgsrc changes:
- Adding license (perl5 license)
- Adding build dependency to more current Test::More (according to
META.yml)
Upstream changes:
1.07 Tue 28 Jul 2009
- CPAN Testers looks good for 1.06_01, moving to production release
1.06_01 Sat 25 Jul 2009
- Taking over this hugely old and very popular module to clean it
up a bit.
- Moved from Test.pm to Test::More.
- Updated Changes
- Cleaned up some code a bit to make it more readable.
- Added an explicit minimum Perl version
- Changed platform detection code to constants for less code size
and compile-time if () optimisation.
- Removed non-leading tabs and other whitespace nigglies.
diffstat:
devel/p5-File-Which/Makefile | 8 +++++---
devel/p5-File-Which/distinfo | 8 ++++----
2 files changed, 9 insertions(+), 7 deletions(-)
diffs (41 lines):
diff -r 37d402b3cdda -r ae212092342a devel/p5-File-Which/Makefile
--- a/devel/p5-File-Which/Makefile Sat Aug 08 13:55:07 2009 +0000
+++ b/devel/p5-File-Which/Makefile Sat Aug 08 14:03:46 2009 +0000
@@ -1,19 +1,21 @@
-# $NetBSD: Makefile,v 1.2 2008/10/19 19:17:54 he Exp $
+# $NetBSD: Makefile,v 1.3 2009/08/08 14:03:46 sno Exp $
#
-DISTNAME= File-Which-0.05
+DISTNAME= File-Which-1.07
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://search.cpan.org/dist/File-Which/
COMMENT= Portable implementation of the `which' utility
+LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
+BUILD_DEPENDS+= p5-Test-Simple>=0.80:../../devel/p5-Test-Simple
+
PERL5_PACKLIST= auto/File/Which/.packlist
.include "../../lang/perl5/module.mk"
diff -r 37d402b3cdda -r ae212092342a devel/p5-File-Which/distinfo
--- a/devel/p5-File-Which/distinfo Sat Aug 08 13:55:07 2009 +0000
+++ b/devel/p5-File-Which/distinfo Sat Aug 08 14:03:46 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/02/27 13:53:00 wiz Exp $
+$NetBSD: distinfo,v 1.2 2009/08/08 14:03:46 sno Exp $
-SHA1 (File-Which-0.05.tar.gz) = 482a48b35d5458859a624da30e25bcb229bddd46
-RMD160 (File-Which-0.05.tar.gz) = c7d3f399dcdfb583f2d6e1a9c093e7b081f82422
-Size (File-Which-0.05.tar.gz) = 7264 bytes
+SHA1 (File-Which-1.07.tar.gz) = 020c549031c3ea6c3015fb5a4f57b463ef80eb83
+RMD160 (File-Which-1.07.tar.gz) = b20b483eff069d076072666d54a8880403e330ab
+Size (File-Which-1.07.tar.gz) = 15325 bytes
Home |
Main Index |
Thread Index |
Old Index