From abdd3838d223bcb86364a573c9d4d8a085ef3e71 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 6 Feb 2000 02:34:26 +0000 Subject: updated tin to 1.4.2. --- news/tin/Makefile | 17 +++++++++++------ news/tin/files/md5 | 4 ++-- news/tin/files/patch-sum | 3 +++ news/tin/patches/patch-aa | 20 ++++++++++++++++++++ 4 files changed, 36 insertions(+), 8 deletions(-) create mode 100644 news/tin/files/patch-sum create mode 100644 news/tin/patches/patch-aa (limited to 'news/tin') diff --git a/news/tin/Makefile b/news/tin/Makefile index 9307acc53eb..4683d19f6dd 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -1,16 +1,20 @@ -# $NetBSD: Makefile,v 1.3 1999/01/06 18:04:19 tv Exp $ +# $NetBSD: Makefile,v 1.4 2000/02/06 02:34:26 wiz Exp $ # $FreeBSD Id: Makefile,v 1.17 1997/06/16 06:39:51 max Exp -DISTNAME= tinpre-1.4-981225 -PKGNAME= tin-1.4.19981225 +DISTNAME= tin-1.4.2 CATEGORIES= news MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/current/ \ - ftp://ftp.cs.tu-berlin.de/pub/net/news/tin/pre-v1.4/ -EXTRACT_SUFX= .tgz + ftp://ftp.cs.tu-berlin.de/pub/net/news/tin/current/ \ + ftp://mirror.aarnet.edu.au/pub/tin/current/ \ + ftp://gd.tuwien.ac.at/infosys/newsreaders/tin/current/ \ + ftp://ftp.funet.fi/pub/unix/news/tin-unoff/ \ + ftp://ftp.nuxi.com/pub/tin/current/ \ + ftp://uiarchive.uiuc.edu/pub/packages/news/client/tin/unoff/ +EXTRACT_SUFX= .tar.bz2 MAINTAINER= udo@keks.franken.de +HOMEPAGE= http://www.tin.org/ -WRKSRC= ${WRKDIR}/${DISTNAME:S/pre-1.4//} GNU_CONFIGURE= yes # Curses support too buggy to activate @@ -26,6 +30,7 @@ CONFIGURE_ARGS= --with-nntp-default-server=news \ --enable-nntp-only \ --disable-mime-strict-charset \ --with-defaults-dir=${PREFIX}/etc \ + --enable-mh-mail-handling \ --with-coffee MAKEFILE= makefile ALL_TARGET= build diff --git a/news/tin/files/md5 b/news/tin/files/md5 index d596c7b2eea..43c7cb3a4a3 100644 --- a/news/tin/files/md5 +++ b/news/tin/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.3 1999/01/06 18:04:19 tv Exp $ +$NetBSD: md5,v 1.4 2000/02/06 02:34:27 wiz Exp $ -MD5 (tinpre-1.4-981225.tgz) = 19810091f292a20dc3e0ba48731d6385 +MD5 (tin-1.4.2.tar.bz2) = ebc576caa80d38110c7ce25329a10979 diff --git a/news/tin/files/patch-sum b/news/tin/files/patch-sum new file mode 100644 index 00000000000..3b007528046 --- /dev/null +++ b/news/tin/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1 2000/02/06 02:34:27 wiz Exp $ + +MD5 (patch-aa) = 09c615ddcfecfb2922c9344f64f33c7a diff --git a/news/tin/patches/patch-aa b/news/tin/patches/patch-aa new file mode 100644 index 00000000000..6f24e704b01 --- /dev/null +++ b/news/tin/patches/patch-aa @@ -0,0 +1,20 @@ +$NetBSD: patch-aa,v 1.1 2000/02/06 02:34:27 wiz Exp $ + +--- ./src/auth.c.orig Sun Jan 23 17:30:24 2000 ++++ ./src/auth.c Sun Feb 6 03:06:53 2000 +@@ -13,12 +13,12 @@ + * right notice, and it must be included in any copy made + */ + +-#ifndef NNTPLIB_H +-# include "nntplib.h" +-#endif /* !NNTPLIB_H */ + #ifndef TIN_H + # include "tin.h" + #endif /* !TIN_H */ ++#ifndef NNTPLIB_H ++# include "nntplib.h" ++#endif /* !NNTPLIB_H */ + #ifndef TCURSES_H + # include "tcurses.h" + #endif /* !TCURSES_H */ -- cgit v1.2.3