Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 05 Sep 2003 04:26:35 +0200
From:      Matthias Andree <matthias.andree@gmx.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/56470: [MAINTAINER] news/leafnode: update to 1.9.43
Message-ID:  <E19v6J1-0003Bo-00@libertas.emma.line.org>
Resent-Message-ID: <200309050230.h852UGWq074079@freefall.freebsd.org>

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

>Number:         56470
>Category:       ports
>Synopsis:       [MAINTAINER] news/leafnode: update to 1.9.43
>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 Sep 04 19:30:15 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Andree
>Release:        FreeBSD 4.9-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD libertas.emma.line.org 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #46: Fri Aug 29 18:46:47 CEST 2003
>Description:
- Update to 1.9.43

bug fixes, documentation enhancements, major speedup in post-download
fetchnews XOVER update process.

use %%DOCSDIR%% in pkg-plist

Convert spaces to TABs in Makefile to make portlint happy

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

--- leafnode-1.9.43.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/news/leafnode/Makefile /root/leafnode/Makefile
--- /usr/ports/news/leafnode/Makefile	Sun Jun 29 18:43:23 2003
+++ /root/leafnode/Makefile	Fri Sep  5 04:18:17 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	leafnode
-PORTVERSION=	1.9.42
+PORTVERSION=	1.9.43
 CATEGORIES=	news ipv6
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:S/$/:sourceforge/} \
 		http://www.dt.e-technik.uni-dortmund.de/~ma/${PORTNAME}/ \
@@ -33,7 +33,7 @@
 CONFIGURE_ARGS=	--prefix=${PREFIX} --sysconfdir=${PREFIX}/etc/leafnode \
 		--with-lockfile=${LEAFNODE_SPOOLDIR}/leaf.node/lock.file \
 		--with-spooldir=${LEAFNODE_SPOOLDIR} --with-ipv6
-CONFIGURE_TARGET=    --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 MAKE_ARGS=
 MAN1=		leafnode-version.1 newsq.1
 MAN8=		applyfilter.8 checkgroups.8 fetchnews.8 leafnode.8 texpire.8
@@ -55,7 +55,9 @@
 		for i in ChangeLog COPYING CREDITS FAQ.txt FAQ.pdf FAQ.html \
 			 INSTALL NEWS README ChangeLog.old \
 			 README-FQDN README-FQDN.html README-daemontools \
-			 README.FIRST TODO leafnode.cron.daily ; do \
+			 README.FIRST TODO leafnode.cron.daily \
+			 leafnode-SA-2002-01 leafnode-SA-2003-01 \
+			 KNOWNBUGS ; do \
 		  ${INSTALL_MAN} ${WRKSRC}/$$i ${DOCSDIR} ; \
 		done
 		${MKDIR} ${DOCSDIR}/doc_german
diff -ruN --exclude=CVS /usr/ports/news/leafnode/distinfo /root/leafnode/distinfo
--- /usr/ports/news/leafnode/distinfo	Sun Jun 29 18:43:23 2003
+++ /root/leafnode/distinfo	Fri Sep  5 04:06:40 2003
@@ -1 +1 @@
-MD5 (leafnode-1.9.42.rel.tar.bz2) = eb71880fe6e47922218397046bf74540
+MD5 (leafnode-1.9.43.rel.tar.bz2) = 4e1182cfeba69dfd182d21f51edad77e
diff -ruN --exclude=CVS /usr/ports/news/leafnode/pkg-plist /root/leafnode/pkg-plist
--- /usr/ports/news/leafnode/pkg-plist	Sun Jun 29 18:43:24 2003
+++ /root/leafnode/pkg-plist	Fri Sep  5 04:24:10 2003
@@ -15,35 +15,39 @@
 sbin/applyfilter
 sbin/setup-daemontools.sh
 sbin/quickmkdir
-share/doc/leafnode/ChangeLog
-share/doc/leafnode/ChangeLog.old
-share/doc/leafnode/COPYING
-share/doc/leafnode/CREDITS
-share/doc/leafnode/FAQ.txt
-share/doc/leafnode/FAQ.html
-share/doc/leafnode/FAQ.pdf
-share/doc/leafnode/INSTALL
-share/doc/leafnode/NEWS
-share/doc/leafnode/README
-share/doc/leafnode/README-FQDN
-share/doc/leafnode/README-FQDN.html
-share/doc/leafnode/README-daemontools
-share/doc/leafnode/README.FIRST
-share/doc/leafnode/TODO
-share/doc/leafnode/leafnode.cron.daily
-share/doc/leafnode/doc_german/INSTALL_de
-share/doc/leafnode/doc_german/LIESMICH-daemontools
-share/doc/leafnode/doc_german/README
-share/doc/leafnode/doc_german/README_de
-share/doc/leafnode/doc_german/newsq.1
-share/doc/leafnode/doc_german/applyfilter.8
-share/doc/leafnode/doc_german/checkgroups.8
-share/doc/leafnode/doc_german/fetchnews.8
-share/doc/leafnode/doc_german/leafnode.8
-share/doc/leafnode/doc_german/texpire.8
-@dirrm share/doc/leafnode/doc_german
-@dirrm share/doc/leafnode
+%%DOCSDIR%%/ChangeLog
+%%DOCSDIR%%/ChangeLog.old
+%%DOCSDIR%%/COPYING
+%%DOCSDIR%%/CREDITS
+%%DOCSDIR%%/FAQ.txt
+%%DOCSDIR%%/FAQ.html
+%%DOCSDIR%%/FAQ.pdf
+%%DOCSDIR%%/INSTALL
+%%DOCSDIR%%/KNOWNBUGS
+%%DOCSDIR%%/NEWS
+%%DOCSDIR%%/README
+%%DOCSDIR%%/README-FQDN
+%%DOCSDIR%%/README-FQDN.html
+%%DOCSDIR%%/README-daemontools
+%%DOCSDIR%%/README.FIRST
+%%DOCSDIR%%/TODO
+%%DOCSDIR%%/leafnode-SA-2002-01
+%%DOCSDIR%%/leafnode-SA-2003-01
+%%DOCSDIR%%/leafnode.cron.daily
+%%DOCSDIR%%/doc_german/INSTALL_de
+%%DOCSDIR%%/doc_german/LIESMICH-daemontools
+%%DOCSDIR%%/doc_german/README
+%%DOCSDIR%%/doc_german/README_de
+%%DOCSDIR%%/doc_german/newsq.1
+%%DOCSDIR%%/doc_german/applyfilter.8
+%%DOCSDIR%%/doc_german/checkgroups.8
+%%DOCSDIR%%/doc_german/fetchnews.8
+%%DOCSDIR%%/doc_german/leafnode.8
+%%DOCSDIR%%/doc_german/texpire.8
+@dirrm %%DOCSDIR%%/doc_german
+@dirrm %%DOCSDIR%%
 @comment only remove these when empty:
+@comment we don't want to kill the news spool across updates
 @unexec rm -f %%SPOOLDIR%%/leaf.node/lock.file
 @unexec rmdir %%SPOOLDIR%%/failed.postings 2>/dev/null || :
 @unexec rmdir %%SPOOLDIR%%/failed.postings 2>/dev/null || :
--- leafnode-1.9.43.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?E19v6J1-0003Bo-00>