From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 2 22:40:05 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C03F1065672 for ; Wed, 2 Sep 2009 22:40:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 09BF28FC0C for ; Wed, 2 Sep 2009 22:40:05 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n82Me4MK048994 for ; Wed, 2 Sep 2009 22:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n82Me4au048993; Wed, 2 Sep 2009 22:40:04 GMT (envelope-from gnats) Resent-Date: Wed, 2 Sep 2009 22:40:04 GMT Resent-Message-Id: <200909022240.n82Me4au048993@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, James Bailie Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E627106566B for ; Wed, 2 Sep 2009 22:31:03 +0000 (UTC) (envelope-from jimmy@mammothcheese.ca) Received: from smtp122.rog.mail.re2.yahoo.com (smtp122.rog.mail.re2.yahoo.com [206.190.53.27]) by mx1.freebsd.org (Postfix) with SMTP id F2FF08FC16 for ; Wed, 2 Sep 2009 22:31:02 +0000 (UTC) Received: (qmail 35102 invoked from network); 2 Sep 2009 22:31:02 -0000 Received: from unknown (HELO ?HOSTNAME?) (jimmy@99.255.2.249 with login) by smtp122.rog.mail.re2.yahoo.com with SMTP; 2 Sep 2009 22:31:02 -0000 Received: by _HOSTNAME_ (sSMTP sendmail emulation); Wed, 2 Sep 2009 18:31:01 -0400 Message-Id: <20090902223103.4E627106566B@hub.freebsd.org> Date: Wed, 2 Sep 2009 18:31:01 -0400 From: "James Bailie" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/138488: Update Port: www/drood => 1.50 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: James Bailie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Sep 2009 22:40:05 -0000 >Number: 138488 >Category: ports >Synopsis: Update Port: www/drood => 1.50 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Sep 02 22:40:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: James Bailie >Release: FreeBSD 7.2-STABLE amd64 >Organization: >Environment: System: FreeBSD localhost 7.2-STABLE FreeBSD 7.2-STABLE #13: Wed Jun 10 08:27:34 EDT 2009 jbailie@localhost:/usr/obj/usr/src/sys/LOCAL amd64 >Description: >How-To-Repeat: >Fix: --- drood.diff begins here --- diff -ruN /usr/ports/www/drood/Makefile ./drood/Makefile --- /usr/ports/www/drood/Makefile 2009-09-02 18:07:15.000000000 -0400 +++ ./drood/Makefile 2009-09-02 18:08:37.000000000 -0400 @@ -6,7 +6,7 @@ # PORTNAME= drood -PORTVERSION= 1.49 +PORTVERSION= 1.50 CATEGORIES= www MASTER_SITES= http://www.mammothcheese.ca/ diff -ruN /usr/ports/www/drood/distinfo ./drood/distinfo --- /usr/ports/www/drood/distinfo 2009-09-02 18:06:49.000000000 -0400 +++ ./drood/distinfo 2009-09-02 18:28:26.000000000 -0400 @@ -1,3 +1,3 @@ -MD5 (drood-1.50.tar.gz) = 394f73bc26062ae383c13b17bd7badd9 -SHA256 (drood-1.50.tar.gz) = 88f28579bb8b0697b3501ea4387542bb9b582d97c6b485cc44314e0e894b8830 -SIZE (drood-1.50.tar.gz) = 61727 +MD5 (drood-1.50.tar.gz) = d496c3c89a6435a41258ace3054461d6 +SHA256 (drood-1.50.tar.gz) = c3e0c6759ac9cd878bef5d5dee3d7e34a9d630f68a3091b4e3c7387d637342c8 +SIZE (drood-1.50.tar.gz) = 61746 diff -ruN /usr/ports/www/drood/pkg-descr ./drood/pkg-descr --- /usr/ports/www/drood/pkg-descr 2009-05-13 14:52:45.000000000 -0400 +++ ./drood/pkg-descr 2009-09-02 18:12:50.000000000 -0400 @@ -2,8 +2,7 @@ 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 --- drood.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: