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 20040820. changes include:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3564cfb679a8
branches:  trunk
changeset: 479677:3564cfb679a8
user:      mrg <mrg%pkgsrc.org@localhost>
date:      Fri Aug 20 03:20:54 2004 +0000

description:
update to ircii 20040820.  changes include:
  o  /msg . now works for ICB mode as well
  o  /topic now works by default for ICB
  o  fix building on SunOS4 with GCC

diffstat:

 chat/ircII/Makefile         |   6 +++---
 chat/ircII/distinfo         |   7 +++----
 chat/ircII/patches/patch-aa |  13 -------------
 3 files changed, 6 insertions(+), 20 deletions(-)

diffs (53 lines):

diff -r 0d2d34ac77cb -r 3564cfb679a8 chat/ircII/Makefile
--- a/chat/ircII/Makefile       Fri Aug 20 03:06:38 2004 +0000
+++ b/chat/ircII/Makefile       Fri Aug 20 03:20:54 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.35 2004/04/14 17:33:38 grant Exp $
+# $NetBSD: Makefile,v 1.36 2004/08/20 03:20:54 mrg Exp $
 
 DISTNAME=              ircii-${VERS}
 PKGNAME=               ircII-${VERS}
-PKGREVISION=           1
+#PKGREVISION=          1
 CATEGORIES=            chat
 MASTER_SITES=          ftp://ircii.warped.com/pub/ircII/ \
                        ftp://ircftp.au.eterna.com.au/pub/ircII/ \
@@ -17,7 +17,7 @@
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
-VERS=                  20040216
+VERS=                  20040820
 PLIST_SUBST+=          VERS=${VERS}
 
 .include "../../mk/bsd.prefs.mk"
diff -r 0d2d34ac77cb -r 3564cfb679a8 chat/ircII/distinfo
--- a/chat/ircII/distinfo       Fri Aug 20 03:06:38 2004 +0000
+++ b/chat/ircII/distinfo       Fri Aug 20 03:20:54 2004 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.22 2004/04/27 20:55:44 tv Exp $
+$NetBSD: distinfo,v 1.23 2004/08/20 03:20:54 mrg Exp $
 
-SHA1 (ircii-20040216.tar.bz2) = 45810bc1b8ae12c884df469936d37fa1a5b7468c
-Size (ircii-20040216.tar.bz2) = 559609 bytes
-SHA1 (patch-aa) = aff3a8c5ff05797b8617be2b4b57920913ae9ca2
+SHA1 (ircii-20040820.tar.bz2) = 60970833257543c213f44f6046d681a5418d4c42
+Size (ircii-20040820.tar.bz2) = 559843 bytes
 SHA1 (patch-ac) = f4633c01dc1ee9136ec5cc13694fe5f9fb8542ac
diff -r 0d2d34ac77cb -r 3564cfb679a8 chat/ircII/patches/patch-aa
--- a/chat/ircII/patches/patch-aa       Fri Aug 20 03:06:38 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2002/08/25 21:49:35 jlam Exp $
-
---- configure.orig     Wed Mar 27 09:20:46 2002
-+++ configure  Wed May  8 05:34:40 2002
-@@ -5578,7 +5578,7 @@
- fi
- if test "x$COPY_DIRECTORY" = "xpax";
- then
--    INSTALL_HELP_CMD='cd $(topdir)/help; pax -r -w -s ";.*/\.?CVS$$;;" -s ";.*/\.?CVS/.*;;" . $(HELP_DIR)'
-+    INSTALL_HELP_CMD='cd $(topdir)/help; pax -r -w -s ";.*/\.CVS$$;;" -s ";.*/\.CVS/.*;;" . $(HELP_DIR)'
- else
-     if test "x$COPY_DIRECTORY" = "xtar";
-     then



Home | Main Index | Thread Index | Old Index