From owner-svn-ports-all@freebsd.org Thu Oct 22 13:23:50 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 831A2A1A5D7; Thu, 22 Oct 2015 13:23:50 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2E2C412B5; Thu, 22 Oct 2015 13:23:50 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9MDNnfG096586; Thu, 22 Oct 2015 13:23:49 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9MDNns0096583; Thu, 22 Oct 2015 13:23:49 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201510221323.t9MDNns0096583@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Thu, 22 Oct 2015 13:23:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399973 - head/www/mini_httpd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Oct 2015 13:23:50 -0000 Author: danfe Date: Thu Oct 22 13:23:48 2015 New Revision: 399973 URL: https://svnweb.freebsd.org/changeset/ports/399973 Log: - 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 Modified: head/www/mini_httpd/Makefile head/www/mini_httpd/distinfo head/www/mini_httpd/pkg-descr Modified: head/www/mini_httpd/Makefile ============================================================================== --- head/www/mini_httpd/Makefile Thu Oct 22 13:14:14 2015 (r399972) +++ head/www/mini_httpd/Makefile Thu Oct 22 13:23:48 2015 (r399973) @@ -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/ Modified: head/www/mini_httpd/distinfo ============================================================================== --- head/www/mini_httpd/distinfo Thu Oct 22 13:14:14 2015 (r399972) +++ head/www/mini_httpd/distinfo Thu Oct 22 13:23:48 2015 (r399973) @@ -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 Modified: head/www/mini_httpd/pkg-descr ============================================================================== --- head/www/mini_httpd/pkg-descr Thu Oct 22 13:14:14 2015 (r399972) +++ head/www/mini_httpd/pkg-descr Thu Oct 22 13:23:48 2015 (r399973) @@ -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.