diff options
author | hubertf <hubertf@pkgsrc.org> | 2004-02-16 19:40:39 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2004-02-16 19:40:39 +0000 |
commit | 39c407a8b482d182003de2e60399d09eb36c7f1e (patch) | |
tree | 53f4da8dbecdc08f6c376038178714f42528be5f /net/nicotine/Makefile | |
parent | f7749f386b5acf853a85b1b6a0817542a4fda231 (diff) | |
download | pkgsrc-39c407a8b482d182003de2e60399d09eb36c7f1e.tar.gz |
Update nicotine to 1.0.7. Changes:
- Changed hate-list to be network-driven instead of being a filter
- Updated translations
- Last 7 lines of a private message log are shown
- Config file now backed up (to <filename>.old)
- Changed default server to server.slsknet.org
(mail.slsknet.org will be automatically changed)
- Anti-frumin ticker update (replace newlines with spaces)
- Added country-code filter to the search filters
- Added a "Hide tickers" menu entry which hides all tickers
- Added option to not show the close buttons on the tabs
- Added option to not lock incoming files
- Added room ticker support
Diffstat (limited to 'net/nicotine/Makefile')
-rw-r--r-- | net/nicotine/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/nicotine/Makefile b/net/nicotine/Makefile index 5af6390e49d..b9b148f5298 100644 --- a/net/nicotine/Makefile +++ b/net/nicotine/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2004/01/23 21:50:47 jmmv Exp $ +# $NetBSD: Makefile,v 1.8 2004/02/16 19:40:39 hubertf Exp $ # -DISTNAME= nicotine-1.0.6 -PKGREVISION= 2 +DISTNAME= nicotine-1.0.7 CATEGORIES= net audio x11 MASTER_SITES= http://nicotine.thegraveyard.org/ EXTRACT_SUFX= .tar.bz2 |