summaryrefslogtreecommitdiff
path: root/mail/balsa
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-12-19 11:48:50 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-12-19 11:48:50 +0000
commitf9d7453acc9721764f7f1d2299c4e3398569a66b (patch)
tree58c528772bef73b7b34b7a5733a9c1385bfd468f /mail/balsa
parentAdd loserjabber 2.0.1, a GTK utility which allows registered users of (diff)
Update to 1.0.1.
Notes
Notes: svn path=/head/; revision=36109
Diffstat (limited to 'mail/balsa')
-rw-r--r--mail/balsa/Makefile2
-rw-r--r--mail/balsa/distinfo2
-rw-r--r--mail/balsa/files/patch-ai20
3 files changed, 2 insertions, 22 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile
index 65293824172b..952dfc8121c2 100644
--- a/mail/balsa/Makefile
+++ b/mail/balsa/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= balsa
-PORTVERSION= 1.0.0
+PORTVERSION= 1.0.1
#PORTREVISION= 1
CATEGORIES= mail gnome
MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \
diff --git a/mail/balsa/distinfo b/mail/balsa/distinfo
index 407e8ce7adf8..61f825fdbf82 100644
--- a/mail/balsa/distinfo
+++ b/mail/balsa/distinfo
@@ -1 +1 @@
-MD5 (balsa-1.0.0.tar.gz) = d26e5cc354fa2634f9e2b2c6905777ea
+MD5 (balsa-1.0.1.tar.gz) = 038b66b16c7bdedf1f33eff9fe3c55ba
diff --git a/mail/balsa/files/patch-ai b/mail/balsa/files/patch-ai
deleted file mode 100644
index ff6f252bd129..000000000000
--- a/mail/balsa/files/patch-ai
+++ /dev/null
@@ -1,20 +0,0 @@
---- libmutt/rfc1524.c.orig Fri Jan 3 23:18:25 1997
-+++ libmutt/rfc1524.c Thu Dec 23 05:14:52 1999
-@@ -455,7 +455,7 @@
- if (s[0] == '\0')
- {
- snprintf (s, l, "%s/muttXXXXXX", buf);
-- mktemp (s);
-+ mkstemp (s);
- }
- else
- {
-@@ -466,7 +466,7 @@
- if ((period = strrchr (tmp, '.')) != NULL)
- *period = 0;
- snprintf (s, l, "%s/%s.XXXXXX", buf, tmp);
-- mktemp (s);
-+ mkstemp (s);
- if (period != NULL)
- {
- *period = '.';