diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-09-01 14:49:48 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-09-01 14:49:48 +0000 |
commit | 33f0d398586be3bd82da2fe66040c2dcc057750c (patch) | |
tree | 45e47594e093cec6f12820ff165b1c78010a3327 /www/lighttpd | |
parent | 120f822c79c3bce566142ab5c7cd4bd669341480 (diff) | |
download | ports-33f0d398586be3bd82da2fe66040c2dcc057750c.tar.gz ports-33f0d398586be3bd82da2fe66040c2dcc057750c.zip |
Notes
Diffstat (limited to 'www/lighttpd')
-rw-r--r-- | www/lighttpd/Makefile | 2 | ||||
-rw-r--r-- | www/lighttpd/distinfo | 4 | ||||
-rw-r--r-- | www/lighttpd/files/patch-src:fdevent_freebsd_kqueue.c | 10 |
3 files changed, 3 insertions, 13 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index 67afc8c8a239..99856f931730 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= lighttpd -PORTVERSION= 1.4.2 +PORTVERSION= 1.4.3 CATEGORIES= www MASTER_SITES= http://www.lighttpd.net/download/ \ http://dl.fkb.wormulon.net/lighttpd/ \ diff --git a/www/lighttpd/distinfo b/www/lighttpd/distinfo index 5fe86a910727..eecb3b115310 100644 --- a/www/lighttpd/distinfo +++ b/www/lighttpd/distinfo @@ -1,2 +1,2 @@ -MD5 (lighttpd-1.4.2.tar.gz) = c26eea734490129a45e465ac0f327e4a -SIZE (lighttpd-1.4.2.tar.gz) = 763765 +MD5 (lighttpd-1.4.3.tar.gz) = 5a08721c2ea7fbfc6790a1cf0063c8ef +SIZE (lighttpd-1.4.3.tar.gz) = 765903 diff --git a/www/lighttpd/files/patch-src:fdevent_freebsd_kqueue.c b/www/lighttpd/files/patch-src:fdevent_freebsd_kqueue.c deleted file mode 100644 index 09a410177e65..000000000000 --- a/www/lighttpd/files/patch-src:fdevent_freebsd_kqueue.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/fdevent_freebsd_kqueue.c.orig Tue Aug 30 09:50:58 2005 -+++ src/fdevent_freebsd_kqueue.c Tue Aug 30 09:51:16 2005 -@@ -108,6 +108,7 @@ - fprintf(stderr, "%s.%d: kqueue failed polling: %s\n", - __FILE__, __LINE__, strerror(errno)); - break; -+ } - } - - return ret; |