diff options
author | pav <pav@FreeBSD.org> | 2005-10-22 03:49:10 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-10-22 03:49:10 +0800 |
commit | fb61f3d3c348b1624dbb5a8d5cf151288a839cff (patch) | |
tree | 0828bc99bdae2945dfbb98729362fcbc62fef082 /www/cherokee | |
parent | bb25e62fe450971741bde37ba14414312a9f30e3 (diff) | |
download | freebsd-ports-gnome-fb61f3d3c348b1624dbb5a8d5cf151288a839cff.tar.gz freebsd-ports-gnome-fb61f3d3c348b1624dbb5a8d5cf151288a839cff.tar.zst freebsd-ports-gnome-fb61f3d3c348b1624dbb5a8d5cf151288a839cff.zip |
- Update to 0.4.27
PR: ports/87744
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'www/cherokee')
-rw-r--r-- | www/cherokee/Makefile | 2 | ||||
-rw-r--r-- | www/cherokee/distinfo | 4 | ||||
-rw-r--r-- | www/cherokee/files/patch-cherokee-util.h | 22 |
3 files changed, 9 insertions, 19 deletions
diff --git a/www/cherokee/Makefile b/www/cherokee/Makefile index aac38f56c13a..bb0b942cfb2e 100644 --- a/www/cherokee/Makefile +++ b/www/cherokee/Makefile @@ -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 --git a/www/cherokee/distinfo b/www/cherokee/distinfo index 85e5c0e9e1ab..1d771ee3fbb3 100644 --- a/www/cherokee/distinfo +++ b/www/cherokee/distinfo @@ -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 --git a/www/cherokee/files/patch-cherokee-util.h b/www/cherokee/files/patch-cherokee-util.h index 8e00b01d9b90..180fecacac4e 100644 --- a/www/cherokee/files/patch-cherokee-util.h +++ b/www/cherokee/files/patch-cherokee-util.h @@ -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> - |