aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2005-09-01 22:49:48 +0800
committergarga <garga@FreeBSD.org>2005-09-01 22:49:48 +0800
commit2deb248e382b300253ef45d958d4a1f178a02b5f (patch)
tree02fde6cf0dc1738f41d9c3e423ca7d2c4c39854e /www
parent5b958395be18ebb1a0f01dbb28e782eabc1a3c6c (diff)
downloadfreebsd-ports-gnome-2deb248e382b300253ef45d958d4a1f178a02b5f.tar.gz
freebsd-ports-gnome-2deb248e382b300253ef45d958d4a1f178a02b5f.tar.zst
freebsd-ports-gnome-2deb248e382b300253ef45d958d4a1f178a02b5f.zip
- Update to 1.4.3
PR: ports/85571 Submitted by: maintainer
Diffstat (limited to 'www')
-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, 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;