diff options
author | wiz <wiz@pkgsrc.org> | 2006-03-04 06:34:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-03-04 06:34:13 +0000 |
commit | 560be0ecd223ebb12e4a0c14d213056d1029bbec (patch) | |
tree | 3978957148b757cbcc51a2293a6788ce2df3ff65 /chat | |
parent | 24e4139b6d6910c3b1b545b5a81eea4ac323aec4 (diff) | |
download | pkgsrc-560be0ecd223ebb12e4a0c14d213056d1029bbec.tar.gz |
Update to 0.8.10a:
Re-packaged source, no new features.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/irssi/Makefile | 3 | ||||
-rw-r--r-- | chat/irssi/Makefile.common | 6 | ||||
-rw-r--r-- | chat/irssi/distinfo | 16 | ||||
-rw-r--r-- | chat/irssi/patches/patch-aa | 6 | ||||
-rw-r--r-- | chat/irssi/patches/patch-ab | 14 | ||||
-rw-r--r-- | chat/irssi/patches/patch-ae | 6 | ||||
-rw-r--r-- | chat/irssi/patches/patch-af | 6 |
7 files changed, 29 insertions, 28 deletions
diff --git a/chat/irssi/Makefile b/chat/irssi/Makefile index 98ce35fa578..829cd78df9e 100644 --- a/chat/irssi/Makefile +++ b/chat/irssi/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.44 2006/02/05 23:08:24 joerg Exp $ +# $NetBSD: Makefile,v 1.45 2006/03/04 06:34:13 wiz Exp $ DISTNAME= ${IRSSI_DISTNAME} -PKGREVISION= 1 CATEGORIES= chat MASTER_SITES= http://www.irssi.org/files/ EXTRACT_SUFX= ${IRSSI_EXTRACT_SUFX} diff --git a/chat/irssi/Makefile.common b/chat/irssi/Makefile.common index 3a1a62ba5cf..8c7f8e9206f 100644 --- a/chat/irssi/Makefile.common +++ b/chat/irssi/Makefile.common @@ -1,7 +1,9 @@ -# $NetBSD: Makefile.common,v 1.4 2006/01/17 21:45:52 veego Exp $ +# $NetBSD: Makefile.common,v 1.5 2006/03/04 06:34:13 wiz Exp $ # Specific distribution information. -IRSSI_VERSION= 0.8.10 +IRSSI_VERSION= 0.8.10a +# nevertheless, inside the tarball it is still 0.8.10 +WRKSRC= ${WRKDIR}/irssi-0.8.10 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 94189ddac7d..b1f1c3b2638 100644 --- a/chat/irssi/distinfo +++ b/chat/irssi/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.23 2006/01/17 21:45:52 veego Exp $ +$NetBSD: distinfo,v 1.24 2006/03/04 06:34:13 wiz Exp $ -SHA1 (irssi-0.8.10.tar.bz2) = 055eef31ed7a52e30d9a63d803306570c7cd3393 -RMD160 (irssi-0.8.10.tar.bz2) = d2deaca1bf81184b6120bf5804de73b3ef0ac37b -Size (irssi-0.8.10.tar.bz2) = 933152 bytes -SHA1 (patch-aa) = 45d8161733f58ab3733022c823933bb1cc93a8e2 -SHA1 (patch-ab) = 5b5f39cfcad179e0872fda9bc0016ce263df6834 -SHA1 (patch-ae) = 158de7394abec0cab8fe2c8fea158fd97377cb1f -SHA1 (patch-af) = be896e7a4ed6fa9a76f9e3584035c209136a3df3 +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 (patch-aa) = 94c29684a93d65aa9ab0f3f1f0812d1cb7e89194 +SHA1 (patch-ab) = bbaf6a84ce6ae269a7a5009ebf2aaf248c18c634 +SHA1 (patch-ae) = 975777ae62374aa50ad76e83ed857927e8f3cbe8 +SHA1 (patch-af) = 8066850e976398079802906660306cd23275b46a diff --git a/chat/irssi/patches/patch-aa b/chat/irssi/patches/patch-aa index 88b1d0237cf..1ba76ebfa46 100644 --- a/chat/irssi/patches/patch-aa +++ b/chat/irssi/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.3 2002/05/25 14:17:06 blymn Exp $ +$NetBSD: patch-aa,v 1.4 2006/03/04 06:34:13 wiz Exp $ ---- src/fe-text/tparm.c.orig Sat Feb 9 08:40:12 2002 +--- src/fe-text/tparm.c.orig 2005-10-19 04:13:29.000000000 +0200 +++ src/fe-text/tparm.c -@@ -247,7 +247,7 @@ +@@ -247,7 +247,7 @@ char *tparm(const char *str, ...) { argcnt = 0; pos = 0; termcap = 1; diff --git a/chat/irssi/patches/patch-ab b/chat/irssi/patches/patch-ab index 5ff48d1ac20..0cd2066673c 100644 --- a/chat/irssi/patches/patch-ab +++ b/chat/irssi/patches/patch-ab @@ -1,13 +1,13 @@ -$NetBSD: patch-ab,v 1.5 2006/01/17 21:45:52 veego Exp $ +$NetBSD: patch-ab,v 1.6 2006/03/04 06:34:13 wiz Exp $ ---- Makefile.in.orig 2005-12-11 10:45:48.000000000 +0100 -+++ Makefile.in 2005-12-12 19:03:38.000000000 +0100 -@@ -254,7 +254,7 @@ - target_alias = @target_alias@ - @BUILD_PLUGINS_TRUE@PLUGINS = plugins +--- Makefile.in.orig 2005-12-11 23:47:21.000000000 +0100 ++++ Makefile.in +@@ -129,7 +129,7 @@ sedpath = @sedpath@ + 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-ae b/chat/irssi/patches/patch-ae index 62fe1d8b23c..887a894e1f0 100644 --- a/chat/irssi/patches/patch-ae +++ b/chat/irssi/patches/patch-ae @@ -1,8 +1,8 @@ -$NetBSD: patch-ae,v 1.4 2005/07/17 14:32:46 dillo Exp $ +$NetBSD: patch-ae,v 1.5 2006/03/04 06:34:13 wiz Exp $ ---- src/core/network.c.orig 2003-10-11 04:00:02.000000000 +0200 +--- src/core/network.c.orig 2005-11-19 23:45:08.000000000 +0100 +++ src/core/network.c -@@ -389,7 +389,7 @@ int net_transmit(GIOChannel *handle, con +@@ -373,7 +373,7 @@ int net_transmit(GIOChannel *handle, con err = g_io_channel_write(handle, (char *) data, len, &ret); if (err == G_IO_ERROR_AGAIN || diff --git a/chat/irssi/patches/patch-af b/chat/irssi/patches/patch-af index 70ad68db147..7a3faf3edca 100644 --- a/chat/irssi/patches/patch-af +++ b/chat/irssi/patches/patch-af @@ -1,8 +1,8 @@ -$NetBSD: patch-af,v 1.2 2006/01/17 21:45:52 veego Exp $ +$NetBSD: patch-af,v 1.3 2006/03/04 06:34:13 wiz Exp $ ---- configure.orig 2005-12-11 11:45:39.000000000 +0200 +--- configure.orig 2005-12-11 23:46:06.000000000 +0100 +++ configure -@@ -25371,7 +25371,7 @@ +@@ -23854,7 +23854,7 @@ echo "$as_me: error: error compiling tes { (exit 1); exit 1; }; } fi |