diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-01-16 11:40:39 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-01-16 11:40:39 +0000 |
commit | 7ef4f90db24ea1ed37a9c747d12c1392d23b4186 (patch) | |
tree | c29499a97aeb338936485a530daa168537deda28 | |
parent | d6c6f9fd4fd877fcf6f100380626af1798131912 (diff) | |
download | ports-7ef4f90db24ea1ed37a9c747d12c1392d23b4186.tar.gz ports-7ef4f90db24ea1ed37a9c747d12c1392d23b4186.zip |
Notes
-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 |