diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-10-21 19:49:10 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-10-21 19:49:10 +0000 |
commit | ddb81282e78701da03d0e20805390422967a6884 (patch) | |
tree | 6bd0f7b9f3590fbd8de809541e461c4e6fa3f5f1 /www/cherokee | |
parent | db79cc8be7e11b10ebbd721481ce53b032250b44 (diff) | |
download | ports-ddb81282e78701da03d0e20805390422967a6884.tar.gz ports-ddb81282e78701da03d0e20805390422967a6884.zip |
Notes
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> - |