Minor update of CGI::Emulate::PSGI, one big change is not setting
the HTTP_PROXY header, that is https://httpoxy.org

https://metacpan.org/changes/distribution/CGI-Emulate-PSGI

Tests all pass, and rt doesn't fail its tests any more spectacularly.

CGI::Emulate::PSGI doesn't actually require the CGI module, not sure if
it was included for convenience, but where I use it at work, I don't
need the dependency.

OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/p5-CGI-Emulate-PSGI/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Makefile    5 Apr 2016 12:21:41 -0000       1.6
+++ Makefile    22 Jan 2017 21:42:14 -0000
@@ -4,8 +4,7 @@ COMMENT =       PSGI adapter for CGI
 
 MODULES =      cpan
 PKG_ARCH =     *
-DISTNAME =     CGI-Emulate-PSGI-0.20
-REVISION =     0
+DISTNAME =     CGI-Emulate-PSGI-0.22
 CATEGORIES =   www
 
 MAINTAINER =   Andrew Fresh <afre...@openbsd.org>
@@ -13,8 +12,7 @@ MAINTAINER =  Andrew Fresh <afresh1@openb
 # Perl
 PERMIT_PACKAGE_CDROM = Yes
 
-RUN_DEPENDS =  www/p5-HTTP-Message>=0 \
-               www/p5-CGI
+RUN_DEPENDS =  www/p5-HTTP-Message
 TEST_DEPENDS = devel/p5-Test-Requires>=0.08
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/p5-CGI-Emulate-PSGI/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo    16 Jul 2015 15:12:34 -0000      1.3
+++ distinfo    22 Jan 2017 21:42:14 -0000
@@ -1,2 +1,2 @@
-SHA256 (CGI-Emulate-PSGI-0.20.tar.gz) = 
OGUQayK4ig+lWCHIRiWs2/pHWLHTQcar5iYT02Pi08I=
-SIZE (CGI-Emulate-PSGI-0.20.tar.gz) = 14321
+SHA256 (CGI-Emulate-PSGI-0.22.tar.gz) = 
haPUBclnXVjNkU60iEZZhCgHLcZqxRiqBiDscjMaXYI=
+SIZE (CGI-Emulate-PSGI-0.22.tar.gz) = 14658

-- 
andrew - http://afresh1.com

I'm impatient with stupidity.
                      -- Klaatu

Reply via email to