From 584de38ca9ae297b1891be9298c42b04ed8386a6 Mon Sep 17 00:00:00 2001
From: Munechika SUMIKAWA <sumikawa@FreeBSD.org>
Date: Wed, 4 Apr 2001 00:54:01 +0000
Subject: Upgrade to 0.9.7.0.

PR:		ports/26325
Submitted by:	xaa+ports@timewasters.nl
---
 news/slrn/Makefile       | 16 ++++++++--------
 news/slrn/distinfo       |  2 +-
 news/slrn/files/patch-aa | 14 +++++++-------
 news/slrn/pkg-descr      |  5 +++++
 4 files changed, 21 insertions(+), 16 deletions(-)

(limited to 'news/slrn')

diff --git a/news/slrn/Makefile b/news/slrn/Makefile
index 07e8cf9e7c87..42392f180619 100644
--- a/news/slrn/Makefile
+++ b/news/slrn/Makefile
@@ -6,14 +6,12 @@
 #
 
 PORTNAME=	slrn
-PORTVERSION=	0.9.6.4
-CATEGORIES=	news
-MASTER_SITES=	ftp://space.mit.edu/pub/davis/slrn/ssl/ \
-		ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/slrn/ssl/ \
-		ftp://ftp.ntua.gr/pub/lang/slang/ssl/ \
-		ftp://ftp.plig.org/pub/slrn/ssl/
+PORTVERSION=	0.9.7.0
+CATEGORIES=	news ipv6
+MASTER_SITES=	ftp://slrn.sourceforge.net/pub/slrn/
+DISTNAME=	slrn-0.9.7.0a
 
-MAINTAINER=	xaa+ports@madison-gurkha.com
+MAINTAINER=	xaa+ports@timewasters.nl
 
 LIB_DEPENDS=	slang.1:${PORTSDIR}/devel/libslang
 
@@ -21,9 +19,11 @@ GNU_CONFIGURE=	yes
 ALL_TARGET=	all slrnpull
 MAN1=		slrn.1
 
+CONFIGURE_ARGS=	--enable-ipv6
+
 .if defined(WITH_SSL)
 USE_OPENSSL=	YES
-CONFIGURE_ARGS=	--with-ssl
+CONFIGURE_ARGS+=	--with-ssl
 .endif
 
 do-install:
diff --git a/news/slrn/distinfo b/news/slrn/distinfo
index 32bb67c1187b..e7e9e393d53f 100644
--- a/news/slrn/distinfo
+++ b/news/slrn/distinfo
@@ -1 +1 @@
-MD5 (slrn-0.9.6.4.tar.gz) = df2332fc33cf3ac9fd1f27dc60192a51
+MD5 (slrn-0.9.7.0a.tar.gz) = 42b16ce18a8a3143e11fff71dd7ac170
diff --git a/news/slrn/files/patch-aa b/news/slrn/files/patch-aa
index fcc72de2fa0d..c2db59185626 100644
--- a/news/slrn/files/patch-aa
+++ b/news/slrn/files/patch-aa
@@ -1,11 +1,11 @@
---- src/slrnfeat.h.orig	Sun Dec  6 20:50:26 1998
-+++ src/slrnfeat.h	Sun Dec  6 20:50:38 1998
-@@ -193,7 +193,7 @@
- #   define SLRN_ARTICLE_FILENAME	".article"
+--- src/slrnfeat.h.orig	Sun Mar 11 21:55:57 2001
++++ src/slrnfeat.h	Thu Mar 29 11:11:55 2001
+@@ -150,7 +150,7 @@
  #   define SLRN_FOLLOWUP_FILENAME	".followup"
  #   define SLRN_SIGNATURE_FILE		".signature"
--#   define SLRN_SENDMAIL_COMMAND	"/usr/lib/sendmail -oi -t -oem -odb"
-+#   define SLRN_SENDMAIL_COMMAND	"/usr/sbin/sendmail -oi -t -oem -odb"
+ #   ifndef SLRN_SENDMAIL_COMMAND
+-#    define SLRN_SENDMAIL_COMMAND	"/usr/lib/sendmail -oi -t -oem -odb"
++#    define SLRN_SENDMAIL_COMMAND	"/usr/sbin/sendmail -oi -t -oem -odb"
+ #   endif
  #   ifndef SLRN_LIB_DIR
  #    define SLRN_LIB_DIR		"/usr/local/lib/slrn"
- #   endif
diff --git a/news/slrn/pkg-descr b/news/slrn/pkg-descr
index 21fb0e6c527b..822c11993437 100644
--- a/news/slrn/pkg-descr
+++ b/news/slrn/pkg-descr
@@ -1,2 +1,7 @@
 slrn (not to be confused with slnr) is a SLang-based NNTP newsreader with a 
 nice interface.
+
+It now supports SSL (compile with -DWITH_SSL) and IPv6 (but that part is still
+under development)
+
+http://slrn.sourceforge.net/
-- 
cgit v1.2.3