diff options
author | avl <avl@FreeBSD.org> | 2009-09-03 11:01:04 +0800 |
---|---|---|
committer | avl <avl@FreeBSD.org> | 2009-09-03 11:01:04 +0800 |
commit | 74c507e12cc7ae7722862f8668f5151e330ead65 (patch) | |
tree | 93af9a3b51fe635c55812749197394ef5c8bddbd /www/drood | |
parent | 8e8720076fe5be40a1a554713ff9790d79f2ebb0 (diff) | |
download | freebsd-ports-gnome-74c507e12cc7ae7722862f8668f5151e330ead65.tar.gz freebsd-ports-gnome-74c507e12cc7ae7722862f8668f5151e330ead65.tar.zst freebsd-ports-gnome-74c507e12cc7ae7722862f8668f5151e330ead65.zip |
- Update to 1.50
PR: ports/138488
Submitted by: James Bailie <jimmy AT mammothcheese.ca> (maintainer)
Approved by: tabthorpe, glarkin (mentors, implicit)
Diffstat (limited to 'www/drood')
-rw-r--r-- | www/drood/Makefile | 2 | ||||
-rw-r--r-- | www/drood/distinfo | 6 | ||||
-rw-r--r-- | www/drood/pkg-descr | 3 |
3 files changed, 5 insertions, 6 deletions
diff --git a/www/drood/Makefile b/www/drood/Makefile index 18df770f6839..891ab41b80db 100644 --- a/www/drood/Makefile +++ b/www/drood/Makefile @@ -6,7 +6,7 @@ # PORTNAME= drood -PORTVERSION= 1.49 +PORTVERSION= 1.50 CATEGORIES= www MASTER_SITES= http://www.mammothcheese.ca/ diff --git a/www/drood/distinfo b/www/drood/distinfo index cdc12c3ae013..d6d203216683 100644 --- a/www/drood/distinfo +++ b/www/drood/distinfo @@ -1,3 +1,3 @@ -MD5 (drood-1.49.tar.gz) = ef6e3bb51e95ec96bceac780543bde89 -SHA256 (drood-1.49.tar.gz) = c63f0380522bd2071c1671d3da6ac65c49a8f88bdf323505d72d07fc7d9217b2 -SIZE (drood-1.49.tar.gz) = 62242 +MD5 (drood-1.50.tar.gz) = d496c3c89a6435a41258ace3054461d6 +SHA256 (drood-1.50.tar.gz) = c3e0c6759ac9cd878bef5d5dee3d7e34a9d630f68a3091b4e3c7387d637342c8 +SIZE (drood-1.50.tar.gz) = 61746 diff --git a/www/drood/pkg-descr b/www/drood/pkg-descr index c20c2d5ec2db..649f2899830a 100644 --- a/www/drood/pkg-descr +++ b/www/drood/pkg-descr @@ -2,8 +2,7 @@ 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. The HEAD, GET, and POST request methods, -only, are recognized. +both IPv4 and IPv6 connections. WWW: http://www.mammothcheese.ca/munger.html |