diff options
author | wiz <wiz@pkgsrc.org> | 2003-07-18 13:12:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-07-18 13:12:19 +0000 |
commit | cea7ca52df69889bb6f1788f71772690fc6f301d (patch) | |
tree | 4063f58617ac0cc8a001747c06823e952ddf8e50 /comms/scmxx/Makefile | |
parent | d219323e4b1c37a097e6e8f5aa30493a58563599 (diff) | |
download | pkgsrc-cea7ca52df69889bb6f1788f71772690fc6f301d.tar.gz |
Update to 0.6.3.8:
"RING" catched
fixed sms type identification
enable unicode sms sending (patch by Andy Shevchenko)
update man page
change flash sms coding to work with unicode setting in parallel
fix content length output for unicode sms
added russian man page translation (sent in by Andy Shevchenko)
small change in unicode.c to stop gcc3.3 complain
trying to avoid some error messages about syntax
Diffstat (limited to 'comms/scmxx/Makefile')
-rw-r--r-- | comms/scmxx/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/comms/scmxx/Makefile b/comms/scmxx/Makefile index bb82b7c39fe..bba9d888af1 100644 --- a/comms/scmxx/Makefile +++ b/comms/scmxx/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2003/07/17 21:27:01 grant Exp $ +# $NetBSD: Makefile,v 1.23 2003/07/18 13:12:19 wiz Exp $ # -DISTNAME= scmxx-0.6.3.7 -PKGREVISION= 1 +DISTNAME= scmxx-0.6.3.8 CATEGORIES= comms MASTER_SITES= http://ma2geo.mathematik.uni-karlsruhe.de/~hendrik/scmxx/download/ EXTRACT_SUFX= .tar.bz2 |