diff options
author | wiz <wiz@pkgsrc.org> | 2004-08-17 09:14:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-08-17 09:14:40 +0000 |
commit | b82ed8b97fcb90f5989374b87429fa40c1d8fdd6 (patch) | |
tree | 97e69e8c36aa1affb9c3f960c893d9cbc3f77442 /comms | |
parent | 58fc0b1b0b97302b353fdfce72f4088c621ea3f6 (diff) | |
download | pkgsrc-b82ed8b97fcb90f5989374b87429fa40c1d8fdd6.tar.gz |
Update to 0.7.3:
This version adds new features, such as a name-number cache to do
name lookup on getting and number lookup on sending. A status report
can now be decoded and matched to the right outgoing short message.
Short messages can be sorted with the new --sort option. A German
translation of the manpage was written. Some segfaults were fixed.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/scmxx/Makefile | 5 | ||||
-rw-r--r-- | comms/scmxx/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/comms/scmxx/Makefile b/comms/scmxx/Makefile index e4960a37018..9955da17806 100644 --- a/comms/scmxx/Makefile +++ b/comms/scmxx/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2004/07/31 21:41:56 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2004/08/17 09:14:40 wiz Exp $ # -DISTNAME= scmxx-0.7.2 +DISTNAME= scmxx-0.7.3 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scmxx/} EXTRACT_SUFX= .tar.bz2 @@ -11,7 +11,6 @@ HOMEPAGE= http://www.hendrik-sattler.de/scmxx/ COMMENT= Data exchange utility for Siemens mobile phones USE_BUILDLINK3= yes -CONFIGURE_ARGS+= --with-iconv=${BUILDLINK_DIR} GNU_CONFIGURE= yes USE_GNU_TOOLS+= make diff --git a/comms/scmxx/distinfo b/comms/scmxx/distinfo index c3921268fd7..3f40eefb9f0 100644 --- a/comms/scmxx/distinfo +++ b/comms/scmxx/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.21 2004/07/31 21:41:56 wiz Exp $ +$NetBSD: distinfo,v 1.22 2004/08/17 09:14:40 wiz Exp $ -SHA1 (scmxx-0.7.2.tar.bz2) = f7b728d66d8cfe9a2cc4abd9039bcdb3c4965c45 -Size (scmxx-0.7.2.tar.bz2) = 100818 bytes +SHA1 (scmxx-0.7.3.tar.bz2) = ef3b6fd17d670feecbea1d4917d775f9d98cd629 +Size (scmxx-0.7.3.tar.bz2) = 109384 bytes |