diff options
author | mrg <mrg@pkgsrc.org> | 2009-02-18 08:18:53 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 2009-02-18 08:18:53 +0000 |
commit | 0360dda9ad37af272673203bf5fb2337e88cabd6 (patch) | |
tree | 8a02a2b5da2ec24d2d64df9222d9f7944489f9a3 /chat | |
parent | b905c106561ace2e908bb9c02e22b27607c866f4 (diff) | |
download | pkgsrc-0360dda9ad37af272673203bf5fb2337e88cabd6.tar.gz |
update to ircII 20081115. this fixes the missing translation tables,
adds chanusers()/onchannel() support for ICB and increases the default
lastlog to 440.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/ircII/Makefile | 4 | ||||
-rw-r--r-- | chat/ircII/distinfo | 10 | ||||
-rw-r--r-- | chat/ircII/patches/patch-ac | 14 |
3 files changed, 9 insertions, 19 deletions
diff --git a/chat/ircII/Makefile b/chat/ircII/Makefile index d8c5d4b6244..9bd6201a1f4 100644 --- a/chat/ircII/Makefile +++ b/chat/ircII/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2008/11/17 08:09:19 dsainty Exp $ +# $NetBSD: Makefile,v 1.52 2009/02/18 08:18:53 mrg Exp $ DISTNAME= ircii-${VERS} PKGNAME= ircII-${VERS} @@ -16,7 +16,7 @@ CONFLICTS= blackened-[0-9]* PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews -VERS= 20080314 +VERS= 20081115 PLIST_SUBST+= VERS=${VERS:Q} .include "../../mk/bsd.prefs.mk" diff --git a/chat/ircII/distinfo b/chat/ircII/distinfo index 403e0ec626c..fec9f5f55a1 100644 --- a/chat/ircII/distinfo +++ b/chat/ircII/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.29 2008/11/10 19:25:27 wiz Exp $ +$NetBSD: distinfo,v 1.30 2009/02/18 08:18:53 mrg Exp $ -SHA1 (ircii-20080314.tar.bz2) = 120f988d710e142c5d01ef4c9ce5ba8a6365bf69 -RMD160 (ircii-20080314.tar.bz2) = 913ac3d8ff02351249392d43cf8a17fd1e412253 -Size (ircii-20080314.tar.bz2) = 555483 bytes -SHA1 (patch-ac) = e76fe644474f9cdcec99d4d264303df1ec67251f +SHA1 (ircii-20081115.tar.bz2) = 253f16e734483eda484f6d629d2a5858aded6a6e +RMD160 (ircii-20081115.tar.bz2) = 78b83979e52c99f5b95302cce743ef0f622bcbb0 +Size (ircii-20081115.tar.bz2) = 565286 bytes +SHA1 (patch-ac) = 4fd8d8a0e74451e4c5a942a380ffd959b7300473 SHA1 (patch-ad) = a8da3adea3b7c61d453e5e5e9f53024b8e1f128f diff --git a/chat/ircII/patches/patch-ac b/chat/ircII/patches/patch-ac index 75ab23e9ae2..9f897269266 100644 --- a/chat/ircII/patches/patch-ac +++ b/chat/ircII/patches/patch-ac @@ -1,4 +1,4 @@ -$NetBSD: patch-ac,v 1.4 2008/11/10 19:25:27 wiz Exp $ +$NetBSD: patch-ac,v 1.5 2009/02/18 08:18:53 mrg Exp $ --- Makefile.in.orig 2008-03-14 17:13:15.000000000 +0000 +++ Makefile.in @@ -13,15 +13,6 @@ $NetBSD: patch-ac,v 1.4 2008/11/10 19:25:27 wiz Exp $ VERSION = @VERSION@ -@@ -142,7 +142,7 @@ PROGRAMS = irc ircio ircflush wserv - - all: $(PROGRAMS) - --install: all installbin installscript installtranslation installman installhelp -+install: all installbin installscript installman installhelp - - installeverything: install installflush installio installwserv \ - installscript installtranslation installhelp @@ -153,11 +153,9 @@ installbin: installirc installio install installirc: irc installdirs @@ -41,9 +32,8 @@ $NetBSD: patch-ac,v 1.4 2008/11/10 19:25:27 wiz Exp $ installdirs: - umask 022; $(topdir)/mkinstalldirs $(IRCLIB) $(bindir) $(mandir) \ -- $(TRANS_PATH) $(INSTALL_SCRIPT) $(HELP_DIR) + $(topdir)/mkinstalldirs $(IRCLIB) $(bindir) $(mandir) \ -+ $(INSTALL_SCRIPT) $(HELP_DIR) + $(TRANS_PATH) $(INSTALL_SCRIPT) $(HELP_DIR) clena clean: cd $(objdir) && $(RM) $(PROGRAMS) $(OBJECTS) \ |