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/Makefile | |
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/Makefile')
-rw-r--r-- | news/trn/Makefile | 7 |
1 files changed, 3 insertions, 4 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/} |