mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to to 1.4.2: bugfix release
PR: ports/85463 Submitted by: Hendrik Scholz (maintainer)
This commit is contained in:
parent
73a886b2ad
commit
17a6d4d97f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141430
3 changed files with 13 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= lighttpd
|
PORTNAME= lighttpd
|
||||||
PORTVERSION= 1.4.1
|
PORTVERSION= 1.4.2
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= http://www.lighttpd.net/download/ \
|
MASTER_SITES= http://www.lighttpd.net/download/ \
|
||||||
http://dl.fkb.wormulon.net/lighttpd/ \
|
http://dl.fkb.wormulon.net/lighttpd/ \
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (lighttpd-1.4.1.tar.gz) = 3abffbe574fd835721760a37c00d3714
|
MD5 (lighttpd-1.4.2.tar.gz) = c26eea734490129a45e465ac0f327e4a
|
||||||
SIZE (lighttpd-1.4.1.tar.gz) = 759063
|
SIZE (lighttpd-1.4.2.tar.gz) = 763765
|
||||||
|
|
10
www/lighttpd/files/patch-src:fdevent_freebsd_kqueue.c
Normal file
10
www/lighttpd/files/patch-src:fdevent_freebsd_kqueue.c
Normal file
|
@ -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;
|
Loading…
Add table
Reference in a new issue