aboutsummaryrefslogtreecommitdiff
path: root/mail/perdition
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-04 17:12:58 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-04 17:12:58 +0000
commit1e3043101161c844d5e0d2adeac577ae45870ade (patch)
tree7b364c5003020f8ad9ff881dff0a58ebdc904e58 /mail/perdition
parent3bf624d4b931aa39c39b70452cd78c44a7512b23 (diff)
downloadports-1e3043101161c844d5e0d2adeac577ae45870ade.tar.gz
ports-1e3043101161c844d5e0d2adeac577ae45870ade.zip
upgrade to 0.1.9
PR: 37296 Submitted by: Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw> No response from: maintainer
Notes
Notes: svn path=/head/; revision=58530
Diffstat (limited to 'mail/perdition')
-rw-r--r--mail/perdition/Makefile3
-rw-r--r--mail/perdition/distinfo2
-rw-r--r--mail/perdition/files/patch-ai24
-rw-r--r--mail/perdition/files/patch-aj10
-rw-r--r--mail/perdition/pkg-descr2
5 files changed, 37 insertions, 4 deletions
diff --git a/mail/perdition/Makefile b/mail/perdition/Makefile
index eec1ca0fe972..3a7c257496f6 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 3e16e2eaf6e8..85890d570cd5 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 000000000000..9d30d39a65ca
--- /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 000000000000..2482502707f8
--- /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 2100d9807e4d..5408938fbb24 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>