diff options
author | seb <seb@pkgsrc.org> | 2010-08-29 13:30:06 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2010-08-29 13:30:06 +0000 |
commit | 22e4e3917c0927c321e4e8a5b7948fed8177be62 (patch) | |
tree | c405b214a621580aad3610841a4b5ae43bcc9415 /www | |
parent | 9e10f920d62ddbe63791c19d97e6baa2317800ac (diff) | |
download | pkgsrc-22e4e3917c0927c321e4e8a5b7948fed8177be62.tar.gz |
Update p5-HTTP-Body from version 1.07nb1 to version 1.09.
Pkgsrc changes:
- adjust dependencies
- set PERL5_MODULE_TYPE to Module::Install::Bundled
- placate pkglint about whitespace
Upstream changes:
1.09 Thu 19 Aug 2010 19:08:55 UTC
- remove blib for PAUSE indexing.
1.08 Thu 19 Aug 2010 18:08:42 UTC
- Temp files now preserve the suffix of the uploaded file. This makes
it possible to feed the file directly into a mime-type-determing
module that may rely on this suffix as part of its heuristic. (Dave
Rolsky)
- Fix for RT#54443 Xforms buffering incorrectly (Simon Elliott)
- Move to Dist::Zilla
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTTP-Body/Makefile | 12 | ||||
-rw-r--r-- | www/p5-HTTP-Body/distinfo | 8 |
2 files changed, 8 insertions, 12 deletions
diff --git a/www/p5-HTTP-Body/Makefile b/www/p5-HTTP-Body/Makefile index e46e4999d63..d9ad56ec51e 100644 --- a/www/p5-HTTP-Body/Makefile +++ b/www/p5-HTTP-Body/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2010/08/21 16:36:52 seb Exp $ +# $NetBSD: Makefile,v 1.8 2010/08/29 13:30:06 seb Exp $ -DISTNAME= HTTP-Body-1.07 +DISTNAME= HTTP-Body-1.09 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/} @@ -11,18 +10,15 @@ HOMEPAGE= http://search.cpan.org/dist/HTTP-Body/ COMMENT= HTTP Body Parser LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.8.1,p5-File-Temp>=0.14}:../../devel/p5-File-Temp -DEPENDS+= {perl>=5.10.0,p5-IO>=1.14}:../../devel/p5-IO DEPENDS+= p5-libwww>=0:../../www/p5-libwww BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.86}:../../devel/p5-Test-Simple USE_LANGUAGES= # empty PERL5_PACKLIST= auto/HTTP/Body/.packlist -PERL5_MODULE_TYPE= Module::Install +PERL5_MODULE_TYPE= Module::Install::Bundled -PKG_DESTDIR_SUPPORT= user-destdir +PKG_DESTDIR_SUPPORT= user-destdir .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/p5-HTTP-Body/distinfo b/www/p5-HTTP-Body/distinfo index e3e314546dd..d2f7ddb1494 100644 --- a/www/p5-HTTP-Body/distinfo +++ b/www/p5-HTTP-Body/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2010/02/22 17:29:45 sno Exp $ +$NetBSD: distinfo,v 1.6 2010/08/29 13:30:06 seb Exp $ -SHA1 (HTTP-Body-1.07.tar.gz) = 3713343d2eac114e110c86ac21514428ce288fc8 -RMD160 (HTTP-Body-1.07.tar.gz) = c01f9491d61356097c953fd264bca77161daaca7 -Size (HTTP-Body-1.07.tar.gz) = 28670 bytes +SHA1 (HTTP-Body-1.09.tar.gz) = 2770e0125df6858f30b121391ecec47360282999 +RMD160 (HTTP-Body-1.09.tar.gz) = 19b7d59cdd8e089f98c37043e8090babf5c50cc3 +Size (HTTP-Body-1.09.tar.gz) = 3721113 bytes |