Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jun 2004 01:06:59 +0200
From:      Matthias Andree <matthias.andree@gmx.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/67813: [MAINTAINER] news/leafnode: update to 1.10.0
Message-ID:  <E1BYYdP-0003X7-UX@libertas.emma.line.org>
Resent-Message-ID: <200406102310.i5ANAIq5014759@freefall.freebsd.org>

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

>Number:         67813
>Category:       ports
>Synopsis:       [MAINTAINER] news/leafnode: update to 1.10.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 10 23:10:18 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Andree
>Release:        FreeBSD 4.10-RELEASE i386
>Organization:
>Environment:
System: FreeBSD libertas.emma.line.org 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Mon May 31 15:21:30 CEST 2004
>Description:
- Update to 1.10.0 (focus: bugfix upgrade to fix texpire)
- removed files/patch-fetchnews.c, incorporated in the upstream version
  committer, please remember to cvs rm this file!
- tarball of 1.10.X series is much smaller than 1.9.X because the outdated 
  PCRE 3.9 is no longer part of it.

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- leafnode-1.10.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/news/leafnode/Makefile /root/ports/news/leafnode/Makefile
--- /usr/ports/news/leafnode/Makefile	Wed May 26 13:29:06 2004
+++ /root/ports/news/leafnode/Makefile	Fri Jun 11 00:46:28 2004
@@ -6,8 +6,8 @@
 #
 
 PORTNAME=	leafnode
-PORTVERSION=	1.9.54
-PORTREVISION=	1
+PORTVERSION=	1.10.0
+PORTREVISION=	0
 CATEGORIES=	news
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED:S/$/:sourceforge/} \
 		http://osdn.dl.sourceforge.net/sourceforge/${PORTNAME}/:sourceforge \
diff -ruN --exclude=CVS /usr/ports/news/leafnode/distinfo /root/ports/news/leafnode/distinfo
--- /usr/ports/news/leafnode/distinfo	Mon May 24 15:27:57 2004
+++ /root/ports/news/leafnode/distinfo	Fri Jun 11 00:46:57 2004
@@ -1,2 +1,2 @@
-MD5 (leafnode-1.9.54.rel.tar.bz2) = 3ef40b42437940df69504770f30eb82f
-SIZE (leafnode-1.9.54.rel.tar.bz2) = 705724
+MD5 (leafnode-1.10.0.rel.tar.bz2) = 271f5335e5ea3115cc0dfe7ce91da477
+SIZE (leafnode-1.10.0.rel.tar.bz2) = 383337
diff -ruN --exclude=CVS /usr/ports/news/leafnode/files/patch-fetchnews.c /root/ports/news/leafnode/files/patch-fetchnews.c
--- /usr/ports/news/leafnode/files/patch-fetchnews.c	Tue May 25 09:07:37 2004
+++ /root/ports/news/leafnode/files/patch-fetchnews.c	Thu Jan  1 01:00:00 1970
@@ -1,14 +0,0 @@
---- fetchnews.c	7 May 2004 08:34:15 -0000	1.173
-+++ fetchnews.c	24 May 2004 13:23:22 -0000	1.174
-@@ -1622,8 +1622,9 @@
- 	freelist(groups);
-     } else {
- 	ln_log(LNLOG_SINFO, LNLOG_CSERVER,
--	    "%s: getting all newsgroups (debug: active: %p, forceactive: %s)",
--		current_server->name, (void *)active, forceactive ? "true" : "false");
-+	    "%s: getting all newsgroups (debug: active: %s, forceactive: %s)",
-+		current_server->name,
-+		active ? "set" : "nil", forceactive ? "true" : "false");
- 	xsnprintf(lineout, SIZE_lineout, "LIST\r\n");
- 	putaline();
- 	if (nntpreply(current_server) != 215) {
--- leafnode-1.10.0.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1BYYdP-0003X7-UX>