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 | |
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')
-rw-r--r-- | www/p5-FCGI/Makefile | 6 | ||||
-rw-r--r-- | www/p5-FCGI/distinfo | 8 |
2 files changed, 6 insertions, 8 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/} diff --git a/www/p5-FCGI/distinfo b/www/p5-FCGI/distinfo index 39caaf081c4..1d310d4adfb 100644 --- a/www/p5-FCGI/distinfo +++ b/www/p5-FCGI/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2011/09/28 13:17:28 obache Exp $ +$NetBSD: distinfo,v 1.10 2014/09/06 14:49:40 wiz Exp $ -SHA1 (FCGI-0.74.tar.gz) = a0bf4d6537ffc7141b4b0148f7fdbc7354d5d642 -RMD160 (FCGI-0.74.tar.gz) = e7aa0c8d29f873d1b9aeaeb8fa82fb652ba8dfeb -Size (FCGI-0.74.tar.gz) = 97599 bytes +SHA1 (FCGI-0.77.tar.gz) = 55edfa5b0135fe0f914dcb066975bb265e98ecb2 +RMD160 (FCGI-0.77.tar.gz) = 078c28961b06695187778707a67d41b9a924f52a +Size (FCGI-0.77.tar.gz) = 90561 bytes |