diff options
author | clement <clement@FreeBSD.org> | 2005-01-16 19:40:39 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2005-01-16 19:40:39 +0800 |
commit | 2700c54fc998712b1a903c5d9a3f84c7b7d87965 (patch) | |
tree | fa72c37d49b942d1c8657598ab7609fb22969015 /www/monkey | |
parent | 612231eaed1299ba88d17ba65a5a684b4a28a4bc (diff) | |
download | freebsd-ports-gnome-2700c54fc998712b1a903c5d9a3f84c7b7d87965.tar.gz freebsd-ports-gnome-2700c54fc998712b1a903c5d9a3f84c7b7d87965.tar.zst freebsd-ports-gnome-2700c54fc998712b1a903c5d9a3f84c7b7d87965.zip |
- Update to 0.9.0
Diffstat (limited to 'www/monkey')
-rw-r--r-- | www/monkey/Makefile | 4 | ||||
-rw-r--r-- | www/monkey/distinfo | 4 | ||||
-rw-r--r-- | www/monkey/files/patch-users.c | 19 | ||||
-rw-r--r-- | www/monkey/pkg-plist | 3 |
4 files changed, 3 insertions, 27 deletions
diff --git a/www/monkey/Makefile b/www/monkey/Makefile index 7bfd944228c3..f453ce454b59 100644 --- a/www/monkey/Makefile +++ b/www/monkey/Makefile @@ -6,11 +6,9 @@ # PORTNAME= monkey -PORTVERSION= 0.8.4 -PORTREVISION= 1 +PORTVERSION= 0.9.0 CATEGORIES= www MASTER_SITES= http://monkeyd.sourceforge.net/versions/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-2 MAINTAINER= clement@FreeBSD.org COMMENT= A small, powerful, and fast Web server written in C diff --git a/www/monkey/distinfo b/www/monkey/distinfo index 8e39dffbab96..e5e12dfc5411 100644 --- a/www/monkey/distinfo +++ b/www/monkey/distinfo @@ -1,2 +1,2 @@ -MD5 (monkey-0.8.4-2.tar.gz) = 09858b3ebdaa70200b2075926eabb20b -SIZE (monkey-0.8.4-2.tar.gz) = 83528 +MD5 (monkey-0.9.0.tar.gz) = e8bcde30b93b84656897bcd60683bcf0 +SIZE (monkey-0.9.0.tar.gz) = 84170 diff --git a/www/monkey/files/patch-users.c b/www/monkey/files/patch-users.c deleted file mode 100644 index ef6f5a04fa61..000000000000 --- a/www/monkey/files/patch-users.c +++ /dev/null @@ -1,19 +0,0 @@ ---- src/user.c.orig Sat Oct 18 22:21:54 2003 -+++ src/user.c Mon Oct 20 17:26:55 2003 -@@ -23,6 +23,7 @@ - #include <pwd.h> - #include <sys/types.h> - #include <unistd.h> -+#include <sys/time.h> - #include <sys/resource.h> - - #include "monkey.h" -@@ -79,7 +80,7 @@ - /* Just if i'm superuser */ - rl.rlim_max= (256 * config->maxclients); - rl.rlim_cur = rl.rlim_max; -- setrlimit( RLIMIT_OFILE, &rl ); -+ setrlimit( RLIMIT_NOFILE, &rl ); - - /* Chequear si existe el usuario USER ... */ - if ((usr = getpwnam( config->user )) == NULL) { diff --git a/www/monkey/pkg-plist b/www/monkey/pkg-plist index 6628b4e9fbcf..91132f0536d1 100644 --- a/www/monkey/pkg-plist +++ b/www/monkey/pkg-plist @@ -1,6 +1,3 @@ -@unexec if cmp -s %D/etc/monkey/mime.types %D/etc/monkey/mime.types-dist; then rm -f %D/etc/monkey/mime.types; fi -etc/monkey/mime.types-dist -@exec [ -f %B/mime.types ] || cp %B/%f %B/mime.types @unexec if cmp -s %D/etc/monkey/modules.conf %D/etc/monkey/modules.conf-dist; then rm -f %D/etc/monkey/modules.conf; fi etc/monkey/modules.conf-dist @exec [ -f %B/modules.conf ] || cp %B/%f %B/modules.conf |