aboutsummaryrefslogtreecommitdiffstats
path: root/mail/perdition
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2003-12-19 17:12:43 +0800
committerclement <clement@FreeBSD.org>2003-12-19 17:12:43 +0800
commite776d10c2fa2bb093c82736aa91537dda3d1aaf6 (patch)
tree6be27a65b85c44ed12922b40eed572311e9b70a3 /mail/perdition
parent8fe58c52d6136cf372ac97c305920b048d5da0d0 (diff)
downloadfreebsd-ports-gnome-e776d10c2fa2bb093c82736aa91537dda3d1aaf6.tar.gz
freebsd-ports-gnome-e776d10c2fa2bb093c82736aa91537dda3d1aaf6.tar.zst
freebsd-ports-gnome-e776d10c2fa2bb093c82736aa91537dda3d1aaf6.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)
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;