diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-12-02 23:24:58 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-12-02 23:24:58 +0000 |
commit | 66a73004c523232edcb51b9cbdbabf96f4e7d1ee (patch) | |
tree | 96b8492ea4d61f70178704df4098691dcd0e9e4b /news | |
parent | Install angband non-sgid, with the following side effects: (diff) |
Upgrade to "Polish", the 1.4.1 release.
Notes
Notes:
svn path=/head/; revision=23559
Diffstat (limited to 'news')
-rw-r--r-- | news/tin/Makefile | 2 | ||||
-rw-r--r-- | news/tin/distinfo | 2 | ||||
-rw-r--r-- | news/tin/files/patch-ab | 31 |
3 files changed, 17 insertions, 18 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile index ae180a5779f4..b72593041df1 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -7,7 +7,7 @@ # $FreeBSD$ # -DISTNAME= tin-1.4.0 +DISTNAME= tin-1.4.1 CATEGORIES= news MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/current/ \ ftp://nuxi.ucdavis.edu/pub/tin/current/ \ diff --git a/news/tin/distinfo b/news/tin/distinfo index 3af513afece8..e63ddd5e8a02 100644 --- a/news/tin/distinfo +++ b/news/tin/distinfo @@ -1 +1 @@ -MD5 (tin-1.4.0.tar.bz2) = b1a5553c6184af2eb604a51dc5a6fa50 +MD5 (tin-1.4.1.tar.bz2) = bdfbd71151aa75491290c898839f78e1 diff --git a/news/tin/files/patch-ab b/news/tin/files/patch-ab index 79afa15ef3f6..eb37fceebb4a 100644 --- a/news/tin/files/patch-ab +++ b/news/tin/files/patch-ab @@ -1,19 +1,18 @@ ---- configure.bak Fri Aug 7 23:28:32 1998 -+++ configure Thu Feb 11 11:37:53 1999 -@@ -5963,6 +5963,7 @@ - if test $found_tcap != yes ; then - case $host_os in #(vi - freebsd*) +--- configure.orig Tue Nov 23 02:13:12 1999 ++++ configure Thu Dec 2 15:17:16 1999 +@@ -3579,6 +3579,7 @@ + + case $host_os in #(vi + freebsd*) +if test "${with_ncurses+set}" = set; then - # This is only necessary if you are linking against an - # obsolete version of ncurses (but it should do no - # harm, since it's static). -@@ -6005,7 +6006,7 @@ - else + # This is only necessary if you are linking against an obsolete + # version of ncurses (but it should do no harm, since it's static). + echo $ac_n "checking for tgoto in -lmytinfo""... $ac_c" 1>&6 +@@ -3621,6 +3622,7 @@ echo "$ac_t""no" 1>&6 fi -- -+ fi - ;; - esac - fi + ++fi + ;; + esac + |