diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2002-05-07 13:43:40 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2002-05-07 13:43:40 +0000 |
commit | 01b56ecbeb41e8384f6cd3fe376b6d3434c65e5f (patch) | |
tree | 18bbb9fda567ee222fcad4fa8be17b9a61dd85ef /chat/vicq/Makefile | |
parent | 30ca3a330c061b8513c4293151037faf966e30a1 (diff) | |
download | pkgsrc-01b56ecbeb41e8384f6cd3fe376b6d3434c65e5f.tar.gz |
Update this to current version. Unfortunately, the author didn't
bump version, so bump to 0.4.1 locally.
Changes:
o Fixed bug with changing contacts' statuses to offline
while saving config
o Security fix $HOME/.vicq will have 0700 permissions while
creating
Diffstat (limited to 'chat/vicq/Makefile')
-rw-r--r-- | chat/vicq/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/vicq/Makefile b/chat/vicq/Makefile index 488b4d6cf5c..fe20c175e90 100644 --- a/chat/vicq/Makefile +++ b/chat/vicq/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2002/03/19 16:28:32 itojun Exp $ +# $NetBSD: Makefile,v 1.4 2002/05/07 13:43:40 jdolecek Exp $ DISTNAME= vicq-0.4 +PKGNAME= vicq-0.4.1 CATEGORIES= chat MASTER_SITES= http://gonzo.kiev.ua/projects/vicq/ EXTRACT_SUFX= .tar.bz2 |