diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-05-04 17:12:58 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-05-04 17:12:58 +0000 |
commit | 31e77736d067547cfddb4184ef71f59ef83b64d3 (patch) | |
tree | 35d393b8f9f9cc94b6921e92824779185cf6d2fb /mail/perdition | |
parent | 6d8b69f37941490de80741e78b9a839159cbcc44 (diff) | |
download | FreeBSD-ports-31e77736d067547cfddb4184ef71f59ef83b64d3.zip FreeBSD-ports-31e77736d067547cfddb4184ef71f59ef83b64d3.tar.gz |
upgrade to 0.1.9
PR: 37296
Submitted by: Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw>
No response from: maintainer
Diffstat (limited to 'mail/perdition')
-rw-r--r-- | mail/perdition/Makefile | 3 | ||||
-rw-r--r-- | mail/perdition/distinfo | 2 | ||||
-rw-r--r-- | mail/perdition/files/patch-ai | 24 | ||||
-rw-r--r-- | mail/perdition/files/patch-aj | 10 | ||||
-rw-r--r-- | mail/perdition/pkg-descr | 2 |
5 files changed, 37 insertions, 4 deletions
diff --git a/mail/perdition/Makefile b/mail/perdition/Makefile index eec1ca0..3a7c257 100644 --- a/mail/perdition/Makefile +++ b/mail/perdition/Makefile @@ -6,8 +6,7 @@ # PORTNAME= perdition -PORTVERSION= 0.1.8 -PORTREVISION= 1 +PORTVERSION= 0.1.9 CATEGORIES= mail net security MASTER_SITES= ftp://perdition.sourceforge.net/pub/perdition/%SUBDIR%/ \ ftp://ftp.au.vergenet.net/pub/perdition/%SUBDIR%/ \ diff --git a/mail/perdition/distinfo b/mail/perdition/distinfo index 3e16e2e..85890d5 100644 --- a/mail/perdition/distinfo +++ b/mail/perdition/distinfo @@ -1 +1 @@ -MD5 (perdition-0.1.8.tar.gz) = 57e968a3cd5515c975af75af5893ed5e +MD5 (perdition-0.1.9.tar.gz) = 504213f33dd23d3436ccee5cbc4e7817 diff --git a/mail/perdition/files/patch-ai b/mail/perdition/files/patch-ai new file mode 100644 index 0000000..9d30d39 --- /dev/null +++ b/mail/perdition/files/patch-ai @@ -0,0 +1,24 @@ +--- perdition/str.c.orig Sun Apr 21 04:10:48 2002 ++++ perdition/str.c Sun Apr 21 04:13:22 2002 +@@ -35,7 +35,6 @@ + #include <stdlib.h> + #include <stdarg.h> + #include <unistd.h> +-#include <printf.h> + #include <sys/uio.h> + #include <vanessa_socket.h> + +@@ -96,13 +95,6 @@ + + extern options_t opt; + extern vanessa_logger_t *perdition_vl; +- +- if((fmt_args=parse_printf_format(fmt, 0, NULL)) != nargs){ +- PERDITION_DEBUG_UNSAFE( +- "nargs and fmt missmatch: %d args requested, %d args in format", nargs, +- fmt_args); +- return(-1); +- } + + va_start(ap, fmt); + if((bytes=vsnprintf(__str_write_buf, STR_WRITE_BUF_LEN-2, fmt, ap))<0){ diff --git a/mail/perdition/files/patch-aj b/mail/perdition/files/patch-aj new file mode 100644 index 0000000..2482502 --- /dev/null +++ b/mail/perdition/files/patch-aj @@ -0,0 +1,10 @@ +--- perdition/username.h.orig Sun Apr 21 04:16:49 2002 ++++ perdition/username.h Sun Apr 21 04:16:57 2002 +@@ -29,6 +29,7 @@ + #ifndef USERNAME_BERT + #define USERNAME_BERT + ++#include <sys/types.h> + #include <netinet/in.h> + + /********************************************************************** diff --git a/mail/perdition/pkg-descr b/mail/perdition/pkg-descr index 2100d98..5408938 100644 --- a/mail/perdition/pkg-descr +++ b/mail/perdition/pkg-descr @@ -18,6 +18,6 @@ The use of perditon to scale mail services beyond a single box is discussed in a paper the author wrote on high capacity email, so be sure to check the web page. -WWW: http://perdition.sourceforge.net/ +WWW: http://www.vergenet.net/linux/perdition/ -- K. Konstantinidis <kkonstan@daemon.gr> |