aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2015-10-22 21:23:48 +0800
committerdanfe <danfe@FreeBSD.org>2015-10-22 21:23:48 +0800
commita4287fdea0e0cd81cd99f1b5d27be016f3367ad6 (patch)
tree711e65ce7da2046b2d9d667139cb9b2ea3614c53
parent622a2cb4d72858cf0a37346a1d5acfbb66667706 (diff)
downloadfreebsd-ports-graphics-a4287fdea0e0cd81cd99f1b5d27be016f3367ad6.tar.gz
freebsd-ports-graphics-a4287fdea0e0cd81cd99f1b5d27be016f3367ad6.tar.zst
freebsd-ports-graphics-a4287fdea0e0cd81cd99f1b5d27be016f3367ad6.zip
- Update ACME Labs' mini_httpd to version 1.22
- Remove trailing whitespace and dots at the end of list items in the port description and reformat a bit while I'm at it PR: 203925
-rw-r--r--www/mini_httpd/Makefile3
-rw-r--r--www/mini_httpd/distinfo4
-rw-r--r--www/mini_httpd/pkg-descr27
3 files changed, 16 insertions, 18 deletions
diff --git a/www/mini_httpd/Makefile b/www/mini_httpd/Makefile
index 8928a8c54d7..a1be7b2ed3d 100644
--- a/www/mini_httpd/Makefile
+++ b/www/mini_httpd/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= mini_httpd
-PORTVERSION= 1.21
-PORTREVISION= 1
+PORTVERSION= 1.22
CATEGORIES= www ipv6
MASTER_SITES= http://www.acme.com/software/mini_httpd/
diff --git a/www/mini_httpd/distinfo b/www/mini_httpd/distinfo
index 6013179e4d3..93d17bf9321 100644
--- a/www/mini_httpd/distinfo
+++ b/www/mini_httpd/distinfo
@@ -1,2 +1,2 @@
-SHA256 (mini_httpd-1.21.tar.gz) = 51fa38c87d79e973686557b8d3b72fed387b21931e37ee07a08991ebb2c95152
-SIZE (mini_httpd-1.21.tar.gz) = 43127
+SHA256 (mini_httpd-1.22.tar.gz) = 28399b9ad5fa31568944e625f4007c4b9ed9a096f78eda772fc9223a93ea7325
+SIZE (mini_httpd-1.22.tar.gz) = 43619
diff --git a/www/mini_httpd/pkg-descr b/www/mini_httpd/pkg-descr
index 95ff316beb8..81aadc7760b 100644
--- a/www/mini_httpd/pkg-descr
+++ b/www/mini_httpd/pkg-descr
@@ -1,18 +1,17 @@
-Mini_httpd is a small HTTP server. Its performance is not great, but
-for low or medium traffic sites it's quite adequate. It implements
-all the basic features of an HTTP server, including:
+mini_httpd is a small HTTP server. Its performance is not great, but for
+low or medium traffic sites it's quite adequate. It implements all the
+basic features of an HTTP server, including:
- - GET, HEAD, and POST methods.
- - CGI.
- - Basic authentication.
- - Security against ".." filename snooping.
- - The common MIME types.
- - Trailing-slash redirection.
- - index.html, index.htm, index.cgi
- - Directory listings.
- - Multihoming / virtual hosting.
- - Standard logging.
- - Custom error pages.
+ - GET, HEAD, and POST methods
+ - CGI and basic authentication support
+ - Security against ".." filename snooping
+ - The common MIME types
+ - Trailing-slash redirection
+ - index.html, index.htm, index.cgi
+ - Directory listings
+ - Multihoming (virtual hosting)
+ - Standard logging
+ - Custom error pages
It can also be configured to do SSL/HTTPS and IPv6.