Skip to content

Commit

Permalink
p5-CGI-Fast: update to 2.12.
Browse files Browse the repository at this point in the history
2.12 2016-11-22
    [DOCUMENTATION]
    - tweak docs about overriding STDIN due to interference with POST
      requests (GH #16, thanks to melak)

2.11 2016-11-17
    [FIX]
    - make sure we use CGI::Carp as we depend on it (GH #15, thanks to melak)
  • Loading branch information
wiz committed Sep 27, 2017
1 parent 0fcd981 commit 9058cb5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
9 changes: 3 additions & 6 deletions www/p5-CGI-Fast/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.9 2017/06/05 14:25:10 ryoon Exp $
# $NetBSD: Makefile,v 1.10 2017/09/27 06:27:13 wiz Exp $

DISTNAME= CGI-Fast-2.10
DISTNAME= CGI-Fast-2.12
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}

Expand All @@ -11,14 +10,12 @@ HOMEPAGE= http://search.cpan.org/dist/CGI-Fast/
COMMENT= CGI Interface for Fast CGI
LICENSE= ${PERL5_LICENSE}

DEPENDS+= p5-CGI>=3.65.02:../../www/p5-CGI
DEPENDS+= p5-CGI>=4:../../www/p5-CGI
DEPENDS+= p5-FCGI-[0-9]*:../../www/p5-FCGI
# only for 'make test'
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

PERL5_PACKLIST= auto/CGI/Fast/.packlist

.include "../../lang/perl5/module.mk"
Expand Down
10 changes: 5 additions & 5 deletions www/p5-CGI-Fast/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.6 2015/11/04 02:47:01 agc Exp $
$NetBSD: distinfo,v 1.7 2017/09/27 06:27:13 wiz Exp $

SHA1 (CGI-Fast-2.10.tar.gz) = c87840e33c217ee8f2ffe702d71b405d52053efe
RMD160 (CGI-Fast-2.10.tar.gz) = e5c4e5ee8f6b05e30fc5feec0ce943ea9338a74d
SHA512 (CGI-Fast-2.10.tar.gz) = 55d05c742bf49045f917aa4a4efdab3e5ce2251ca61de0e7db0a586d8a592784989bc74fa43a3c6430a920f38b2aa818887e96c3e24c701d531dae94b247da2c
Size (CGI-Fast-2.10.tar.gz) = 8627 bytes
SHA1 (CGI-Fast-2.12.tar.gz) = 39b5c4a6ffb52d5223a5dd0b851744c025773a17
RMD160 (CGI-Fast-2.12.tar.gz) = e5b2fdf43875ddd45bc6faee6129051eceeb4843
SHA512 (CGI-Fast-2.12.tar.gz) = 00452a2c31eb8fd877808764508a491894d87986bda493b2b15773cd29f2699184559f0c55af1af1684c851005b61eb1364bccae7ba4f4df3166d9020c15b40e
Size (CGI-Fast-2.12.tar.gz) = 8807 bytes

0 comments on commit 9058cb5

Please sign in to comment.