diff options
author | wiz <wiz> | 2004-07-31 21:41:56 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-07-31 21:41:56 +0000 |
commit | 28f51e365114c82a9f26e6796c1af65c0bbb4f48 (patch) | |
tree | 52d6113ed3401e109cd94b59ba23c2494170a2b5 /comms | |
parent | 51bf1e65a33a05ea0ba38d02b184e7d4a82be9c5 (diff) | |
download | pkgsrc-28f51e365114c82a9f26e6796c1af65c0bbb4f48.tar.gz |
Update to 0.7.2:
add decoding of multi-part (concatenated) short messages
new at command function layer
moves some files into subdirs (for code-sharing with flexmem-utils)
move some messages to a higher verbose level
phonebook code mostly rewritten
make --pbook aware of --slot on delete
make --pbook aware of --slot, --number and --text on send
add vcf to available (read-only) phonebooks if supported by the phone
Diffstat (limited to 'comms')
-rw-r--r-- | comms/scmxx/Makefile | 4 | ||||
-rw-r--r-- | comms/scmxx/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/comms/scmxx/Makefile b/comms/scmxx/Makefile index fa628ef7937..e4960a37018 100644 --- a/comms/scmxx/Makefile +++ b/comms/scmxx/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2004/06/21 04:06:16 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2004/07/31 21:41:56 wiz Exp $ # -DISTNAME= scmxx-0.7.1 +DISTNAME= scmxx-0.7.2 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scmxx/} EXTRACT_SUFX= .tar.bz2 diff --git a/comms/scmxx/distinfo b/comms/scmxx/distinfo index 3aafbf2e6d3..c3921268fd7 100644 --- a/comms/scmxx/distinfo +++ b/comms/scmxx/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.20 2004/06/21 04:06:16 wiz Exp $ +$NetBSD: distinfo,v 1.21 2004/07/31 21:41:56 wiz Exp $ -SHA1 (scmxx-0.7.1.tar.bz2) = 23cf16bb80f050afef95c577286902ae544803b6 -Size (scmxx-0.7.1.tar.bz2) = 92605 bytes +SHA1 (scmxx-0.7.2.tar.bz2) = f7b728d66d8cfe9a2cc4abd9039bcdb3c4965c45 +Size (scmxx-0.7.2.tar.bz2) = 100818 bytes |