diff options
author | ache <ache@FreeBSD.org> | 1997-09-02 12:34:12 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-09-02 12:34:12 +0000 |
commit | 6baf77f72dfae973930765b7ede835f0cb66a7ed (patch) | |
tree | 2e28a2a41aa570928a025bc272a75f34d3ae6cc8 /news/tin | |
parent | 03bd2e5cb63d5ddc5dd86f6cb7423189556de56e (diff) | |
download | FreeBSD-ports-6baf77f72dfae973930765b7ede835f0cb66a7ed.zip FreeBSD-ports-6baf77f72dfae973930765b7ede835f0cb66a7ed.tar.gz |
Upgrade to 970901
Diffstat (limited to 'news/tin')
-rw-r--r-- | news/tin/Makefile | 10 | ||||
-rw-r--r-- | news/tin/distinfo | 2 | ||||
-rw-r--r-- | news/tin/files/patch-aa | 38 |
3 files changed, 6 insertions, 44 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile index 4beddc1..173fb58 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 852aab0..6971988 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 da982cd..9833121 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 *************** |