summaryrefslogtreecommitdiff
path: root/www/p5-FCGI/Makefile
diff options
context:
space:
mode:
authormjl <mjl>2000-10-30 12:24:13 +0000
committermjl <mjl>2000-10-30 12:24:13 +0000
commit3046f422bac49f3a5aad24e08bb95f6250fde019 (patch)
tree5a5edf5af5fea50133491dbd243c978dd01aefc7 /www/p5-FCGI/Makefile
parente8e7da6185bbdc4999c0bbddda32011c05751b13 (diff)
downloadpkgsrc-3046f422bac49f3a5aad24e08bb95f6250fde019.tar.gz
Update to 0.55. Changes are:
o small documentation fix o compilation issues with older perls fixed o library initialization when using sockets fixed o library fixes ("Rob Saccoccio" <robs@ipass.net>) o compilation issues with newer gcc o completely untested OPEN and READLINE methods o sfio version compiles again o General clean-ups o Allow attaching/detaching o Changed DESTROY behaviour o Fixed default warn/die handler of old interface o Document new interface
Diffstat (limited to 'www/p5-FCGI/Makefile')
-rw-r--r--www/p5-FCGI/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/p5-FCGI/Makefile b/www/p5-FCGI/Makefile
index ec56ac4ed21..3ecab20f48a 100644
--- a/www/p5-FCGI/Makefile
+++ b/www/p5-FCGI/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2000/08/27 07:11:24 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2000/10/30 12:24:13 mjl Exp $
#
-DISTNAME= FCGI-0.48
-PKGNAME= p5-FCGI-0.48
+PKGVER= 0.55
+DISTNAME= FCGI-${PKGVER}
+PKGNAME= p5-FCGI-${PKGVER}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=FCGI/}