View | Details | Raw Unified | Return to bug 67813
Collapse All | Expand All

(-)/root/ports/news/leafnode/Makefile (-2 / +2 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	leafnode
8
PORTNAME=	leafnode
9
PORTVERSION=	1.9.54
9
PORTVERSION=	1.10.0
10
PORTREVISION=	1
10
PORTREVISION=	0
11
CATEGORIES=	news
11
CATEGORIES=	news
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED:S/$/:sourceforge/} \
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED:S/$/:sourceforge/} \
13
		http://osdn.dl.sourceforge.net/sourceforge/${PORTNAME}/:sourceforge \
13
		http://osdn.dl.sourceforge.net/sourceforge/${PORTNAME}/:sourceforge \
(-)/root/ports/news/leafnode/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (leafnode-1.9.54.rel.tar.bz2) = 3ef40b42437940df69504770f30eb82f
1
MD5 (leafnode-1.10.0.rel.tar.bz2) = 271f5335e5ea3115cc0dfe7ce91da477
2
SIZE (leafnode-1.9.54.rel.tar.bz2) = 705724
2
SIZE (leafnode-1.10.0.rel.tar.bz2) = 383337
(-)/root/ports/news/leafnode/files/patch-fetchnews.c (-14 lines)
Lines 1-14 Link Here
1
--- fetchnews.c	7 May 2004 08:34:15 -0000	1.173
2
+++ fetchnews.c	24 May 2004 13:23:22 -0000	1.174
3
@@ -1622,8 +1622,9 @@
4
 	freelist(groups);
5
     } else {
6
 	ln_log(LNLOG_SINFO, LNLOG_CSERVER,
7
-	    "%s: getting all newsgroups (debug: active: %p, forceactive: %s)",
8
-		current_server->name, (void *)active, forceactive ? "true" : "false");
9
+	    "%s: getting all newsgroups (debug: active: %s, forceactive: %s)",
10
+		current_server->name,
11
+		active ? "set" : "nil", forceactive ? "true" : "false");
12
 	xsnprintf(lineout, SIZE_lineout, "LIST\r\n");
13
 	putaline();
14
 	if (nntpreply(current_server) != 215) {

Return to bug 67813