diff options
author | mrg <mrg@pkgsrc.org> | 2011-04-12 00:49:35 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 2011-04-12 00:49:35 +0000 |
commit | 4aa4c6ef1df531515882006d54dac7862c90dd2f (patch) | |
tree | 3e31abaf6d64e9da46f1ae318cecbe059fcc1f97 /chat/ircII/Makefile | |
parent | 76c2ef408464c1bf7d48164f29dafbe6170ea959 (diff) | |
download | pkgsrc-4aa4c6ef1df531515882006d54dac7862c90dd2f.tar.gz |
update to ircII 20110228. major changes:
- warn the user if the IRCHOST may be wrong
- make /save save /ignore'd things
- remove K&R C support
- remove many old UNIX platforms support
- avoid a spurious SIGALRM
- avoid printing some 8-bit unprintable chars
- add support for modern qnx
Diffstat (limited to 'chat/ircII/Makefile')
-rw-r--r-- | chat/ircII/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/ircII/Makefile b/chat/ircII/Makefile index c65d1c0a17f..d99515b2668 100644 --- a/chat/ircII/Makefile +++ b/chat/ircII/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2010/08/12 04:02:28 mrg Exp $ +# $NetBSD: Makefile,v 1.56 2011/04/12 00:49:35 mrg Exp $ DISTNAME= ircii-${VERS} PKGNAME= ircII-${VERS} @@ -18,7 +18,7 @@ CONFLICTS= blackened-[0-9]* PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews -VERS= 20081115 +VERS= 20110228 PLIST_SUBST+= VERS=${VERS:Q} .include "../../mk/bsd.prefs.mk" |