Date: Wed, 27 Apr 2005 15:39:38 +0200 From: Matthias Andree <matthias.andree@gmx.de> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Jean-Yves Lefort <jylefort@FreeBSD.org> Subject: ports/80407: [MAINTAINER] news/leafnode: [SUMMARIZE CHANGES] Message-ID: <E1DQmlO-0003fe-Rb@libertas.emma.line.org> Resent-Message-ID: <200504271340.j3RDeHvF002537@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 80407 >Category: ports >Synopsis: [MAINTAINER] news/leafnode: [SUMMARIZE CHANGES] >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Apr 27 13:40:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Matthias Andree >Release: FreeBSD 4.11-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD libertas.emma.line.org 4.11-RELEASE-p4 FreeBSD 4.11-RELEASE-p4 #21: Sat Apr 23 00:21:13 CEST 2005 >Description: Repair "extra files"/"missing man pages" damage that stems from unauthorized and evidently untested ("port test") changes to my patch from ports/80349: Restore the "" in MANLANG that are needed to handle the English manual pages. Add a huge loud warning line to prevent this same regression in the future. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- leafnode-1.11.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/news/leafnode/Makefile /root/ports/news/leafnode/Makefile --- /usr/ports/news/leafnode/Makefile Wed Apr 27 15:17:03 2005 +++ /root/ports/news/leafnode/Makefile Wed Apr 27 15:30:41 2005 @@ -43,7 +43,8 @@ MAN1= leafnode-version.1 newsq.1 MAN8= applyfilter.8 checkgroups.8 fetchnews.8 leafnode.8 texpire.8 -MANLANG= de.ISO8859-1 +# DO LEAVE THE DOUBLE QUOTE PAIR IN - WE HAVE ENGLISH MANPAGES TOO!!!!! +MANLANG= "" de.ISO8859-1 MAN1DIR_DE= ${MAN1PREFIX}/man/de.ISO8859-1/man1 MAN8DIR_DE= ${MAN8PREFIX}/man/de.ISO8859-1/man8 --- leafnode-1.11.1.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?E1DQmlO-0003fe-Rb>