Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Feb 2001 14:10:09 +0100 (MET)
From:      xaa+ports@madison-gurkha.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/25383: slrn update, adding nntpsj
Message-ID:  <20010226131009.B3CC2BABE@eeyore.local.dohd.org>

next in thread | raw e-mail | index | archive | help

>Number:         25383
>Category:       ports
>Synopsis:       Update to 0.9.6.4, adding nntps
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 26 05:10:21 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Mark Huizer; Eindhoven
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Madison Gurkha BV
>Environment:
System: FreeBSD eeyore.local.dohd.org 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Tue Jan 30 19:19:31 MET 2001 xaa@eeyore.local.dohd.org:/usr2/sources/src/sys/compile/eeyore i386

>Description:
	when compiled with -DWITH_SSL, this will support secure nntp
>How-To-Repeat:
	
>Fix:
diff -udr ../news/slrn/Makefile slrn/Makefile
--- ../news/slrn/Makefile	Tue Sep 26 19:06:06 2000
+++ slrn/Makefile	Mon Feb 26 12:54:25 2001
@@ -6,23 +6,25 @@
 #
 
 PORTNAME=	slrn
-PORTVERSION=	0.9.6.3
+PORTVERSION=	0.9.6.4
 CATEGORIES=	news
-MASTER_SITES=	ftp://space.mit.edu/pub/davis/slrn/ \
-		ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/slrn/ \
-		ftp://ftp.fu-berlin.de/pub/unix/news/slrn/ \
-		ftp://ftp.ntua.gr/pub/lang/slang/ \
-		ftp://ftp.plig.org/pub/slrn/
-
+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/
 
 MAINTAINER=	xaa+ports@madison-gurkha.com
 
 LIB_DEPENDS=	slang.1:${PORTSDIR}/devel/libslang
 
-USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 ALL_TARGET=	all slrnpull
 MAN1=		slrn.1
+
+.if defined(WITH_SSL)
+USE_OPENSSL=	YES
+CONFIGURE_ARGS=	--with-ssl
+.endif
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/${MACHINE_ARCH}objs/slrn ${PREFIX}/bin
diff -udr ../news/slrn/distinfo slrn/distinfo
--- ../news/slrn/distinfo	Wed Oct  4 11:32:14 2000
+++ slrn/distinfo	Mon Feb 26 12:54:47 2001
@@ -1 +1 @@
-MD5 (slrn-0.9.6.3.tar.bz2) = 02cc23fd5c5cc540f464b2f41cd7e50a
+MD5 (slrn-0.9.6.4.tar.gz) = df2332fc33cf3ac9fd1f27dc60192a51
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010226131009.B3CC2BABE>