summaryrefslogtreecommitdiff
path: root/news/tin
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-02-06 02:34:26 +0000
committerwiz <wiz@pkgsrc.org>2000-02-06 02:34:26 +0000
commitabdd3838d223bcb86364a573c9d4d8a085ef3e71 (patch)
treee2ff764c7d1fc65420ce9321a45c999f2dd3c08d /news/tin
parent7acba44204d0a68398209630bff8a875340092d6 (diff)
downloadpkgsrc-abdd3838d223bcb86364a573c9d4d8a085ef3e71.tar.gz
updated tin to 1.4.2.
Diffstat (limited to 'news/tin')
-rw-r--r--news/tin/Makefile17
-rw-r--r--news/tin/files/md54
-rw-r--r--news/tin/files/patch-sum3
-rw-r--r--news/tin/patches/patch-aa20
4 files changed, 36 insertions, 8 deletions
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 */