summaryrefslogtreecommitdiff
path: root/news/tin
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-09-02 12:34:12 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-09-02 12:34:12 +0000
commitea02172c257fe0c935435cff9abaec8990b934af (patch)
tree62b5173d31dade2721abcb343c7dcb00fdfe07bd /news/tin
parentList makedepend in BUILD_DEPENDS. (diff)
Upgrade to 970901
Notes
Notes: svn path=/head/; revision=7753
Diffstat (limited to 'news/tin')
-rw-r--r--news/tin/Makefile10
-rw-r--r--news/tin/distinfo2
-rw-r--r--news/tin/files/patch-aa38
3 files changed, 6 insertions, 44 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile
index 4beddc1aa6b1..173fb58482f0 100644
--- a/news/tin/Makefile
+++ b/news/tin/Makefile
@@ -4,14 +4,14 @@
# Date created: 25 July 1996
# Whom: obrien@cs.ucdavis.edu
#
-# $Id: Makefile,v 1.39 1997/08/06 14:31:20 ache Exp $
+# $Id: Makefile,v 1.40 1997/08/28 11:29:02 ache Exp $
#
-DISTNAME= tin1.3-unoff-BETA-970826
-PKGNAME= tin-1.3.970826
+DISTNAME= tin1.3-unoff-BETA-970901
+PKGNAME= tin-1.3.970901
CATEGORIES= news
-MASTER_SITES= ftp://ftp.akk.uni-karlsruhe.de/pub/tin/ \
- ftp://nuxi.ucdavis.edu/pub/tin/ \
+MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/tin/ \
+ ftp://ftp.akk.uni-karlsruhe.de/pub/tin/ \
ftp://ftp.nuxi.com/pub/tin/
EXTRACT_SUFX= .tgz
diff --git a/news/tin/distinfo b/news/tin/distinfo
index 852aab0480eb..69719884f4ce 100644
--- a/news/tin/distinfo
+++ b/news/tin/distinfo
@@ -1 +1 @@
-MD5 (tin1.3-unoff-BETA-970826.tgz) = 95b29678eba0b0c17a254bae92e34242
+MD5 (tin1.3-unoff-BETA-970901.tgz) = 8b57b8d4d1a90b2ed30f1d848da5f9b3
diff --git a/news/tin/files/patch-aa b/news/tin/files/patch-aa
index da982cd76af1..983312169a7c 100644
--- a/news/tin/files/patch-aa
+++ b/news/tin/files/patch-aa
@@ -1,41 +1,3 @@
-*** aclocal.m4.bak Mon Aug 25 12:04:06 1997
---- aclocal.m4 Thu Aug 28 15:10:03 1997
-***************
-*** 667,673 ****
- fi
- done
- AC_TRY_LINK([#include <$cf_cv_ncurses_header>],
-! [initscr()],
- [AC_MSG_RESULT(yes)],
- [AC_MSG_RESULT(no)
- LIBS="$cf_ncurses_SAVE"])
---- 667,673 ----
- fi
- done
- AC_TRY_LINK([#include <$cf_cv_ncurses_header>],
-! [initscr(); tgoto((char *)0, 0, 0);],
- [AC_MSG_RESULT(yes)],
- [AC_MSG_RESULT(no)
- LIBS="$cf_ncurses_SAVE"])
-*** configure.bak Mon Aug 25 12:08:13 1997
---- configure Thu Aug 28 15:10:03 1997
-***************
-*** 2822,2828 ****
- #include "confdefs.h"
- #include <$cf_cv_ncurses_header>
- int main() {
-! initscr()
- ; return 0; }
- EOF
- if { (eval echo configure:2829: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
---- 2822,2828 ----
- #include "confdefs.h"
- #include <$cf_cv_ncurses_header>
- int main() {
-! initscr(); tgoto((char *)0, 0, 0);
- ; return 0; }
- EOF
- if { (eval echo configure:2829: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
*** ./include/autoconf.hin.orig Mon Aug 25 14:34:35 1997
--- ./include/autoconf.hin Thu Aug 28 14:59:58 1997
***************