From 087d51115d1bb4ef7e5543e7daaf351037cb7695 Mon Sep 17 00:00:00 2001 From: jmmv Date: Mon, 2 Dec 2002 12:19:18 +0000 Subject: Update Irssi to 0.8.6. Taken from the NEWS: * Tons of changes, here's only the largest that come to my mind now: + SSL support by vjt at users.sf.net + DCC send queues by Heikki Orsila + Better support for !channels The new Makefile.common will be used by Irssi plugins. Approved by wiz. --- chat/irssi/patches/patch-ab | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'chat/irssi/patches') diff --git a/chat/irssi/patches/patch-ab b/chat/irssi/patches/patch-ab index 22f20087ada..3e2d63b1490 100644 --- a/chat/irssi/patches/patch-ab +++ b/chat/irssi/patches/patch-ab @@ -1,10 +1,10 @@ -$NetBSD: patch-ab,v 1.3 2002/11/21 13:00:02 grant Exp $ +$NetBSD: patch-ab,v 1.4 2002/12/02 12:19:20 jmmv Exp $ ---- Makefile.in.orig Wed Jun 19 19:09:53 2002 +--- Makefile.in.orig Tue Nov 19 11:14:30 2002 +++ Makefile.in -@@ -113,7 +113,7 @@ sedpath = @sedpath@ +@@ -117,7 +117,7 @@ sedpath = @sedpath@ - SUBDIRS = src $(SERVERTEST) docs scripts + SUBDIRS = src docs scripts -confdir = $(sysconfdir) +confdir = $(datadir)/examples/@PACKAGE@ -- cgit v1.2.3