pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Test-MockModule (pkgsrc)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/94d928a6b716
branches:  trunk
changeset: 650028:94d928a6b716
user:      mef <mef%pkgsrc.org@localhost>
date:      Fri Apr 17 01:06:38 2015 +0000

description:
(pkgsrc)
 - Convert to PERL5_MODULE_TYPE=     Module::Build
(upstream)
 - Update 0.05 to 0.09  (for 0.09 is not listed below)
------------------
v0.08 2015-03-15
    - Ensure LICENSE autogenerates for distribution, fixed license issues in Build.PL

v0.08 2015-03-14
    - Updated README with correct instructions now that we use Build.PL

v0.07 2015-03-14
    - Updated docs for more clarity when handling objects of mocked classes.

v0.06 2015-03-07
    - unmock() on inherited subroutines will dispatch to the parent module,
      rather than replace the local subroutine with the parent's subroutine
      from the time of mocking (RT77439)

diffstat:

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

diffs (38 lines):

diff -r b990129da8bd -r 94d928a6b716 devel/p5-Test-MockModule/Makefile
--- a/devel/p5-Test-MockModule/Makefile Fri Apr 17 00:55:25 2015 +0000
+++ b/devel/p5-Test-MockModule/Makefile Fri Apr 17 01:06:38 2015 +0000
@@ -1,17 +1,18 @@
-# $NetBSD: Makefile,v 1.8 2014/05/29 23:36:22 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2015/04/17 01:06:38 mef Exp $
 #
 
-DISTNAME=      Test-MockModule-0.05
+DISTNAME=      Test-MockModule-0.09
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   6
 CATEGORIES=    devel perl5 net
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Test/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/Test-MockModule/
 COMMENT=       Perl 5 module to override subroutines in a module for unit testing
+LICENSE=       gnu-gpl-v3
 
 USE_LANGUAGES= # empty
+PERL5_MODULE_TYPE=     Module::Build
 PERL5_PACKLIST=        auto/Test/MockModule/.packlist
 
 .include "../../lang/perl5/module.mk"
diff -r b990129da8bd -r 94d928a6b716 devel/p5-Test-MockModule/distinfo
--- a/devel/p5-Test-MockModule/distinfo Fri Apr 17 00:55:25 2015 +0000
+++ b/devel/p5-Test-MockModule/distinfo Fri Apr 17 01:06:38 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/09/09 00:32:36 seb Exp $
+$NetBSD: distinfo,v 1.2 2015/04/17 01:06:38 mef Exp $
 
-SHA1 (Test-MockModule-0.05.tar.gz) = d76b6c09caa81cba0b9b37aef0b9fb7bb0998801
-RMD160 (Test-MockModule-0.05.tar.gz) = 08f112d1e7a143207767b27d13189e3e78c5db6d
-Size (Test-MockModule-0.05.tar.gz) = 5608 bytes
+SHA1 (Test-MockModule-0.09.tar.gz) = 55d095486788126eb956a9a7c3fc913ac8d3b950
+RMD160 (Test-MockModule-0.09.tar.gz) = ba02e2d96f538fa184710599996f24dd5386ac0c
+Size (Test-MockModule-0.09.tar.gz) = 23108 bytes



Home | Main Index | Thread Index | Old Index