summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chat/irssi/Makefile.common6
-rw-r--r--chat/irssi/distinfo11
-rw-r--r--chat/irssi/patches/patch-ab12
-rw-r--r--chat/irssi/patches/patch-af13
4 files changed, 13 insertions, 29 deletions
diff --git a/chat/irssi/Makefile.common b/chat/irssi/Makefile.common
index 8c7f8e9206f..3ba8f484688 100644
--- a/chat/irssi/Makefile.common
+++ b/chat/irssi/Makefile.common
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile.common,v 1.5 2006/03/04 06:34:13 wiz Exp $
+# $NetBSD: Makefile.common,v 1.6 2007/06/08 11:53:48 wiz Exp $
# Specific distribution information.
-IRSSI_VERSION= 0.8.10a
-# nevertheless, inside the tarball it is still 0.8.10
-WRKSRC= ${WRKDIR}/irssi-0.8.10
+IRSSI_VERSION= 0.8.11
IRSSI_DISTNAME= irssi-${IRSSI_VERSION}
IRSSI_EXTRACT_SUFX= .tar.bz2
IRSSI_DISTFILE= ${IRSSI_DISTNAME}${IRSSI_EXTRACT_SUFX}
diff --git a/chat/irssi/distinfo b/chat/irssi/distinfo
index b1f1c3b2638..69b4fd4ca01 100644
--- a/chat/irssi/distinfo
+++ b/chat/irssi/distinfo
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.24 2006/03/04 06:34:13 wiz Exp $
+$NetBSD: distinfo,v 1.25 2007/06/08 11:53:48 wiz Exp $
-SHA1 (irssi-0.8.10a.tar.bz2) = c27c3aa19f7e54e4295c9e78f522194b296e9f7f
-RMD160 (irssi-0.8.10a.tar.bz2) = 02ea076da7100bd81ce2ff66188ff81854b7bcba
-Size (irssi-0.8.10a.tar.bz2) = 759953 bytes
+SHA1 (irssi-0.8.11.tar.bz2) = e6433e6d622a1ed09be4323105174433fd72516f
+RMD160 (irssi-0.8.11.tar.bz2) = 0ae3e2ba144783df3dd517be659b325e8bcf5354
+Size (irssi-0.8.11.tar.bz2) = 933075 bytes
SHA1 (patch-aa) = 94c29684a93d65aa9ab0f3f1f0812d1cb7e89194
-SHA1 (patch-ab) = bbaf6a84ce6ae269a7a5009ebf2aaf248c18c634
+SHA1 (patch-ab) = a7528069f04de51c82e35d858dd3ec09d07a591b
SHA1 (patch-ae) = 975777ae62374aa50ad76e83ed857927e8f3cbe8
-SHA1 (patch-af) = 8066850e976398079802906660306cd23275b46a
diff --git a/chat/irssi/patches/patch-ab b/chat/irssi/patches/patch-ab
index 0cd2066673c..a7ed5a4bd10 100644
--- a/chat/irssi/patches/patch-ab
+++ b/chat/irssi/patches/patch-ab
@@ -1,13 +1,13 @@
-$NetBSD: patch-ab,v 1.6 2006/03/04 06:34:13 wiz Exp $
+$NetBSD: patch-ab,v 1.7 2007/06/08 11:53:48 wiz Exp $
---- Makefile.in.orig 2005-12-11 23:47:21.000000000 +0100
+--- Makefile.in.orig 2007-04-25 18:15:07.000000000 +0000
+++ Makefile.in
-@@ -129,7 +129,7 @@ sedpath = @sedpath@
-
+@@ -259,7 +259,7 @@ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+ @BUILD_PLUGINS_TRUE@PLUGINS = plugins
SUBDIRS = src docs scripts
-
-confdir = $(sysconfdir)
+confdir = $(datadir)/examples/@PACKAGE@
conf_DATA = irssi.conf
-
themedir = $(datadir)/irssi/themes
+ theme_DATA = default.theme colorless.theme
diff --git a/chat/irssi/patches/patch-af b/chat/irssi/patches/patch-af
deleted file mode 100644
index 7a3faf3edca..00000000000
--- a/chat/irssi/patches/patch-af
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-af,v 1.3 2006/03/04 06:34:13 wiz Exp $
-
---- configure.orig 2005-12-11 23:46:06.000000000 +0100
-+++ configure
-@@ -23854,7 +23854,7 @@ echo "$as_me: error: error compiling tes
- { (exit 1); exit 1; }; }
- fi
-
--./libtool --mode=link $CC $CFLAGS $LDFLAGS -rpath /usr/lib conftest.lo -lm -o libconftest.la > /dev/null
-+./libtool --mode=link --tag=CC $CC $CFLAGS $LDFLAGS -rpath /usr/lib conftest.lo -lm -o libconftest.la > /dev/null
- if test ! -s .libs/libconftest.a; then
- { { echo "$as_me:$LINENO: error: error, can't even find .a library" >&5
- echo "$as_me: error: error, can't even find .a library" >&2;}