diff options
author | jmmv <jmmv> | 2002-12-02 12:19:18 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2002-12-02 12:19:18 +0000 |
commit | 64ae92cb18bc5cc0c4d481ec5a4e71c319970baf (patch) | |
tree | 36232527163cec347be7f447d8d6a67d8fab6d80 /chat/irssi/patches | |
parent | d5651464b350352585043b1206dcfddce97c078a (diff) | |
download | pkgsrc-64ae92cb18bc5cc0c4d481ec5a4e71c319970baf.tar.gz |
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.
Diffstat (limited to 'chat/irssi/patches')
-rw-r--r-- | chat/irssi/patches/patch-ab | 8 |
1 files changed, 4 insertions, 4 deletions
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@ |