diff options
author | sno <sno> | 2009-08-08 14:03:46 +0000 |
---|---|---|
committer | sno <sno> | 2009-08-08 14:03:46 +0000 |
commit | 6f6a828b2b8dff81b88e015ebdb23dde5abceaba (patch) | |
tree | eff2951eb2b82e7fa0c4e54c8a6972e23183bbad /devel/p5-File-Which | |
parent | 51ef2b889c8b40c64a8b9b3cd96c43be36c6994f (diff) | |
download | pkgsrc-6f6a828b2b8dff81b88e015ebdb23dde5abceaba.tar.gz |
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 (limited to 'devel/p5-File-Which')
-rw-r--r-- | devel/p5-File-Which/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-File-Which/distinfo | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/devel/p5-File-Which/Makefile b/devel/p5-File-Which/Makefile index 0b49004fcce..fe46d8fabcd 100644 --- a/devel/p5-File-Which/Makefile +++ b/devel/p5-File-Which/Makefile @@ -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 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 --git a/devel/p5-File-Which/distinfo b/devel/p5-File-Which/distinfo index bc6edfc0e69..e1080bbf3ca 100644 --- a/devel/p5-File-Which/distinfo +++ b/devel/p5-File-Which/distinfo @@ -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 |