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/Makefile | |
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/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 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 |