pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Test-Inline - updated package to 2.207



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2226bda2084c
branches:  trunk
changeset: 536350:2226bda2084c
user:      rhaen <rhaen%pkgsrc.org@localhost>
date:      Tue Dec 11 12:21:00 2007 +0000

description:
- 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:

 devel/p5-Test-Inline/Makefile |  10 +++++++---
 devel/p5-Test-Inline/distinfo |   8 ++++----
 2 files changed, 11 insertions(+), 7 deletions(-)

diffs (46 lines):

diff -r 00b4850a1ed6 -r 2226bda2084c devel/p5-Test-Inline/Makefile
--- a/devel/p5-Test-Inline/Makefile     Tue Dec 11 12:19:18 2007 +0000
+++ b/devel/p5-Test-Inline/Makefile     Tue Dec 11 12:21:00 2007 +0000
@@ -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@localhost
+MAINTAINER=            rhaen%NetBSD.org@localhost
 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 -r 00b4850a1ed6 -r 2226bda2084c devel/p5-Test-Inline/distinfo
--- a/devel/p5-Test-Inline/distinfo     Tue Dec 11 12:19:18 2007 +0000
+++ b/devel/p5-Test-Inline/distinfo     Tue Dec 11 12:21:00 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index