summaryrefslogtreecommitdiff
path: root/mail/nail
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-02-08 12:54:21 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-02-08 12:54:21 +0000
commit72a282a8b052115b7747a92b5b1a4543d93002fc (patch)
tree399d9d352e3021da61f645ace7302e9b25fd2db2 /mail/nail
parent- Upgrade to version 2.30b (diff)
Upgrade to version 9.25
PR: 24876 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=38102
Diffstat (limited to 'mail/nail')
-rw-r--r--mail/nail/Makefile2
-rw-r--r--mail/nail/distinfo2
-rw-r--r--mail/nail/files/patch-aa10
-rw-r--r--mail/nail/pkg-descr2
4 files changed, 9 insertions, 7 deletions
diff --git a/mail/nail/Makefile b/mail/nail/Makefile
index 4f5891242fbe..2bec96dc8bdf 100644
--- a/mail/nail/Makefile
+++ b/mail/nail/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= nail
-PORTVERSION= 9.23
+PORTVERSION= 9.25
CATEGORIES= mail
MASTER_SITES= http://omnibus.ruf.uni-freiburg.de/~gritter/archive/nail/
diff --git a/mail/nail/distinfo b/mail/nail/distinfo
index 5bb4c67072e8..55024aebe8ff 100644
--- a/mail/nail/distinfo
+++ b/mail/nail/distinfo
@@ -1 +1 @@
-MD5 (nail-9.23.tar.gz) = 275573f67597632d14c36001a5e3345e
+MD5 (nail-9.25.tar.gz) = 82127b577bc66298085181499250d93c
diff --git a/mail/nail/files/patch-aa b/mail/nail/files/patch-aa
index 2713ffdd7b2f..638d3b91a9a8 100644
--- a/mail/nail/files/patch-aa
+++ b/mail/nail/files/patch-aa
@@ -1,9 +1,9 @@
---- mime.c.orig Fri Dec 29 14:32:43 2000
-+++ mime.c Fri Dec 29 14:32:57 2000
-@@ -150,7 +150,7 @@
- if ((wl = mbstowcs(w, t, LINESIZE)) == -1)
+--- mime.c.orig Thu Jan 25 08:36:11 2001
++++ mime.c Thu Feb 1 01:50:57 2001
+@@ -179,7 +179,7 @@
+ if ((sz = xmbstowcs(w, t, LINESIZE)) == -1)
return;
- for (p = w, i = 0; *p && i < wl; p++, i++) {
+ for (p = w, i = 0; *p && i < sz; p++, i++) {
- if (!iswprint(*p) && *p != '\n' && *p != '\r'
+ if (!isprint(*p) && *p != '\n' && *p != '\r'
&& *p != '\b' && *p != '\t')
diff --git a/mail/nail/pkg-descr b/mail/nail/pkg-descr
index 42d27213389f..49dcf73bbaff 100644
--- a/mail/nail/pkg-descr
+++ b/mail/nail/pkg-descr
@@ -1 +1,3 @@
BSD mail utility with MIME extensions
+
+WWW: http://omnibus.ruf.uni-freiburg.de/~gritter/