aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2005-02-11 00:30:50 +0800
committersem <sem@FreeBSD.org>2005-02-11 00:30:50 +0800
commit2bda31b55f1c923bf445441552b7e6a337bf9517 (patch)
treef72793624702d938f6f35b26ab3364ae2470e3e3 /www
parentc94445623a54e50902e2a0f9f9deb5e85f84516d (diff)
downloadfreebsd-ports-gnome-2bda31b55f1c923bf445441552b7e6a337bf9517.tar.gz
freebsd-ports-gnome-2bda31b55f1c923bf445441552b7e6a337bf9517.tar.zst
freebsd-ports-gnome-2bda31b55f1c923bf445441552b7e6a337bf9517.zip
- Update to 1.9
PR: ports/77343 Submitted by: maintainer
Diffstat (limited to 'www')
-rw-r--r--www/shttpd/Makefile2
-rw-r--r--www/shttpd/distinfo4
-rw-r--r--www/shttpd/files/shttpd.117
3 files changed, 15 insertions, 8 deletions
diff --git a/www/shttpd/Makefile b/www/shttpd/Makefile
index 4876e668bbf2..9e23768ca548 100644
--- a/www/shttpd/Makefile
+++ b/www/shttpd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= shttpd
-PORTVERSION= 1.5
+PORTVERSION= 1.9
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= shttpd
diff --git a/www/shttpd/distinfo b/www/shttpd/distinfo
index 38f94c1d42e6..a9882e2b75ee 100644
--- a/www/shttpd/distinfo
+++ b/www/shttpd/distinfo
@@ -1,2 +1,2 @@
-MD5 (shttpd/shttpd_1.5.c) = 5ef81caeac7c132850fac4c8340ce2db
-SIZE (shttpd/shttpd_1.5.c) = 56977
+MD5 (shttpd/shttpd_1.9.c) = e1ce9c741af69b1101cc1b26221ef82d
+SIZE (shttpd/shttpd_1.9.c) = 72325
diff --git a/www/shttpd/files/shttpd.1 b/www/shttpd/files/shttpd.1
index c1bf8752e87a..2d7170835c58 100644
--- a/www/shttpd/files/shttpd.1
+++ b/www/shttpd/files/shttpd.1
@@ -24,18 +24,18 @@ display help
use SSL (default NO)
.TP 13
.I \-s certfile
-use SSL certificate file (default httpd.pem)
+use SSL certificate file (default shttpd.pem)
.TP 13
.I \-e errfile
error log file (default none)
.TP 13
.I \-l logfile
-log file (default httpd.log)
+log file (default shttpd.log)
.TP 13
.I \-i file1[,file2..]
index file (default index.html,index.cgi,index.php)
.TP 13
-.I \-c
+.I \-c pattern
CGI file pattern (default .cgi)
.TP 13
.I \-P passfile
@@ -43,10 +43,17 @@ global auth passwords file (default none)
.TP 13
.I \-u uid
run-time numeric UID (default none)
+.TP 13
+.I \-m file
+mime types file (default none)
+.TP 13
+.I \-N realm
+authentication realm (default auth)
+.TP 13
+.I \-D
+do directory listing (default no)
.SH COPYRIGHT
.B shttpd
is licensed under the terms of MIT license.
-.SH BUGS
-Please send bug reports to <valenok@gmail.com>
.SH AUTHOR
Sergey Lyubka <valenok@gmail.com>