diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-12-19 19:48:50 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-12-19 19:48:50 +0800 |
commit | 8904eb5fddeffffa7c57fc112b86e4dce77ae7da (patch) | |
tree | a43d64d975bdffcf4efe64f6ea2a057a20fb1c78 /mail/balsa2 | |
parent | 6d8f79c3a919122f25e18488f851f8a73b470aab (diff) | |
download | freebsd-ports-gnome-8904eb5fddeffffa7c57fc112b86e4dce77ae7da.tar.gz freebsd-ports-gnome-8904eb5fddeffffa7c57fc112b86e4dce77ae7da.tar.zst freebsd-ports-gnome-8904eb5fddeffffa7c57fc112b86e4dce77ae7da.zip |
Update to 1.0.1.
Diffstat (limited to 'mail/balsa2')
-rw-r--r-- | mail/balsa2/Makefile | 2 | ||||
-rw-r--r-- | mail/balsa2/distinfo | 2 | ||||
-rw-r--r-- | mail/balsa2/files/patch-ai | 20 |
3 files changed, 2 insertions, 22 deletions
diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile index 65293824172b..952dfc8121c2 100644 --- a/mail/balsa2/Makefile +++ b/mail/balsa2/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/balsa2/distinfo b/mail/balsa2/distinfo index 407e8ce7adf8..61f825fdbf82 100644 --- a/mail/balsa2/distinfo +++ b/mail/balsa2/distinfo @@ -1 +1 @@ -MD5 (balsa-1.0.0.tar.gz) = d26e5cc354fa2634f9e2b2c6905777ea +MD5 (balsa-1.0.1.tar.gz) = 038b66b16c7bdedf1f33eff9fe3c55ba diff --git a/mail/balsa2/files/patch-ai b/mail/balsa2/files/patch-ai deleted file mode 100644 index ff6f252bd129..000000000000 --- a/mail/balsa2/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 = '.'; |