pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-CGI-Fast (pkgsrc)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/243ccd5d15f2
branches:  trunk
changeset: 651742:243ccd5d15f2
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun May 10 15:10:58 2015 +0000

description:
(pkgsrc)
 - Adjust following depends for 'make test'
    Convert DEPENDS to BUILD_DEPENDS, p5-CPAN-Changes
    Add BUILD_DEPENDS p5-Test-Deep-[0-9]*
(upstream)
 - Update 2.07 to 2.09
-------------------
2.09 2015-03-08
    [DOCUMENTATION]
    - Clarify order of use statements when using both CGI and CGI::Fast
    - Replace indirect object notation with ->new

    [TESTING]
    - Tests for CGI imports and load order

diffstat:

 www/p5-CGI-Fast/Makefile |  7 ++++---
 www/p5-CGI-Fast/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r ded59b7d7869 -r 243ccd5d15f2 www/p5-CGI-Fast/Makefile
--- a/www/p5-CGI-Fast/Makefile  Sun May 10 15:07:51 2015 +0000
+++ b/www/p5-CGI-Fast/Makefile  Sun May 10 15:10:58 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2015/03/03 06:17:34 mef Exp $
+# $NetBSD: Makefile,v 1.5 2015/05/10 15:10:58 mef Exp $
 
-DISTNAME=              CGI-Fast-2.07
+DISTNAME=              CGI-Fast-2.09
 PKGNAME=               p5-${DISTNAME}
 CATEGORIES=            www perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=CGI/}
@@ -13,7 +13,8 @@
 DEPENDS+=      p5-CGI>=3.65.02:../../www/p5-CGI
 DEPENDS+=      p5-FCGI-[0-9]*:../../www/p5-FCGI
 # only for 'make test'
-DEPENDS+=      p5-CPAN-Changes-[0-9]*:../../devel/p5-CPAN-Changes
+BUILD_DEPENDS+=        p5-CPAN-Changes-[0-9]*:../../devel/p5-CPAN-Changes
+BUILD_DEPENDS+=        p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
 
 CONFLICTS+=    p5-CGI<4.0
 
diff -r ded59b7d7869 -r 243ccd5d15f2 www/p5-CGI-Fast/distinfo
--- a/www/p5-CGI-Fast/distinfo  Sun May 10 15:07:51 2015 +0000
+++ b/www/p5-CGI-Fast/distinfo  Sun May 10 15:10:58 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2015/03/03 06:17:34 mef Exp $
+$NetBSD: distinfo,v 1.4 2015/05/10 15:10:58 mef Exp $
 
-SHA1 (CGI-Fast-2.07.tar.gz) = b8d93cc21c94c2eb7b7627bd778126986921c8fd
-RMD160 (CGI-Fast-2.07.tar.gz) = 7858544fc6930fb2ac34192e74bc7fd4a48fd814
-Size (CGI-Fast-2.07.tar.gz) = 8626 bytes
+SHA1 (CGI-Fast-2.09.tar.gz) = e13c07a58cfae4fc4de946a1117f3a8aafdcdd80
+RMD160 (CGI-Fast-2.09.tar.gz) = ea68427025e62f87d59af7ac706ca85171847220
+Size (CGI-Fast-2.09.tar.gz) = 8675 bytes



Home | Main Index | Thread Index | Old Index