diff options
author | kleink <kleink@pkgsrc.org> | 2002-06-27 07:36:13 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2002-06-27 07:36:13 +0000 |
commit | 7c2c2b708a5ed0ff1fb3a22f027e0c392f916398 (patch) | |
tree | be933b1988922c2b665903038b6de4de42164926 /comms/scmxx | |
parent | be7afc41b35933bbb0226ba261dc2fb814575fd4 (diff) | |
download | pkgsrc-7c2c2b708a5ed0ff1fb3a22f027e0c392f916398.tar.gz |
Update scmxx to 0.6.1.3; notable changes since previous include:
0.6.1.3
exported the sms functions and structures to their own header file
write is now non-blocking compliant
fix for a lost '@' in some sms
0.6.1.2
fixes small typo in code that prevented direct sms sending
the port is now opened non-blocking
small fix in read_mytty method
Diffstat (limited to 'comms/scmxx')
-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 d7fd7d2e478..0c577ca32b5 100644 --- a/comms/scmxx/Makefile +++ b/comms/scmxx/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2002/05/20 21:54:18 kleink Exp $ +# $NetBSD: Makefile,v 1.14 2002/06/27 07:36:13 kleink Exp $ # -DISTNAME= scmxx-0.6.1.1 +DISTNAME= scmxx-0.6.1.3 CATEGORIES= comms MASTER_SITES= http://ma2geo.mathematik.uni-karlsruhe.de/~hendrik/scmxx/download/ EXTRACT_SUFX= .tar.bz2 diff --git a/comms/scmxx/distinfo b/comms/scmxx/distinfo index 3ce94e6e2f9..35e4c40b8c4 100644 --- a/comms/scmxx/distinfo +++ b/comms/scmxx/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.10 2002/05/20 21:54:19 kleink Exp $ +$NetBSD: distinfo,v 1.11 2002/06/27 07:36:13 kleink Exp $ -SHA1 (scmxx-0.6.1.1.tar.bz2) = 5414fe51c0a70dc82515b03993831d0476d07f29 -Size (scmxx-0.6.1.1.tar.bz2) = 51331 bytes +SHA1 (scmxx-0.6.1.3.tar.bz2) = 1a2f324623f7ac236822fdb039a53ec94ca9f5ec +Size (scmxx-0.6.1.3.tar.bz2) = 51933 bytes |