diff options
author | rhaen <rhaen@pkgsrc.org> | 2007-12-11 12:21:00 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2007-12-11 12:21:00 +0000 |
commit | 4460e2b26c1fcc3ce4a1d1542b584c65c495e5bb (patch) | |
tree | 094e913bf3c4daf30e4f20e7e19aca858fe24727 /devel/p5-Test-Inline | |
parent | fdaae7372d528155e8c4241087e436d75137a7df (diff) | |
download | pkgsrc-4460e2b26c1fcc3ce4a1d1542b584c65c495e5bb.tar.gz |
- updated package to 2.207
- USER_DESTDIR support added
- new maintainer for the package
- ok'ed by rillig
2.207 Fri 17 Aug 2007
- The filenames method not correctly returns 0 when there are no file names.
2.206 Fri 17 Aug 2007
- Updating Params::Util dep to 0.21 to avoid a problem on ActivePerl
- Updating List::Util to 1.19 to avoid leaks on some platforms
- No longer include Test::ClassAPI
- Skip the false-negative failing readonly tests when testing as root
- Changed some non-working code in a heredoc that should never be
run that was none-the-less breaking the RedHat package generator
because it naively scans for dependencies.
2.205 Thu 12 Jul 2007
- ACTUALLY adding a missing dependency on Test::Script
2.204 Thu 12 Jul 2007
- Adding a missing dependency on Test::Script
- Correcting the script/inline2test version
2.203 Wed 11 Jul 2007
- When overwriting readonly files, delete them properly first.
Don't naively assume we can write to them (obviously, duh) :(
- It turns out that File::chmod is smart enough to correctly
make files readonly even on Win32. Removed all the code that
skipped on Win32. All platforms now equal again! Yay!
2.202 Tue 10 Jul 2007
- Adding support for writing test scripts with read-only permissions
- Upgraded to Module::Install 0.65
- Moving bin/inline2test to the more correct script/inline2test
(this has no effect on where it will actually be installed)
- Fixing another couple of kwalitee nigglies
(automatically via release tool improvements since last release)
Diffstat (limited to 'devel/p5-Test-Inline')
-rw-r--r-- | devel/p5-Test-Inline/Makefile | 10 | ||||
-rw-r--r-- | devel/p5-Test-Inline/distinfo | 8 |
2 files changed, 11 insertions, 7 deletions
diff --git a/devel/p5-Test-Inline/Makefile b/devel/p5-Test-Inline/Makefile index 2d5b3aff782..e59274871ae 100644 --- a/devel/p5-Test-Inline/Makefile +++ b/devel/p5-Test-Inline/Makefile @@ -1,22 +1,26 @@ -# $NetBSD: Makefile,v 1.15 2007/02/18 02:28:33 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2007/12/11 12:21:00 rhaen Exp $ -DISTNAME= Test-Inline-2.201 +DISTNAME= Test-Inline-2.207 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5tin CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= rhaen@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Test-Inline/ COMMENT= Inlining your tests next to the code being tested +PKG_DESTDIR_SUPPORT= user-destdir + BUILD_DEPENDS+= p5-ExtUtils-AutoInstall>=0.49:../../devel/p5-ExtUtils-AutoInstall +DEPENDS+= p5-Test-Script>=1.02:../../devel/p5-Test-Script DEPENDS+= p5-Algorithm-Dependency>=1.02:../../devel/p5-Algorithm-Dependency DEPENDS+= p5-Class-Autouse>=1.15:../../devel/p5-Class-Autouse DEPENDS+= p5-Config-Tiny>=2.00:../../devel/p5-Config-Tiny DEPENDS+= p5-File-Find-Rule>=0.26:../../devel/p5-File-Find-Rule DEPENDS+= p5-File-Flat>=0.95:../../devel/p5-File-Flat DEPENDS+= p5-File-Slurp>=9999.04:../../devel/p5-File-Slurp +DEPENDS+= p5-File-chmod>=0.31:../../sysutils/p5-File-chmod DEPENDS+= p5-Params-Util>=0.05:../../devel/p5-Params-Util DEPENDS+= p5-Test-Simple>=0.33:../../devel/p5-Test-Simple DEPENDS+= p5-Pod-Tests>=0.18:../../textproc/p5-Pod-Tests diff --git a/devel/p5-Test-Inline/distinfo b/devel/p5-Test-Inline/distinfo index 1ccfed3938b..46f963d9c7a 100644 --- a/devel/p5-Test-Inline/distinfo +++ b/devel/p5-Test-Inline/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2007/02/18 02:28:33 wiz Exp $ +$NetBSD: distinfo,v 1.6 2007/12/11 12:21:00 rhaen Exp $ -SHA1 (Test-Inline-2.201.tar.gz) = d8eabce264c67a3d8b1c509c3ee868e511211655 -RMD160 (Test-Inline-2.201.tar.gz) = e69c64563b149a8988c60f436608b2700156fd34 -Size (Test-Inline-2.201.tar.gz) = 56938 bytes +SHA1 (Test-Inline-2.207.tar.gz) = af9a0c660764e94e5f6a378a35506fbde41a8d57 +RMD160 (Test-Inline-2.207.tar.gz) = 1dd50ca662ddc9380de9162d2fb34e102109661e +Size (Test-Inline-2.207.tar.gz) = 53977 bytes |