diff options
author | mrg <mrg@pkgsrc.org> | 2004-08-20 03:20:54 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 2004-08-20 03:20:54 +0000 |
commit | 210b59656b03be7353b553a3e4b4e24bf435b677 (patch) | |
tree | 54bff1c7d16d9b2891e8ff6553bd9a0e47fbbb94 /chat | |
parent | 9e8721f2c6f73cd9bde3ee8b9c0071ed1c04de4b (diff) | |
download | pkgsrc-210b59656b03be7353b553a3e4b4e24bf435b677.tar.gz |
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 (limited to 'chat')
-rw-r--r-- | chat/ircII/Makefile | 6 | ||||
-rw-r--r-- | chat/ircII/distinfo | 7 | ||||
-rw-r--r-- | chat/ircII/patches/patch-aa | 13 |
3 files changed, 6 insertions, 20 deletions
diff --git a/chat/ircII/Makefile b/chat/ircII/Makefile index 51dc9eb13b9..f8e1674295b 100644 --- a/chat/ircII/Makefile +++ b/chat/ircII/Makefile @@ -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 @@ CONFLICTS= blackened-[0-9]* PKG_INSTALLATION_TYPES= overwrite pkgviews -VERS= 20040216 +VERS= 20040820 PLIST_SUBST+= VERS=${VERS} .include "../../mk/bsd.prefs.mk" diff --git a/chat/ircII/distinfo b/chat/ircII/distinfo index e85e179fb55..5d366f9008d 100644 --- a/chat/ircII/distinfo +++ b/chat/ircII/distinfo @@ -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 --git a/chat/ircII/patches/patch-aa b/chat/ircII/patches/patch-aa deleted file mode 100644 index 48978813371..00000000000 --- a/chat/ircII/patches/patch-aa +++ /dev/null @@ -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 |