Date: Fri, 21 Oct 2005 02:00:34 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/87744: Update port: www/cherokee to 0.4.27 Message-ID: <20051021020034.2ec0c590.tkato432@yahoo.com> Resent-Message-ID: <200510201710.j9KHAJf4048432@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 87744 >Category: ports >Synopsis: Update port: www/cherokee to 0.4.27 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 20 17:10:18 GMT 2005 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE-p13 i386 >Organization: >Environment: >Description: - Update to version 0.4.27 >How-To-Repeat: >Fix: diff -urN /usr/ports/www/cherokee/Makefile www/cherokee/Makefile --- /usr/ports/www/cherokee/Makefile Thu Sep 29 03:12:23 2005 +++ www/cherokee/Makefile Thu Oct 20 00:47:27 2005 @@ -6,7 +6,7 @@ # PORTNAME= cherokee -PORTVERSION= 0.4.26 +PORTVERSION= 0.4.27 CATEGORIES= www MASTER_SITES= http://www.0x50.org/download/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTVERSION:R}/${PORTVERSION} diff -urN /usr/ports/www/cherokee/distinfo www/cherokee/distinfo --- /usr/ports/www/cherokee/distinfo Thu Sep 29 03:12:23 2005 +++ www/cherokee/distinfo Thu Oct 20 00:54:51 2005 @@ -1,2 +1,2 @@ -MD5 (cherokee-0.4.26.tar.gz) = f6baa4e4b1f6b82f79396ca9b653f0d2 -SIZE (cherokee-0.4.26.tar.gz) = 1435559 +MD5 (cherokee-0.4.27.tar.gz) = 1bbf4e873ffba25faf59b735bae1f451 +SIZE (cherokee-0.4.27.tar.gz) = 1459358 diff -urN /usr/ports/www/cherokee/files/patch-cherokee-util.h www/cherokee/files/patch-cherokee-util.h --- /usr/ports/www/cherokee/files/patch-cherokee-util.h Thu Sep 29 03:12:23 2005 +++ www/cherokee/files/patch-cherokee-util.h Thu Oct 20 01:00:13 2005 @@ -1,27 +1,17 @@ ---- cherokee/util.h.orig Tue Sep 20 01:44:20 2005 -+++ cherokee/util.h Tue Sep 20 11:56:57 2005 -@@ -30,13 +30,21 @@ - #define CHEROKEE_UTIL_H +--- cherokee/util.h.orig Sat Oct 15 19:31:05 2005 ++++ cherokee/util.h Thu Oct 20 00:59:40 2005 +@@ -31,6 +31,14 @@ #include <cherokee/common.h> -+#include <time.h> -+#include <dirent.h> + ++#ifdef HAVE_SYS_TYPES_H +#include <sys/types.h> ++#endif + +#ifdef HAVE_SYS_SOCKET_H +# include <sys/socket.h> +#endif + -+#ifdef HAVE_ARPA_INET_H -+# include <arpa/inet.h> -+#endif - #ifdef HAVE_NETINET_IN_H # include <netinet/in.h> #endif -- --#include <time.h> --#include <dirent.h> - - #include <cherokee/buffer.h> - >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051021020034.2ec0c590.tkato432>