diff options
author | krion <krion@FreeBSD.org> | 2003-10-21 22:06:11 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-21 22:06:11 +0800 |
commit | 1332f689dd3e39570738de18e508f09e9a994640 (patch) | |
tree | 8c86514e83d4956b699e5a2a923f16f75f204776 /www | |
parent | 838fbe37ff24c65d37a3340065232ee0b3db005a (diff) | |
download | freebsd-ports-gnome-1332f689dd3e39570738de18e508f09e9a994640.tar.gz freebsd-ports-gnome-1332f689dd3e39570738de18e508f09e9a994640.tar.zst freebsd-ports-gnome-1332f689dd3e39570738de18e508f09e9a994640.zip |
- 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
Diffstat (limited to 'www')
-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 |