diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2010-06-19 05:35:13 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2010-06-19 05:35:13 +0800 |
commit | 794609245cb37208d13225db4086e949f08f5ca5 (patch) | |
tree | eb025fc754e9f379f01ee5a16089ef0ec4727d83 | |
parent | 36195c67b645b45f33dd298eeebfd44126bcb505 (diff) | |
download | freebsd-ports-gnome-794609245cb37208d13225db4086e949f08f5ca5.tar.gz freebsd-ports-gnome-794609245cb37208d13225db4086e949f08f5ca5.tar.zst freebsd-ports-gnome-794609245cb37208d13225db4086e949f08f5ca5.zip |
- Update to 1.58
PR: ports/147896
Submitted by: James Bailie <jimmy mammothcheese.ca> (maintainer)
Feature safe: yes
-rw-r--r-- | www/drood/Makefile | 2 | ||||
-rw-r--r-- | www/drood/distinfo | 6 | ||||
-rw-r--r-- | www/drood/pkg-descr | 12 |
3 files changed, 10 insertions, 10 deletions
diff --git a/www/drood/Makefile b/www/drood/Makefile index 64ef8db3de6b..7d7862d6097e 100644 --- a/www/drood/Makefile +++ b/www/drood/Makefile @@ -6,7 +6,7 @@ # PORTNAME= drood -PORTVERSION= 1.56 +PORTVERSION= 1.58 CATEGORIES= www MASTER_SITES= http://www.mammothcheese.ca/ diff --git a/www/drood/distinfo b/www/drood/distinfo index 73ac5e31a890..7f1b7d2053ff 100644 --- a/www/drood/distinfo +++ b/www/drood/distinfo @@ -1,3 +1,3 @@ -MD5 (drood-1.56.tar.gz) = 641f1d5447a902c0b17615d638b40980 -SHA256 (drood-1.56.tar.gz) = 173e979879d84d8a2c06671aa10844cfd5354d7b9f656cca7e54c2897137df68 -SIZE (drood-1.56.tar.gz) = 46509 +MD5 (drood-1.58.tar.gz) = e680572a656312d50bb47721fd264d68 +SHA256 (drood-1.58.tar.gz) = 5591d4ee8f1381fdcd6f117596f72f134882ebfaf689ce303eca79d7907ae4f2 +SIZE (drood-1.58.tar.gz) = 46914 diff --git a/www/drood/pkg-descr b/www/drood/pkg-descr index e3f2012226fa..b0ef11b31919 100644 --- a/www/drood/pkg-descr +++ b/www/drood/pkg-descr @@ -1,10 +1,10 @@ -Drood is a lightweight, partially-compliant HTTP/1.1 server, intended -as an alternative to more complex web servers for websites where -the server requirements are simple. Drood supports name-based -virtual hosting, CGI and SCGI, gzipped content-encoding for static -resources, and will service both IPv4 and IPv6 connections. +Drood is a lightweight, partially-compliant HTTP/1.1 server, intended as an +alternative to more complex web servers for websites where the server +requirements are simple. Drood supports name-based virtual hosting, CGI +and SCGI, gzipped content-encoding for static resources, and will service +both IPv4 and IPv6 connections. -WWW: http://www.mammothcheese.ca/drood.html +WWW: http://www.mammothcheese.ca/ -- James Bailie <jimmy@mammothcheese.ca> |