diff options
author | leot <leot@pkgsrc.org> | 2015-08-19 10:18:26 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2015-08-19 10:18:26 +0000 |
commit | 453dbf08b3260d096338bccc1d7b1b8cef867bcf (patch) | |
tree | 954132196c9732d6c45f55afcfe68e412e892a6b /news/trn | |
parent | 359275f1c30dab941b82da0882716d634fdbc142 (diff) | |
download | pkgsrc-453dbf08b3260d096338bccc1d7b1b8cef867bcf.tar.gz |
Update news/trn to trn-4.77. Patches from Dario Niedermann in PR pkg/50154
pkgsrc changes:
- patches/patch-a[ab] are no longer needed
Changes:
- Added IPv6 support to get_tcp_socket() using a ever-so-slightly-tweaked
patch from Olaf 'Rhialto' Seibert.
- Misc bug fixes and improvements
Diffstat (limited to 'news/trn')
-rw-r--r-- | news/trn/Makefile | 7 | ||||
-rw-r--r-- | news/trn/distinfo | 10 | ||||
-rw-r--r-- | news/trn/patches/patch-aa | 14 | ||||
-rw-r--r-- | news/trn/patches/patch-ab | 15 |
4 files changed, 7 insertions, 39 deletions
diff --git a/news/trn/Makefile b/news/trn/Makefile index d2700438455..6ee9ae7ef78 100644 --- a/news/trn/Makefile +++ b/news/trn/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2015/06/12 10:50:55 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2015/08/19 10:18:26 leot Exp $ -DISTNAME= trn-4.0-test76 -PKGNAME= trn-4.76 -PKGREVISION= 9 +DISTNAME= trn-4.0-test77 +PKGNAME= trn-4.77 CATEGORIES= news MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=trn/} diff --git a/news/trn/distinfo b/news/trn/distinfo index b0e31cc4af4..d72f581c0df 100644 --- a/news/trn/distinfo +++ b/news/trn/distinfo @@ -1,10 +1,8 @@ -$NetBSD: distinfo,v 1.13 2014/06/29 19:03:30 dholland Exp $ +$NetBSD: distinfo,v 1.14 2015/08/19 10:18:26 leot Exp $ -SHA1 (trn-4.0-test76.tar.gz) = 4741d506d4c2d62a8dbaa5d4fd62cce656abcf3b -RMD160 (trn-4.0-test76.tar.gz) = f60478f8808b9c0d46a22ac924821cf2edd1fe87 -Size (trn-4.0-test76.tar.gz) = 565528 bytes -SHA1 (patch-aa) = 17d95f62b3c0ffa33ad329068f97838b676d584a -SHA1 (patch-ab) = 4cb84cc7d941f188d3e31216b7c4180624319db4 +SHA1 (trn-4.0-test77.tar.gz) = de43b0ac38e6d921c6f3fa55c8b5b948ac034e8e +RMD160 (trn-4.0-test77.tar.gz) = 291a8ded5ebbf2724f132e52b77db84b3079371d +Size (trn-4.0-test77.tar.gz) = 564694 bytes SHA1 (patch-ac) = b6e06444f55242c1fe0dac194e04cd2c5f6a4c53 SHA1 (patch-ad) = f6d102af2b6e3095ea765f622085464193d94835 SHA1 (patch-ae) = 6cc777ff94540345a433e88ab355fe18a23d60d1 diff --git a/news/trn/patches/patch-aa b/news/trn/patches/patch-aa deleted file mode 100644 index 84789fcd73b..00000000000 --- a/news/trn/patches/patch-aa +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-aa,v 1.5 2013/02/09 18:30:14 christos Exp $ - ---- datasrc.c.orig 2001-01-16 21:12:50.000000000 +0000 -+++ datasrc.c -@@ -12,8 +12,8 @@ - #include "nntpclient.h" - #include "term.h" - #include "env.h" --#include "opt.h" - #include "util.h" -+#include "opt.h" - #include "util2.h" - #include "intrp.h" - #include "init.h" diff --git a/news/trn/patches/patch-ab b/news/trn/patches/patch-ab deleted file mode 100644 index 747cdfb9112..00000000000 --- a/news/trn/patches/patch-ab +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ab,v 1.4 2013/02/09 18:30:14 christos Exp $ - ---- rt-page.c.orig 2000-05-25 05:04:40.000000000 +0000 -+++ rt-page.c -@@ -14,9 +14,9 @@ - #include "datasrc.h" - #include "nntp.h" - #include "trn.h" -+#include "util.h" - #include "opt.h" - #include "env.h" --#include "util.h" - #include "util2.h" - #include "only.h" - #include "addng.h" |