diff options
author | wiz <wiz@pkgsrc.org> | 2005-11-22 18:45:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-11-22 18:45:07 +0000 |
commit | 8cc763bd46aeab90f508732e64800efe930878f9 (patch) | |
tree | 0a9f95b2c1a65de8cb338e06ec05f707f68c4478 /comms/scmxx/Makefile | |
parent | da84d1ecc02f042788fd260d4e436e2c477d9f6c (diff) | |
download | pkgsrc-8cc763bd46aeab90f508732e64800efe930878f9.tar.gz |
Update to 0.8.2:
0.8.2
complete rework of help output (adapt to width of terminal)
new progress bar implementation (used by phonebook code)
several bugs fixed:
* sms memory selection segfault
* phonebook deletion range bug
* time display issue
device blacklisting support, SF65 added to that list
Diffstat (limited to 'comms/scmxx/Makefile')
-rw-r--r-- | comms/scmxx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/scmxx/Makefile b/comms/scmxx/Makefile index e6e0e0b6682..87d5b766e87 100644 --- a/comms/scmxx/Makefile +++ b/comms/scmxx/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2005/09/30 10:28:01 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2005/11/22 18:45:07 wiz Exp $ # -DISTNAME= scmxx-0.8.1 +DISTNAME= scmxx-0.8.2 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scmxx/} EXTRACT_SUFX= .tar.bz2 |