summaryrefslogtreecommitdiff
path: root/news/tin
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-04-15 05:53:44 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-04-15 05:53:44 +0000
commitfaee8bf89fe1f10bc2fa0ad2012fe863a184938f (patch)
tree5b334eeaaef2ceb31f860805a81ac08f6e0c9005 /news/tin
parentAdd ninja (diff)
Upgrade Styrofoam to Endemoniada
Notes
Notes: svn path=/head/; revision=17889
Diffstat (limited to 'news/tin')
-rw-r--r--news/tin/Makefile6
-rw-r--r--news/tin/distinfo2
-rw-r--r--news/tin/files/patch-ac15
3 files changed, 4 insertions, 19 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile
index 1d819cbaf941..eb3abd2ecb61 100644
--- a/news/tin/Makefile
+++ b/news/tin/Makefile
@@ -4,11 +4,11 @@
# Date created: 25 July 1996
# Whom: obrien@cs.ucdavis.edu
#
-# $Id: Makefile,v 1.68 1999/03/22 11:47:34 asami Exp $
+# $Id: Makefile,v 1.69 1999/03/26 16:07:13 ache Exp $
#
-DISTNAME= tinpre-1.4-19990216
-PKGNAME= tinpre-1.4.19990216
+DISTNAME= tinpre-1.4-19990413
+PKGNAME= tinpre-1.4.19990413
CATEGORIES= news
MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/current/ \
ftp://nuxi.ucdavis.edu/pub/tin/pre-v1.4/ \
diff --git a/news/tin/distinfo b/news/tin/distinfo
index 47b0b92fecf3..d79ed763fe24 100644
--- a/news/tin/distinfo
+++ b/news/tin/distinfo
@@ -1 +1 @@
-MD5 (tinpre-1.4-19990216.tar.bz2) = b47ea368a5473900716b633d337290ea
+MD5 (tinpre-1.4-19990413.tar.bz2) = 1b6f21b530a7d2944d77f3314a4c534b
diff --git a/news/tin/files/patch-ac b/news/tin/files/patch-ac
deleted file mode 100644
index 55509a63ecf2..000000000000
--- a/news/tin/files/patch-ac
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/header.c.bak Mon Jan 25 16:49:49 1999
-+++ src/header.c Sat Apr 10 17:30:31 1999
-@@ -338,10 +338,10 @@
- static char sender[8192];
-
- sender[0] = '\0';
--
-+#if 0 /* passwd name may contain illegal chars */
- if ((ptr = get_full_name()))
- sprintf(sender, "%s ", ptr);
--
-+#endif
- if ((ptr = get_user_name())) {
- strcat(sender, "<");
- strcat(sender, ptr);