summaryrefslogtreecommitdiff
path: root/www/p5-FCGI/Makefile
diff options
context:
space:
mode:
authorrh <rh>1999-12-01 16:39:32 +0000
committerrh <rh>1999-12-01 16:39:32 +0000
commitcbf0e4ddb5c1237039108a9e1a81903f2c420098 (patch)
tree9c84d8d34842db62edc200c357e546e0f2a30e36 /www/p5-FCGI/Makefile
parent428b9bf9fe28e3c86dc416adc7784344f42e04c9 (diff)
downloadpkgsrc-cbf0e4ddb5c1237039108a9e1a81903f2c420098.tar.gz
Update p5-FCGI to 0.48.
Changes include: o perl 5.005_60 compatibility (not that it matters, yet) o locking on platforms that need it o support for remote connections o move PRINTF into correct package o deprecated set_exit_status o general cleanup, moving old non thread safe interface from xs to perl o new thread safe interface o new threaded example program o FCGI.pm now part of the devel kit o library fixes ("Rob Saccoccio" <robs@ipass.net>) o allow bypassing of installation of handlers o ActivePerl compatibility (Murray Nesbitt <murray@ActiveState.com>) o POST on bigendians (Paul GABORIT <gaborit@enstimac.fr>) o Some win32 changes (Monty <xiphmont@fastserv.com>) o library fixes ("Rob Saccoccio" <robs@ipass.net>)
Diffstat (limited to 'www/p5-FCGI/Makefile')
-rw-r--r--www/p5-FCGI/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-FCGI/Makefile b/www/p5-FCGI/Makefile
index aef9e83797e..434b606ae04 100644
--- a/www/p5-FCGI/Makefile
+++ b/www/p5-FCGI/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 1999/04/15 20:39:48 tron Exp $
+# $NetBSD: Makefile,v 1.3 1999/12/01 16:39:32 rh Exp $
#
-DISTNAME= FCGI-0.42
-PKGNAME= p5-FCGI-0.42
+DISTNAME= FCGI-0.48
+PKGNAME= p5-FCGI-0.48
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=FCGI/}