diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-26 14:48:34 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-26 14:48:34 +0000 |
commit | 818486df4dc66c07e50269a31c3bb5b5a5680991 (patch) | |
tree | 7dd8688682f4934ae57b3a0ce9b0b2af12a5a248 /mail/smtptrapd | |
parent | 3b782d1191152eebf820e7d6366c16c0e407c812 (diff) | |
download | ports-818486df4dc66c07e50269a31c3bb5b5a5680991.tar.gz ports-818486df4dc66c07e50269a31c3bb5b5a5680991.zip |
Notes
Diffstat (limited to 'mail/smtptrapd')
-rw-r--r-- | mail/smtptrapd/Makefile | 2 | ||||
-rw-r--r-- | mail/smtptrapd/distinfo | 6 | ||||
-rw-r--r-- | mail/smtptrapd/files/patch-smtptrapd.c | 12 |
3 files changed, 10 insertions, 10 deletions
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 <sys/time.h> #include <sys/types.h> #include <unistd.h> -+#include <netinet/in.h> - #include <arpa/inet.h> +-#include <arpa/inet.h> #include <sys/socket.h> --#include <netinet/in.h> + #include <netinet/in.h> ++#include <arpa/inet.h> #include <errno.h> #include <string.h> #include <sysexits.h> -@@ -491,7 +491,11 @@ +@@ -544,7 +544,11 @@ /* background the process */ if (fork()) exit(0); if (fork()) exit(0); |