diff options
author | seb <seb> | 2010-07-26 02:14:10 +0000 |
---|---|---|
committer | seb <seb> | 2010-07-26 02:14:10 +0000 |
commit | fc80d9b0b9c24eaa0cbedab9a2eadf36e0d89713 (patch) | |
tree | 4df5fa64e502092534ca84f2f1b5b9fb10a904b5 /www/p5-Starman/Makefile | |
parent | 368b7a08134ca13c66879b2705aa717c394d26f7 (diff) | |
download | pkgsrc-fc80d9b0b9c24eaa0cbedab9a2eadf36e0d89713.tar.gz |
Update p5-Starman from version 0.2004 to version 0.2006.
Pkgsrc changes:
- adjust dependencies
Upstream changes:
0.2006 Fri Jul 2 17:21:22 PDT 2010
- Fixed a bug in chunked response when Content-Length is 0. #8 (chiba)
- Documented --pid and --daemonize
0.2005 Fri Jul 2 17:02:16 PDT 2010
- Don't use lib 'lib'
- Documentation updates (miyagawa, grantm)
Diffstat (limited to 'www/p5-Starman/Makefile')
-rw-r--r-- | www/p5-Starman/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/p5-Starman/Makefile b/www/p5-Starman/Makefile index bccad0334bf..7ed52f3fddd 100644 --- a/www/p5-Starman/Makefile +++ b/www/p5-Starman/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2010/04/22 03:15:13 seb Exp $ +# $NetBSD: Makefile,v 1.7 2010/07/26 02:14:10 seb Exp $ -DISTNAME= Starman-0.2004 +DISTNAME= Starman-0.2006 PKGNAME= p5-${DISTNAME} #PKGREVISION= 1 CATEGORIES= www perl5 @@ -16,7 +16,6 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Starman/.packlist -BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires DEPENDS+= p5-Net-Server-SS-PreFork-[0-9]*:../../net/p5-Net-Server-SS-PreFork DEPENDS+= p5-Server-Starter-[0-9]*:../../sysutils/p5-Server-Starter DEPENDS+= p5-Data-Dump-[0-9]*:../../devel/p5-Data-Dump |