pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/ircII update to ircII 20081115. this fixes the m...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9b3297808d0b
branches: trunk
changeset: 554682:9b3297808d0b
user: mrg <mrg%pkgsrc.org@localhost>
date: Wed Feb 18 08:18:53 2009 +0000
description:
update to ircII 20081115. this fixes the missing translation tables,
adds chanusers()/onchannel() support for ICB and increases the default
lastlog to 440.
diffstat:
chat/ircII/Makefile | 4 ++--
chat/ircII/distinfo | 10 +++++-----
chat/ircII/patches/patch-ac | 14 ++------------
3 files changed, 9 insertions(+), 19 deletions(-)
diffs (70 lines):
diff -r 1a94bec3fcfd -r 9b3297808d0b chat/ircII/Makefile
--- a/chat/ircII/Makefile Wed Feb 18 08:02:30 2009 +0000
+++ b/chat/ircII/Makefile Wed Feb 18 08:18:53 2009 +0000
@@ -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 @@
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 -r 1a94bec3fcfd -r 9b3297808d0b chat/ircII/distinfo
--- a/chat/ircII/distinfo Wed Feb 18 08:02:30 2009 +0000
+++ b/chat/ircII/distinfo Wed Feb 18 08:18:53 2009 +0000
@@ -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 -r 1a94bec3fcfd -r 9b3297808d0b chat/ircII/patches/patch-ac
--- a/chat/ircII/patches/patch-ac Wed Feb 18 08:02:30 2009 +0000
+++ b/chat/ircII/patches/patch-ac Wed Feb 18 08:18:53 2009 +0000
@@ -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 @@
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 @@
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) \
Home |
Main Index |
Thread Index |
Old Index