diff options
author | salo <salo> | 2004-01-14 17:09:26 +0000 |
---|---|---|
committer | salo <salo> | 2004-01-14 17:09:26 +0000 |
commit | 8afcf23d8c3b863495db14e9c863c5a8382e322a (patch) | |
tree | 1beb0375751d369f040b632beb1960327b76a7a0 /chat | |
parent | e4863b52c94ab013f15101acabbc268f5e7c09e7 (diff) | |
download | pkgsrc-8afcf23d8c3b863495db14e9c863c5a8382e322a.tar.gz |
Updated to version 1.0.1.
When you are upgrading from a prior release to SILC Client 1.0.1, there
are two issues you have to take special care of:
First of all the default theme (as defined in the file default.theme in
the source package) has changed. You may need to update your personal
theme to reflect those changes. The second change affects the filename
used to store the session data when /DETACH'ing. If you have detached
from a SILC network with your old client and want to resume the session
with SILC Client 1.0.1, you first have to
/SET session_filename session
After successfully resuming your session, you can revert the setting to
its default "session.$chatnet" again.
Changes:
--------
- /NOTICE and /ACTION command now both take a mandatory target argument
and an option -sign flag. Both work in channels and queries, /IGNORE
now correctly treats both. default.theme has changed, please update
your theme. Closes #1.
- /SILCNET [ADD|REMOVE|LIST] command to manage different SILC networks.
- /SMSG and /MMSG now correctly open new query windows if wished.
- New settings session_filename defines the filename used to store
session information generated by /DETACH. A setting like
session.$chatnet allows you to detach from different networks.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/silc-client/Makefile | 7 | ||||
-rw-r--r-- | chat/silc-client/Makefile.common | 4 | ||||
-rw-r--r-- | chat/silc-client/PLIST | 3 | ||||
-rw-r--r-- | chat/silc-client/distinfo | 6 |
4 files changed, 9 insertions, 11 deletions
diff --git a/chat/silc-client/Makefile b/chat/silc-client/Makefile index 8e2c5a42391..965a6ca0b0a 100644 --- a/chat/silc-client/Makefile +++ b/chat/silc-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2003/11/27 12:40:53 salo Exp $ +# $NetBSD: Makefile,v 1.31 2004/01/14 17:09:26 salo Exp $ # DISTNAME= ${SILC_CLIENT_DISTNAME} @@ -62,13 +62,10 @@ CONFIGURE_ARGS+= --enable-ipv6 # If you want to disable it, set SILC_CLIENT_WITH_PERL to NO # in your /etc/mk.conf -# XXX: perl support is currently broken (bug in perl) so disable it. -# -SILC_CLIENT_WITH_PERL= NO - .if defined(SILC_CLIENT_WITH_PERL) && !empty(SILC_CLIENT_WITH_PERL:M[Yy][Ee][Ss]) CONFIGURE_ARGS+= --with-perl-lib=${PREFIX}/lib/silc/perl5 .include "../../lang/perl5/buildlink2.mk" +BUILDLINK_DEPENDS.perl= perl>=5.6.1nb10 DEPENDS+= p5-File-MMagic>=1.20:../../misc/p5-File-MMagic PLIST_SRC+= ${PKGDIR}/PLIST.perl .else diff --git a/chat/silc-client/Makefile.common b/chat/silc-client/Makefile.common index 94c0d9dbff2..7154a6a54ed 100644 --- a/chat/silc-client/Makefile.common +++ b/chat/silc-client/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.6 2003/11/27 12:40:53 salo Exp $ +# $NetBSD: Makefile.common,v 1.7 2004/01/14 17:09:26 salo Exp $ # # Distribution specific information. # -SILC_CLIENT_VERSION= 1.0 +SILC_CLIENT_VERSION= 1.0.1 SILC_CLIENT_DISTNAME= silc-client-${SILC_CLIENT_VERSION} SILC_CLIENT_EXTRACT_SUFX= .tar.bz2 SILC_CLIENT_DISTFILE= ${SILC_CLIENT_DISTNAME}${SILC_CLIENT_EXTRACT_SUFX} diff --git a/chat/silc-client/PLIST b/chat/silc-client/PLIST index ec3759d359e..fdd4d48eb10 100644 --- a/chat/silc-client/PLIST +++ b/chat/silc-client/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.17 2003/11/18 18:14:32 salo Exp $ +@comment $NetBSD: PLIST,v 1.18 2004/01/14 17:09:26 salo Exp $ bin/silc lib/silc/libsilc-1.0.so lib/silc/libsilc-1.0.so.3 @@ -105,6 +105,7 @@ share/silc/help/scrollback share/silc/help/server share/silc/help/set share/silc/help/shutdown +share/silc/help/silcnet share/silc/help/silcoper share/silc/help/smsg share/silc/help/stats diff --git a/chat/silc-client/distinfo b/chat/silc-client/distinfo index 9e6f7cc9daa..3311af1090f 100644 --- a/chat/silc-client/distinfo +++ b/chat/silc-client/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.24 2003/11/27 12:40:53 salo Exp $ +$NetBSD: distinfo,v 1.25 2004/01/14 17:09:26 salo Exp $ -SHA1 (silc-client-1.0.tar.bz2) = 6f5d454110123ce5b21572c510f10f81c1c8e2b5 -Size (silc-client-1.0.tar.bz2) = 1454135 bytes +SHA1 (silc-client-1.0.1.tar.bz2) = e53a8f9577282734723fe9ad8eaf5d3bce035048 +Size (silc-client-1.0.1.tar.bz2) = 1404404 bytes SHA1 (patch-aa) = b9ae5da26840b193d3c9484c975af89294fa8049 |