summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-10-21 22:05:02 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-10-21 22:05:02 +0000
commit911079ece54caac9ecd09e296a5aebbcd25bd62a (patch)
tree31244e21f9f365f9ce263558cf38a49ab2a10232 /news
parentBetter ports configuration (diff)
Upgrade to 961020
Notes
Notes: svn path=/head/; revision=4064
Diffstat (limited to 'news')
-rw-r--r--news/tin/Makefile6
-rw-r--r--news/tin/distinfo2
-rw-r--r--news/tin/files/patch-aa24
3 files changed, 4 insertions, 28 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile
index 030cf58141ca..2022acea93e5 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.3 1996/10/19 21:42:01 ache Exp $
+# $Id: Makefile,v 1.4 1996/10/19 22:44:06 ache Exp $
#
-DISTNAME= tin1.3-unoff-BETA-961018
-PKGNAME= tin-1.3.961018
+DISTNAME= tin1.3-unoff-BETA-961020
+PKGNAME= tin-1.3.961020
CATEGORIES+= news
MASTER_SITES= ftp://ftp.akk.uni-karlsruhe.de/pub/tin/ \
ftp://nuxi.cs.ucdavis.edu/pub/tin/
diff --git a/news/tin/distinfo b/news/tin/distinfo
index 4c136098e75c..fc13569be4ab 100644
--- a/news/tin/distinfo
+++ b/news/tin/distinfo
@@ -1 +1 @@
-MD5 (tin1.3-unoff-BETA-961018.tgz) = 2919120cc20b151bca6d94167ced4510
+MD5 (tin1.3-unoff-BETA-961020.tgz) = a5f7518083ccb928467ea13fb7ceb49b
diff --git a/news/tin/files/patch-aa b/news/tin/files/patch-aa
deleted file mode 100644
index db2788e4318b..000000000000
--- a/news/tin/files/patch-aa
+++ /dev/null
@@ -1,24 +0,0 @@
-*** src/main.c.bak Tue Oct 15 00:50:08 1996
---- src/main.c Sun Oct 20 01:06:24 1996
-***************
-*** 612,617 ****
---- 612,620 ----
- create_index_lock_file (lock_file);
- process_id = getpid ();
- #ifdef BSD
-+ #ifdef __FreeBSD__
-+ setsid();
-+ #else
- # ifdef __osf__
- setpgid (0, 0);
- # else
-***************
-*** 627,632 ****
---- 630,636 ----
- }
- }
- # endif
-+ #endif
- #else
- # if HAVE_SETPGRP
- setpgrp ();