diff options
author | leres <leres@FreeBSD.org> | 2018-06-20 11:30:00 +0800 |
---|---|---|
committer | leres <leres@FreeBSD.org> | 2018-06-20 11:30:00 +0800 |
commit | d1023d6a801f1bdec1ea0d26bb0e4972af0ccb4d (patch) | |
tree | eaf03670b88299e320f183a485f27b65b1b70211 /www/mini_httpd/Makefile | |
parent | 7ebdcd714f858ea83200750a87f61f983afcde90 (diff) | |
download | freebsd-ports-gnome-d1023d6a801f1bdec1ea0d26bb0e4972af0ccb4d.tar.gz freebsd-ports-gnome-d1023d6a801f1bdec1ea0d26bb0e4972af0ccb4d.tar.zst freebsd-ports-gnome-d1023d6a801f1bdec1ea0d26bb0e4972af0ccb4d.zip |
Update to 1.29:
- Allow CGI to handle HTTP methods besides GET/HEAD/POST.
Reviewed by: ler (mentor)
Approved by: ler (mentor)
Differential Revision: https://reviews.freebsd.org/D15918
Diffstat (limited to 'www/mini_httpd/Makefile')
-rw-r--r-- | www/mini_httpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mini_httpd/Makefile b/www/mini_httpd/Makefile index a40f3441c466..c9dbd8d7e890 100644 --- a/www/mini_httpd/Makefile +++ b/www/mini_httpd/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mini_httpd -PORTVERSION= 1.28 +PORTVERSION= 1.29 CATEGORIES= www ipv6 MASTER_SITES= https://www.acme.com/software/mini_httpd/ |