From 412d21545695829379637fa82fd4b09315b2e3ec Mon Sep 17 00:00:00 2001 From: miwi Date: Sat, 26 Apr 2008 14:48:34 +0000 Subject: - Update to 1.5 PR: 123086 Submitted by: Ports Fury --- mail/smtptrapd/Makefile | 2 +- mail/smtptrapd/distinfo | 6 +++--- mail/smtptrapd/files/patch-smtptrapd.c | 12 ++++++------ 3 files changed, 10 insertions(+), 10 deletions(-) (limited to 'mail/smtptrapd') diff --git a/mail/smtptrapd/Makefile b/mail/smtptrapd/Makefile index be0d4f73b29c..3a9637cef7b3 100644 --- a/mail/smtptrapd/Makefile +++ b/mail/smtptrapd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= smtptrapd -PORTVERSION= 1.3 +PORTVERSION= 1.5 CATEGORIES= mail MASTER_SITES= http://smtptrapd.inodes.org/ diff --git a/mail/smtptrapd/distinfo b/mail/smtptrapd/distinfo index 1b49bc168e2e..2a976206d6ab 100644 --- a/mail/smtptrapd/distinfo +++ b/mail/smtptrapd/distinfo @@ -1,3 +1,3 @@ -MD5 (smtptrapd-1.3.tar.gz) = 2d4e67bbf8a0abe3f12b1f7cdc1a5e04 -SHA256 (smtptrapd-1.3.tar.gz) = a4db29fa6d9b6cd6a7a643e619e3821d327c6b18fa22c0292cb0e635cc9010f3 -SIZE (smtptrapd-1.3.tar.gz) = 4679 +MD5 (smtptrapd-1.5.tar.gz) = edc5f2f3ea9f9bdd9e0f479a58903bf1 +SHA256 (smtptrapd-1.5.tar.gz) = cd23d394b964d5a59cf8ddff1dd36c1fb4e7b78227b8cc64431908d57722a0d7 +SIZE (smtptrapd-1.5.tar.gz) = 5523 diff --git a/mail/smtptrapd/files/patch-smtptrapd.c b/mail/smtptrapd/files/patch-smtptrapd.c index 0ba2820481db..101ffe96b6ec 100644 --- a/mail/smtptrapd/files/patch-smtptrapd.c +++ b/mail/smtptrapd/files/patch-smtptrapd.c @@ -1,17 +1,17 @@ ---- smtptrapd.c.orig Sun Mar 20 00:01:06 2005 -+++ smtptrapd.c Sun Mar 20 00:01:36 2005 +--- smtptrapd.c.orig 2007-12-07 12:09:31.000000000 +0900 ++++ smtptrapd.c 2008-02-01 00:11:37.000000000 +0900 @@ -27,9 +27,9 @@ #include #include #include -+#include - #include +-#include #include --#include + #include ++#include #include #include #include -@@ -491,7 +491,11 @@ +@@ -544,7 +544,11 @@ /* background the process */ if (fork()) exit(0); if (fork()) exit(0); -- cgit