diff options
author | wiz <wiz@pkgsrc.org> | 2009-10-22 22:01:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-10-22 22:01:25 +0000 |
commit | b4a2493127e0a182c9a57c9d9297011974a71e60 (patch) | |
tree | b1f7a1f49c95272aaeba4ac1933a10e1ea9390d8 /news/tin/Makefile | |
parent | b7ed99511c349b4f35a0a67c8ed0264a9b25bd0f (diff) | |
download | pkgsrc-b4a2493127e0a182c9a57c9d9297011974a71e60.tar.gz |
Add patch from Dennis Preiser on tin-dev.
Fixes, among others, |perl-script issues with suspending and
SIGWINCH problems.
Bump PKGREVISION.
Diffstat (limited to 'news/tin/Makefile')
-rw-r--r-- | news/tin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile index 56f599a75d8..1568c6f0ba6 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.42 2009/08/23 16:49:54 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2009/10/22 22:01:25 wiz Exp $ # DISTNAME= tin-1.9.4 +PKGREVISION= 1 CATEGORIES= news MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/unstable/ \ ftp://ftp.cs.tu-berlin.de/pub/net/news/tin/unstable/ |