diff options
author | mrg <mrg@pkgsrc.org> | 2003-10-06 01:16:47 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 2003-10-06 01:16:47 +0000 |
commit | bcc09396da105a33850715ec502f57e5fc3c30a9 (patch) | |
tree | 68805e3c48530c3ce55ed8aebb8245bf2071b351 /www | |
parent | a417ef91f34e1f2e71f9783d00546d8407294ad6 (diff) | |
download | pkgsrc-bcc09396da105a33850715ec502f57e5fc3c30a9.tar.gz |
update to bozohttpd 20031005. changes include:
o fixes for basic authorisation. from <ecu@ipv42.net>
o always display file size in directory index mode
o add .xbel, .xml & .xsl -> text/xml mappings. from
<wiz@danbala.ifoer.tuwien.ac.at>
Diffstat (limited to 'www')
-rw-r--r-- | www/bozohttpd/Makefile | 7 | ||||
-rw-r--r-- | www/bozohttpd/distinfo | 7 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/bozohttpd/Makefile b/www/bozohttpd/Makefile index 6b68f8fbb92..5a5b83b6415 100644 --- a/www/bozohttpd/Makefile +++ b/www/bozohttpd/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2003/09/22 08:38:17 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2003/10/06 01:16:47 mrg Exp $ # -DISTNAME= bozohttpd-20030626 -PKGREVISION= 1 +DISTNAME= bozohttpd-20031005 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_LOCAL} EXTRACT_SUFX= .tar.bz2 @@ -23,6 +22,8 @@ MAKE_ENV+= BINDIR=${PREFIX}/libexec MANDIR=${PREFIX}/man CPPFLAGS+= -DINET6 .endif +CPPFLAGS+= -Wno-error + pre-build: cd ${WRKSRC}; for file in bozohttpd.8; do \ ${SED} -e "s|/usr/pkg/|${PREFIX}/|g" \ diff --git a/www/bozohttpd/distinfo b/www/bozohttpd/distinfo index 50af909128a..dd3bd16e43b 100644 --- a/www/bozohttpd/distinfo +++ b/www/bozohttpd/distinfo @@ -1,5 +1,4 @@ -$NetBSD: distinfo,v 1.27 2003/09/27 15:37:43 wiz Exp $ +$NetBSD: distinfo,v 1.28 2003/10/06 01:16:47 mrg Exp $ -SHA1 (bozohttpd-20030626.tar.bz2) = 9ea81e7810def0b4d587803cd7707008d5198baf -Size (bozohttpd-20030626.tar.bz2) = 26831 bytes -SHA1 (patch-aa) = f9bde6f13297c3222f671867e753fb15d431ec25 +SHA1 (bozohttpd-20031005.tar.bz2) = 363b3984e26a5d36c859194b96afdc180150f759 +Size (bozohttpd-20031005.tar.bz2) = 29304 bytes |