diff options
author | wiz <wiz@pkgsrc.org> | 2005-07-14 19:15:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-07-14 19:15:56 +0000 |
commit | 619413996a59b064b66edf7248f8b37344f9493b (patch) | |
tree | 4c10e3edfea1161479b06b11f260a66aeeae0af0 /comms/scmxx/Makefile | |
parent | a8a562f3b695d0a017498e72db93e4adf32159b2 (diff) | |
download | pkgsrc-619413996a59b064b66edf7248f8b37344f9493b.tar.gz |
Update to 0.8.0:
0.8.0
SMS code now support multipart message encoding on sending
use Docbook XML for man pages (with HTML output)
pin file (~/.scmxx/pin) support
new option: --lock
new option: --enable
new option: --disable
new option: --hangup
--dial now waits until the phone connected to the remote side
fixes for all gcc4 warnings
fixes for starting connection with reset now being inline if requested
fixes for file upload (not obex!) to S55 (now marked as supported)
add binary slot number filter (fixes debian bug #145570) for *45 and S55
Diffstat (limited to 'comms/scmxx/Makefile')
-rw-r--r-- | comms/scmxx/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/scmxx/Makefile b/comms/scmxx/Makefile index 701a83feb97..44b0d418b5b 100644 --- a/comms/scmxx/Makefile +++ b/comms/scmxx/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2005/05/22 20:07:44 jlam Exp $ +# $NetBSD: Makefile,v 1.37 2005/07/14 19:15:56 wiz Exp $ # -DISTNAME= scmxx-0.7.5 +DISTNAME= scmxx-0.8.0 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scmxx/} EXTRACT_SUFX= .tar.bz2 @@ -10,8 +10,8 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.hendrik-sattler.de/scmxx/ COMMENT= Data exchange utility for Siemens mobile phones - GNU_CONFIGURE= yes +USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake post-install: |