Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Sep 2010 20:06:54 -0400 (EDT)
From:      Garrett Wollman <wollman@hergotha.csail.mit.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/150292: new trn release
Message-ID:  <201009050006.o8506s3d031116@hergotha.csail.mit.edu>
Resent-Message-ID: <201009050010.o850A4Pl065947@freefall.freebsd.org>

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

>Number:         150292
>Category:       ports
>Synopsis:       new trn release
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 05 00:10:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Garrett Wollman
>Release:        FreeBSD 8.1-RELEASE amd64
>Organization:
FreeBSD project
>Environment:
System: FreeBSD hergotha.csail.mit.edu 8.1-RELEASE FreeBSD 8.1-RELEASE #0 r212140M: Sat Sep 4 00:16:21 EDT 2010 wollman@hergotha.csail.mit.edu:/usr/obj/usr/src/sys/HERGOTHA amd64

>Description:

	trn 4.0-test77 has been released!

	The enclosed patch does the upgrade.  It also changes
	/usr/local/lib/trn to /usr/local/share/trn as the files
	installed here are architecture-neutral -- but maybe they
	belong in /usr/local/libexec/trn instead.  Two of our local
	patches have been incorporated upstream.

>How-To-Repeat:
	Visit http://trn.sourceforge.net/.
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/news/trn4/Makefile,v
retrieving revision 1.35
diff -u -r1.35 Makefile
--- Makefile	23 Feb 2010 18:06:02 -0000	1.35
+++ Makefile	4 Sep 2010 23:53:13 -0000
@@ -4,13 +4,12 @@
 #
 # $FreeBSD: ports/news/trn4/Makefile,v 1.35 2010/02/23 18:06:02 johans Exp $
 #
-
 PORTNAME=	trn
-PORTVERSION=	4.0.b76
+PORTVERSION=	4.0.b77
 PORTREVISION=	1
 CATEGORIES=	news
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}4/4.0%20test76
-DISTNAME=	trn-4.0-test76
+MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}4/
+DISTNAME=	trn-4.0-test77
 
 MAINTAINER=	johans@FreeBSD.org
 COMMENT=	Version 4.0 of the threaded readnews newsreader
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/news/trn4/distinfo,v
retrieving revision 1.12
diff -u -r1.12 distinfo
--- distinfo	23 Jan 2006 23:46:39 -0000	1.12
+++ distinfo	4 Sep 2010 23:53:18 -0000
@@ -1,3 +1,3 @@
-MD5 (trn-4.0-test76.tar.gz) = 4dad2f34ed8b22a8985f9054386dfe0f
-SHA256 (trn-4.0-test76.tar.gz) = 41f3257d86544fe33c1535a6026497d1604c01b66ec639b4d00ebd41774c5344
-SIZE (trn-4.0-test76.tar.gz) = 565528
+MD5 (trn-4.0-test77.tar.gz) = e0680ae4e6062747f88ba982326ac4c0
+SHA256 (trn-4.0-test77.tar.gz) = 9ab0430244903ad86ed74fcc2fdc39dc043d23968888e071313050a967b8a6ff
+SIZE (trn-4.0-test77.tar.gz) = 564694
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/news/trn4/pkg-plist,v
retrieving revision 1.7
diff -u -r1.7 pkg-plist
--- pkg-plist	12 Oct 2001 19:26:43 -0000	1.7
+++ pkg-plist	4 Sep 2010 23:57:37 -0000
@@ -5,27 +5,27 @@
 bin/nntplist
 bin/trn
 bin/trn-artchk
