diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-21 14:06:11 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-21 14:06:11 +0000 |
commit | 9b67ad7860dd5c29d31927b12989d8af9cee9f57 (patch) | |
tree | f96a2454cee7fe54351d1146ef0d53ee8467153d /www/bozohttpd | |
parent | 9d151a4005ce40d5e01b671009e0970335e92e67 (diff) |
- Update to version 20031005
o basic authorisation fixes (Nicolas Jombart)
o display file size in directory index mode
o .xbel, .xml & .xsl -> text/xml mappings
PR: 58281
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=91818
Diffstat (limited to 'www/bozohttpd')
-rw-r--r-- | www/bozohttpd/Makefile | 7 | ||||
-rw-r--r-- | www/bozohttpd/distinfo | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/www/bozohttpd/Makefile b/www/bozohttpd/Makefile index a9a44f8b57eb..f016162d2288 100644 --- a/www/bozohttpd/Makefile +++ b/www/bozohttpd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bozohttpd -PORTVERSION= 20030622 +PORTVERSION= 20031005 CATEGORIES= www ipv6 MASTER_SITES= http://www.eterna.com.au/bozohttpd/ @@ -15,6 +15,11 @@ COMMENT= The bozotic HTTP server USE_BZIP2= YES +.if defined(WITH_HTPASSWD_SUPPORT) +CFLAGS+= -DDO_HTPASSWD +MAKE_ARGS+= 'LDFLAGS+= -lcrypt' +.endif + MAN8= bozohttpd.8 MANCOMPRESSED= maybe diff --git a/www/bozohttpd/distinfo b/www/bozohttpd/distinfo index a2b9bcdb0ab3..e61be4edcbe5 100644 --- a/www/bozohttpd/distinfo +++ b/www/bozohttpd/distinfo @@ -1 +1 @@ -MD5 (bozohttpd-20030622.tar.bz2) = 7b00a2184a5fdf79ea35f63d119e5800 +MD5 (bozohttpd-20031005.tar.bz2) = 24e6d27c016574e97a43384d9d504269 |