Skip to content

Commit

Permalink
Update to 0.82
Browse files Browse the repository at this point in the history
Add missing TEST_DEPENDS

Upstream changes:
Version 0.82 --  2021-07-31

  - fix failing skip tests on MSWin32

Version 0.81 --  2021-07-31

  - Add dependency to FCGI::Client 0.09 so as to not depend on Any::Moose,
  which is deprecated. (Michal Josef Špaček, PR #7)
  - fix test failures on MSWin32 ((Michal Josef Špaček, PR #8)

Version 0.80 --  2021-07-24

  - Add test for FCGI over unix domain socket (Michal Josef Špaček, PR #6)
  • Loading branch information
wen committed Aug 11, 2021
1 parent e69abe6 commit 86306ad
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
7 changes: 4 additions & 3 deletions www/p5-FCGI/Makefile
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# $NetBSD: Makefile,v 1.45 2021/05/24 19:55:29 wiz Exp $
# $NetBSD: Makefile,v 1.46 2021/08/11 12:38:41 wen Exp $

DISTNAME= FCGI-0.79
DISTNAME= FCGI-0.82
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=FCGI/}

MAINTAINER= pkgsrc-users@NetBSD.org
#HOMEPAGE= http://www.fastcgi.com/
COMMENT= Perl5 library for FastCGI, a fast startup alternative to CGI

TEST_DEPENDS= p5-FCGI-Client>=0:../../www/p5-FCGI-Client

USE_LANGUAGES= c
PERL5_PACKLIST= auto/FCGI/.packlist

Expand Down
10 changes: 5 additions & 5 deletions www/p5-FCGI/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.13 2020/05/09 03:00:15 wen Exp $
$NetBSD: distinfo,v 1.14 2021/08/11 12:38:41 wen Exp $

SHA1 (FCGI-0.79.tar.gz) = 2c6d7ec8481009c23028ac37086b3ddc2ddb177b
RMD160 (FCGI-0.79.tar.gz) = b30cded706dc1a78a949a2b378e6f9a268627b95
SHA512 (FCGI-0.79.tar.gz) = 18bb654b1d779881211e90c37144479fc2767dac71cdeb45099c67e1f2650f1aeae90d8646415b62a9b1dcc7595653b14c9f89b711416ebc6a31342bacd72c90
Size (FCGI-0.79.tar.gz) = 93884 bytes
SHA1 (FCGI-0.82.tar.gz) = 14ccc21bcf83328a311522a1a2313da00a68a718
RMD160 (FCGI-0.82.tar.gz) = 1018728f44e06940b315fe7f1f30db7f835b947c
SHA512 (FCGI-0.82.tar.gz) = dd962678b4c2012298c9b34cd85ffbacbdfc269b3a25cad7a77aadf1545c2ccab63ea14b44ffff727d51520f62a9ddd943deaff80a442888efd1a2caadb53334
Size (FCGI-0.82.tar.gz) = 96823 bytes

0 comments on commit 86306ad

Please sign in to comment.