aboutsummaryrefslogtreecommitdiffstats
path: root/mail/asmail
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-04-18 03:21:23 +0800
committermiwi <miwi@FreeBSD.org>2007-04-18 03:21:23 +0800
commita95b4bcdde8e19291b2ff81af89b9172a983edc1 (patch)
tree72b0d3a518b764a19e9374da8ad44b165155efb2 /mail/asmail
parent322cf4c19d4573f0357a5c97e4761be002080e79 (diff)
downloadfreebsd-ports-gnome-a95b4bcdde8e19291b2ff81af89b9172a983edc1.tar.gz
freebsd-ports-gnome-a95b4bcdde8e19291b2ff81af89b9172a983edc1.tar.zst
freebsd-ports-gnome-a95b4bcdde8e19291b2ff81af89b9172a983edc1.zip
- Update to 1.12
PR: 111628 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
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>