aboutsummaryrefslogtreecommitdiff
path: root/mail/asmail
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-04-17 19:21:23 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-04-17 19:21:23 +0000
commit6d4dd2a68b3b85ce78236ac2ecb2b62671c10fd9 (patch)
treeeef79cd89fbd043d7885b0cee7fa17ba0046c9e5 /mail/asmail
parente6db60c06d302f0483aca7d7d50a9cfee2ccf000 (diff)
downloadports-6d4dd2a68b3b85ce78236ac2ecb2b62671c10fd9.tar.gz
ports-6d4dd2a68b3b85ce78236ac2ecb2b62671c10fd9.zip
- Update to 1.12
PR: 111628 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes: svn path=/head/; revision=190220
Diffstat (limited to 'mail/asmail')
-rw-r--r--mail/asmail/Makefile2
-rw-r--r--mail/asmail/distinfo6
-rw-r--r--mail/asmail/files/patch-socklib.h14
3 files changed, 18 insertions, 4 deletions
diff --git a/mail/asmail/Makefile b/mail/asmail/Makefile
index 56ffc102a94f..665ff24e82eb 100644
--- a/mail/asmail/Makefile
+++ b/mail/asmail/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= asmail
-PORTVERSION= 2.0
+PORTVERSION= 2.1
CATEGORIES= mail afterstep
MASTER_SITES= http://www.tigr.net/afterstep/download/asmail/
diff --git a/mail/asmail/distinfo b/mail/asmail/distinfo
index 1db9e4cf306d..3609e2a1a134 100644
--- a/mail/asmail/distinfo
+++ b/mail/asmail/distinfo
@@ -1,3 +1,3 @@
-MD5 (asmail-2.0.tar.gz) = 58873242a953f3b4fbbe6cf517f3a51a
-SHA256 (asmail-2.0.tar.gz) = b5a4791cf451372c6cd999fb96dcca369256e099246f719ef9efe1a3567f3a81
-SIZE (asmail-2.0.tar.gz) = 270924
+MD5 (asmail-2.1.tar.gz) = 10d1460353f5773c8d211003a07312df
+SHA256 (asmail-2.1.tar.gz) = 9b20aff43d61511e9c24af5603a546e3709bad35c769074e2b66d818f33e8191
+SIZE (asmail-2.1.tar.gz) = 271164
diff --git a/mail/asmail/files/patch-socklib.h b/mail/asmail/files/patch-socklib.h
new file mode 100644
index 000000000000..88306c32f937
--- /dev/null
+++ b/mail/asmail/files/patch-socklib.h
@@ -0,0 +1,14 @@
+--- socklib.h.orig Wed Feb 28 03:19:38 2007
++++ socklib.h Wed Apr 11 00:42:44 2007
+@@ -14,8 +14,10 @@
+ #define MG_SOCKLIB_H
+
+ #include "config.h"
+-#include <netinet/in.h>
+ #include <sys/types.h>
++#include <sys/socket.h>
++#include <netinet/in.h>
++#include <arpa/inet.h>
+ #ifdef HAVE_OPENSSL_SSL_H
+ #include <openssl/ssl.h>
+ #include <openssl/bio.h>