diff options
author | wiz <wiz@pkgsrc.org> | 2014-09-06 14:49:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-09-06 14:49:40 +0000 |
commit | d72bda2ff42e3755ebbc593de63339d06448183f (patch) | |
tree | 4a30307c44b8a5966f352865f82e49c7f3cecbdf /www/p5-FCGI/Makefile | |
parent | 3d195a91f813ef7e779c75b8a3ca53457f74db6f (diff) | |
download | pkgsrc-d72bda2ff42e3755ebbc593de63339d06448183f.tar.gz |
Update to 0.77:
Version 0.77 -- 2014-08-05
o re-release to remove build artifacts that should not have been shipped
Version 0.76 -- 2014-08-05
o On Android, set TMPDIR before calling configure (RT#97680, Brian Fraser)
Version 0.75 -- 2014-07-17
o deprecated APIs removed (chansen)
o broken PP implementation removed (chansen)
o retooled distribution so FCGI.pm and FCGI.xs exist as-is, rather than
being generated by FCGI.PL and FCGI.XL (chansen)
Diffstat (limited to 'www/p5-FCGI/Makefile')
-rw-r--r-- | www/p5-FCGI/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/p5-FCGI/Makefile b/www/p5-FCGI/Makefile index 0885dbc16e7..8d8283ede28 100644 --- a/www/p5-FCGI/Makefile +++ b/www/p5-FCGI/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2014/05/29 23:38:05 wiz Exp $ -# +# $NetBSD: Makefile,v 1.34 2014/09/06 14:49:40 wiz Exp $ -DISTNAME= FCGI-0.74 +DISTNAME= FCGI-0.77 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 SVR4_PKGNAME= p5fcg CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=FCGI/} |