-lib/trn/norm.saver
-lib/trn/mbox.saver
-lib/trn/makedir
-lib/trn/filexp
-lib/trn/newsnews
-lib/trn/Speller
-lib/trn/Pnews.header
-lib/trn/INIT
-lib/trn/access.def
-lib/trn/HelpFiles/top
-lib/trn/HelpFiles/quickstart
-lib/trn/HelpFiles/changelog
-lib/trn/HelpFiles/hints
-lib/trn/HelpFiles/config/index
-lib/trn/HelpFiles/config/macros
-lib/trn/HelpFiles/config/options
-lib/trn/HelpFiles/config/environment
-lib/trn/HelpFiles/samples/index
-lib/trn/HelpFiles/samples/access
-lib/trn/HelpFiles/samples/trnrc
-@dirrm lib/trn/HelpFiles/config
-@dirrm lib/trn/HelpFiles/samples
-@dirrm lib/trn/HelpFiles
-@dirrm lib/trn
+share/trn/norm.saver
+share/trn/mbox.saver
+share/trn/makedir
+share/trn/filexp
+share/trn/newsnews
+share/trn/Speller
+share/trn/Pnews.header
+share/trn/INIT
+share/trn/access.def
+share/trn/HelpFiles/top
+share/trn/HelpFiles/quickstart
+share/trn/HelpFiles/changelog
+share/trn/HelpFiles/hints
+share/trn/HelpFiles/config/index
+share/trn/HelpFiles/config/macros
+share/trn/HelpFiles/config/options
+share/trn/HelpFiles/config/environment
+share/trn/HelpFiles/samples/index
+share/trn/HelpFiles/samples/access
+share/trn/HelpFiles/samples/trnrc
+@dirrm share/trn/HelpFiles/config
+@dirrm share/trn/HelpFiles/samples
+@dirrm share/trn/HelpFiles
+@dirrm share/trn
Index: files/patch-datasrc.c
===================================================================
RCS file: files/patch-datasrc.c
diff -N files/patch-datasrc.c
--- files/patch-datasrc.c	27 Jul 2008 20:06:34 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,16 +0,0 @@
-
-$FreeBSD: ports/news/trn4/files/patch-datasrc.c,v 1.1 2008/07/27 20:06:34 naddy Exp $
-
---- datasrc.c.orig
-+++ datasrc.c
-@@ -12,9 +12,9 @@
- #include "nntpclient.h"
- #include "term.h"
- #include "env.h"
--#include "opt.h"
- #include "util.h"
- #include "util2.h"
-+#include "opt.h"
- #include "intrp.h"
- #include "init.h"
- #include "rcstuff.h"
Index: files/patch-rt-page.c
===================================================================
RCS file: files/patch-rt-page.c
diff -N files/patch-rt-page.c
--- files/patch-rt-page.c	27 Jul 2008 20:06:34 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,17 +0,0 @@
-
-$FreeBSD: ports/news/trn4/files/patch-rt-page.c,v 1.1 2008/07/27 20:06:34 naddy Exp $
-
---- rt-page.c.orig
-+++ rt-page.c
-@@ -14,10 +14,10 @@
- #include "datasrc.h"
- #include "nntp.h"
- #include "trn.h"
--#include "opt.h"
- #include "env.h"
- #include "util.h"
- #include "util2.h"
-+#include "opt.h"
- #include "only.h"
- #include "addng.h"
- #include "rcln.h"
Index: scripts/preconf
===================================================================
RCS file: /home/ncvs/ports/news/trn4/scripts/preconf,v
retrieving revision 1.6
diff -u -r1.6 preconf
--- scripts/preconf	30 Jul 2003 23:59:48 -0000	1.6
+++ scripts/preconf	4 Sep 2010 23:58:43 -0000
@@ -154,7 +154,7 @@
 eunicefix=':'
 expr='/bin/expr'
 extrainews=''
-filexp='/PREFIX/lib/trn/filexp'
+filexp='/PREFIX/share/trn/filexp'
 find=''
 firstmakefile=''
 gccversion='2.7.2.1'
@@ -187,7 +187,7 @@
 installbin='/PREFIX/bin'
 installinews='/PREFIX/bin'
 installmansrc='/PREFIX/man/man1'
-installprivlib='/PREFIX/lib/trn'
+installprivlib='/PREFIX/share/trn'
 ispell=''
 ispell_options=''
 ispell_prg=''
@@ -250,8 +250,8 @@
 prefix='/PREFIX'
 prefixexp='/PREFIX'
 prefshell='/bin/csh'
-privlib='/PREFIX/lib/trn'
-privlibexp='/PREFIX/lib/trn'
+privlib='/PREFIX/share/trn'
+privlibexp='/PREFIX/share/trn'
 rm='/bin/rm'
 rmail='/bin/rmail'
 rootid='0'



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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009050006.o8506s3d031116>