aboutsummaryrefslogtreecommitdiff
path: root/www/lighttpd
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-08-30 11:38:22 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-08-30 11:38:22 +0000
commit17a6d4d97f98dce8f3e56e1f518e41e8dba0b768 (patch)
tree1fc391816ab2181b8fdb2dc22b0b0c59ff2d6d46 /www/lighttpd
parent73a886b2ad96e68a40cbabbad63fc3abaaabef44 (diff)
downloadports-17a6d4d97f98dce8f3e56e1f518e41e8dba0b768.tar.gz
ports-17a6d4d97f98dce8f3e56e1f518e41e8dba0b768.zip
Update to to 1.4.2: bugfix release
PR: ports/85463 Submitted by: Hendrik Scholz (maintainer)
Notes
Notes: svn path=/head/; revision=141430
Diffstat (limited to 'www/lighttpd')
-rw-r--r--www/lighttpd/Makefile2
-rw-r--r--www/lighttpd/distinfo4
-rw-r--r--www/lighttpd/files/patch-src:fdevent_freebsd_kqueue.c10
3 files changed, 13 insertions, 3 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile
index c9e76ff1d710..67afc8c8a239 100644
--- a/www/lighttpd/Makefile
+++ b/www/lighttpd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= lighttpd
-PORTVERSION= 1.4.1
+PORTVERSION= 1.4.2
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 c50e3eb67b25..5fe86a910727 100644
--- a/www/lighttpd/distinfo
+++ b/www/lighttpd/distinfo
@@ -1,2 +1,2 @@
-MD5 (lighttpd-1.4.1.tar.gz) = 3abffbe574fd835721760a37c00d3714
-SIZE (lighttpd-1.4.1.tar.gz) = 759063
+MD5 (lighttpd-1.4.2.tar.gz) = c26eea734490129a45e465ac0f327e4a
+SIZE (lighttpd-1.4.2.tar.gz) = 763765
diff --git a/www/lighttpd/files/patch-src:fdevent_freebsd_kqueue.c b/www/lighttpd/files/patch-src:fdevent_freebsd_kqueue.c
new file mode 100644
index 000000000000..09a410177e65
--- /dev/null
+++ b/www/lighttpd/files/patch-src:fdevent_freebsd_kqueue.c
@@ -0,0 +1,10 @@
+--- 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;