aboutsummaryrefslogtreecommitdiffstats
path: root/www/lighttpd
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2005-08-30 19:38:22 +0800
committervs <vs@FreeBSD.org>2005-08-30 19:38:22 +0800
commitb587f7ef1e21217c56063d38e59bbc39fa93e910 (patch)
tree6f91e00bac25c0146918d2af07049e2fccea5b90 /www/lighttpd
parentbd2705a1f42abc0c65709295fd4510704d976ccc (diff)
downloadfreebsd-ports-gnome-b587f7ef1e21217c56063d38e59bbc39fa93e910.tar.gz
freebsd-ports-gnome-b587f7ef1e21217c56063d38e59bbc39fa93e910.tar.zst
freebsd-ports-gnome-b587f7ef1e21217c56063d38e59bbc39fa93e910.zip
Update to to 1.4.2: bugfix release
PR: ports/85463 Submitted by: Hendrik Scholz (maintainer)
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;