diff options
-rw-r--r-- | mail/perdition/Makefile | 2 | ||||
-rw-r--r-- | mail/perdition/distinfo | 2 | ||||
-rw-r--r-- | mail/perdition/files/patch-perdition::perdition.c | 17 |
3 files changed, 2 insertions, 19 deletions
diff --git a/mail/perdition/Makefile b/mail/perdition/Makefile index e51b0f8..ab56a4f 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 072e02d..3cac39d 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 59fdf76..0000000 --- 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; |