aboutsummaryrefslogtreecommitdiff
path: root/mail/perdition
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2003-12-19 09:12:43 +0000
committerClement Laforet <clement@FreeBSD.org>2003-12-19 09:12:43 +0000
commite8c51da79739d93f7d6da84c42454fddb0163b8c (patch)
tree6a01efb1bda3928511586d6ff22edeb99ebdbc40 /mail/perdition
parent36cc8cd19ce2e9d37a22b25a6b8319babfb90529 (diff)
downloadports-e8c51da79739d93f7d6da84c42454fddb0163b8c.tar.gz
ports-e8c51da79739d93f7d6da84c42454fddb0163b8c.zip
Update perdition to 1.13.
This fixes a critical bug in 1.12 that prevented the outgoing_server option from working - perdition would segmentation fault if this option was selected. Also includes some minor documentation and build fixes. Users are strongly recomended to upgrade to 1.13 if they are using 1.12. Approved by: erwin (mentor)
Notes
Notes: svn path=/head/; revision=96193
Diffstat (limited to 'mail/perdition')
-rw-r--r--mail/perdition/Makefile2
-rw-r--r--mail/perdition/distinfo2
-rw-r--r--mail/perdition/files/patch-perdition::perdition.c17
3 files changed, 2 insertions, 19 deletions
diff --git a/mail/perdition/Makefile b/mail/perdition/Makefile
index e51b0f8ff3d5..ab56a4f3e66b 100644
--- a/mail/perdition/Makefile
+++ b/mail/perdition/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= perdition
-PORTVERSION= 1.12
+PORTVERSION= 1.13
CATEGORIES= mail net security
MASTER_SITES= http://www.vergenet.net/linux/perdition/download/${PORTVERSION}/
diff --git a/mail/perdition/distinfo b/mail/perdition/distinfo
index 072e02dd7a8c..3cac39d50a66 100644
--- a/mail/perdition/distinfo
+++ b/mail/perdition/distinfo
@@ -1 +1 @@
-MD5 (perdition-1.12.tar.gz) = c0c0edd864fd707e327aa6ac7706ce32
+MD5 (perdition-1.13.tar.gz) = 1b2d9baf96504d000587ea8b9afd4222
diff --git a/mail/perdition/files/patch-perdition::perdition.c b/mail/perdition/files/patch-perdition::perdition.c
deleted file mode 100644
index 59fdf764679d..000000000000
--- a/mail/perdition/files/patch-perdition::perdition.c
+++ /dev/null
@@ -1,17 +0,0 @@
---- perdition/perdition.c.orig Mon Dec 1 02:31:37 2003
-+++ perdition/perdition.c Mon Dec 15 12:07:31 2003
-@@ -65,6 +65,14 @@
- #include <dmalloc.h>
- #endif
-
-+#include <sys/param.h>
-+#ifdef __FreeBSD__
-+# if __FreeBSD_version < 500112
-+# include <machine/limits.h>
-+# else
-+# include <sys/limits.h>
-+# endif
-+#endif
-
- /*Use uname information here and there to idinify this system*/
- struct utsname *system_uname;