While I look for the charger for the machine with the right card...
anyone running this want to test it?

See http://smstools3.kekekasvi.com/index.php?p=history3 for release
notes - some exerts: "smsd polls the answer much faster than before,
when the expected answer is known" .. "Handling of alphabets is enhanced
and all conversion are now done using internal routines"



Index: Makefile
===================================================================
RCS file: /cvs/ports/comms/smstools/Makefile,v
retrieving revision 1.33
diff -u -p -r1.33 Makefile
--- Makefile    13 Sep 2016 11:44:07 -0000      1.33
+++ Makefile    14 Feb 2017 23:07:06 -0000
@@ -2,8 +2,7 @@
 
 COMMENT =      gateway to send and receive SMS through GSM mobile phones
 
-DISTNAME =     smstools3-3.1.15
-REVISION =     1
+DISTNAME =     smstools3-3.1.16
 
 CATEGORIES =   comms
 
@@ -14,14 +13,12 @@ MAINTAINER =        Stuart Henderson <sthen@ope
 # GPLv2
 PERMIT_PACKAGE_CDROM = Yes
 
-WANTLIB =      c iconv mm
+WANTLIB =      c mm
 
 MASTER_SITES = ${HOMEPAGE}/packages/
 
-# some scripts use formail
-RUN_DEPENDS =  mail/procmail
-LIB_DEPENDS =  converters/libiconv \
-               devel/mm
+RUN_DEPENDS =  mail/procmail # some scripts use formail(1)
+LIB_DEPENDS =  devel/mm
 
 USE_GMAKE =    Yes
 NO_TEST =      Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/comms/smstools/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- distinfo    14 Jan 2013 01:36:04 -0000      1.10
+++ distinfo    14 Feb 2017 23:07:06 -0000
@@ -1,2 +1,2 @@
-SHA256 (smstools3-3.1.15.tar.gz) = 7QD/rqoxKltPlp9Ol6ZGA6hmu+FuOT6gL1vwUjSBTVk=
-SIZE (smstools3-3.1.15.tar.gz) = 300088
+SHA256 (smstools3-3.1.16.tar.gz) = 955QHDZA/+7zYPdeMUarQjow9QME6OJwRMza9pInZ5k=
+SIZE (smstools3-3.1.16.tar.gz) = 338866
Index: patches/patch-src_Makefile
===================================================================
RCS file: patches/patch-src_Makefile
diff -N patches/patch-src_Makefile
--- patches/patch-src_Makefile  9 Mar 2014 20:52:25 -0000       1.5
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,36 +0,0 @@
-$OpenBSD: patch-src_Makefile,v 1.5 2014/03/09 20:52:25 sthen Exp $
---- src/Makefile.orig  Tue Sep 21 12:29:14 2010
-+++ src/Makefile       Sat Oct 26 11:04:27 2013
-@@ -12,10 +12,10 @@ CFLAGS = -D NUMBER_OF_MODEMS=64
- CFLAGS += -D NOSTATS
- 
- # Comment this out if iconv is not available on the system
--#CFLAGS += -D USE_ICONV
-+CFLAGS += -D USE_ICONV
- 
- # Uncomment this is iconv is used and it's not included in libc:
--#LFLAGS += -liconv
-+LFLAGS += -liconv
- 
- # Uncomment this to force smsd to run in terminal mode
- #CFLAGS += -D TERMINAL
-@@ -37,15 +37,15 @@ CFLAGS += -D_FILE_OFFSET_BITS=64
- # Use the following only on GNU/Linux and only if you need ps listing like 
"smsd: MAINPROCESS" and "smsd: GSM1"
- # CFLAGS += -D USE_LINUX_PS_TRICK
- 
--all: smsd 
--
--smsd: smsd.c extras.o locking.o cfgfile.o logging.o alarm.o smsd_cfg.o 
charset.o stats.o blacklist.o whitelist.o modeminit.o pdu.o
--
- ifneq (,$(findstring SOLARIS,$(CFLAGS)))
- ifeq (,$(findstring DISABLE_INET_SOCKET,$(CFLAGS)))
- override LFLAGS += -lsocket -lnsl
- endif
- endif
-+
-+all: smsd 
-+
-+smsd: smsd.c extras.o locking.o cfgfile.o logging.o alarm.o smsd_cfg.o 
charset.o stats.o blacklist.o whitelist.o modeminit.o pdu.o
- 
- ifneq (,$(findstring NOSTATS,$(CFLAGS)))
-       $(CC) $(CFLAGS) -o $@ $^ $(LFLAGS)
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/comms/smstools/pkg/PLIST,v
retrieving revision 1.9
diff -u -p -r1.9 PLIST
--- pkg/PLIST   30 Mar 2013 22:18:20 -0000      1.9
+++ pkg/PLIST   14 Feb 2017 23:07:06 -0000
@@ -10,13 +10,11 @@ bin/sms2unicode
 @bin bin/smsd
 bin/unicode2sms
 share/doc/smstools/
-share/doc/smstools/at-commands.html
 share/doc/smstools/blacklist.html
 share/doc/smstools/book.html
 share/doc/smstools/compiling.html
 share/doc/smstools/configure.html
 share/doc/smstools/configure2.html
-share/doc/smstools/error-messages.html
 share/doc/smstools/eventhandler.html
 share/doc/smstools/faq.html
 share/doc/smstools/fileformat.html
@@ -26,6 +24,7 @@ share/doc/smstools/history3.html
 share/doc/smstools/index.html
 share/doc/smstools/license.html
 share/doc/smstools/localizing.html
+share/doc/smstools/national_language_shift_tables.html
 share/doc/smstools/run.html
 share/doc/smstools/slideshow/
 share/doc/smstools/slideshow/blacklist.gif

Reply via email to