Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Nov 2001 20:31:36 +0100
From:      "Benedikt Schmidt" <s_bschmi@ira.uka.de>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        petef@freebsd.org
Subject:   ports/32064: Update news/slrn to 0.9.7.3
Message-ID:  <20011117203136.A14321@wn4-marvin.wn4.uni-karlsruhe.de>

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

>Number:         32064
>Category:       ports
>Synopsis:       update news/slrn to 0.9.7.3
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 17 11:40:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Benedikt Schmidt
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
<organization of PR author (multiple lines)>
>Environment:
System: FreeBSD wn4-marvin.wn4.uni-karlsruhe.de 4.4-STABLE FreeBSD 4.4-STABLE #0: Wed Oct 17 16:33:25 CEST 2001 root@wn4-marvin.wn4.uni-karlsruhe.de:/usr/obj/cvs/checkouts/src-stable/sys/STEELE i386


>Description:
	Update the slrn port to newest version
>How-To-Repeat:
	
>Fix:

	apply the following patch to news/slrn:

Index: Makefile
===================================================================
RCS file: /cvs/FreeBSD/ports/news/slrn/Makefile,v
retrieving revision 1.26
diff -u -r1.26 Makefile
--- Makefile	2001/10/03 05:38:39	1.26
+++ Makefile	2001/11/17 19:00:58
@@ -6,16 +6,12 @@
 #
 
 PORTNAME=	slrn
-PORTVERSION=	0.9.7.2
+PORTVERSION=	0.9.7.3
 PORTREVISION=	1
 CATEGORIES=	news ipv6
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
-PATCHFILES=	slrn-0.9.7.2-decode.diff
-PATCH_SITES=	http://slrn.sourceforge.net/patches/
-PATCH_DIST_STRIP=	-p1
-
 MAINTAINER=	petef@FreeBSD.org
 
 LIB_DEPENDS=	slang.1:${PORTSDIR}/devel/libslang
@@ -30,17 +26,17 @@
 CONFIGURE_ARGS+=	--with-ssl
 .endif
 
-ALL_TARGET=	all slrnpull
+ALL_TARGET=	all
 
-MAN1=		slrn.1
+MAN1=		slrn.1 slrnpull.1
 
 post-patch:
 	@${PERL} -pi -e 's,/usr/lib/sendmail,/usr/sbin/sendmail,' \
 		${WRKSRC}/src/slrnfeat.h
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/src/${MACHINE_ARCH}objs/slrn ${PREFIX}/bin
-	${INSTALL_PROGRAM} ${WRKSRC}/src/${MACHINE_ARCH}objs/slrnpull ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/src/slrn ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/src/slrnpull ${PREFIX}/bin
 	@${MKDIR} ${PREFIX}/share/examples/slrn
 	${INSTALL_DATA} ${WRKSRC}/doc/slrn.rc ${PREFIX}/share/examples/slrn
 	@${MKDIR} ${PREFIX}/share/examples/slrn/slrnpull
@@ -48,5 +44,6 @@
 	${INSTALL_DATA} ${WRKSRC}/doc/slrnpull/${file} ${PREFIX}/share/examples/slrn/slrnpull
 .endfor
 	${INSTALL_MAN} ${WRKSRC}/doc/slrn.1 ${PREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/doc/slrnpull.1 ${PREFIX}/man/man1
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/FreeBSD/ports/news/slrn/distinfo,v
retrieving revision 1.20
diff -u -r1.20 distinfo
--- distinfo	2001/10/03 05:38:39	1.20
+++ distinfo	2001/11/17 18:46:28
@@ -1,2 +1 @@
-MD5 (slrn-0.9.7.2.tar.gz) = 36645f69e4dc01986c1c1f0277bfca01
-MD5 (slrn-0.9.7.2-decode.diff) = 89701c2d878c5efe6b0998b3edf9ddff
+MD5 (slrn-0.9.7.3.tar.gz) = 5077b8eaec6eae2b881991d843bcb4d8
>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?20011117203136.A14321>