Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Feb 2019 17:19:47 +0000 (UTC)
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r494073 - head/comms/gammu
Message-ID:  <201902271719.x1RHJlVC003690@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rodrigo
Date: Wed Feb 27 17:19:47 2019
New Revision: 494073
URL: https://svnweb.freebsd.org/changeset/ports/494073

Log:
  Upgrade comms/gammu from v1.39 to 1.40
  
  Full list of changes:
   * Added SMSD configuration option RetryTimeout.
   * Removed non configurable sleep after failed message send.
   * SMSD now tries to store whole decoded text for concatenated messages in the first entry in database.
   * Improved compatibility with Sierra SL8084TR.
   * Added support for delivery reports stored in SR memory.
   * Configure CNMI parameters for AT driver.

Modified:
  head/comms/gammu/Makefile
  head/comms/gammu/distinfo

Modified: head/comms/gammu/Makefile
==============================================================================
--- head/comms/gammu/Makefile	Wed Feb 27 17:14:48 2019	(r494072)
+++ head/comms/gammu/Makefile	Wed Feb 27 17:19:47 2019	(r494073)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gammu
-PORTVERSION=	1.39.0
-PORTREVISION=	2
+PORTVERSION=	1.40.0
 CATEGORIES=	comms
 MASTER_SITES=	http://dl.cihar.com/gammu/releases/
 
@@ -18,7 +17,7 @@ LIB_DEPENDS=	libcurl.so:ftp/curl
 CMAKE_ARGS=	-DINSTALL_LIBDATA_DIR:PATH=${PREFIX}/libdata \
 		-DINSTALL_MAN_DIR:PATH=${PREFIX}/man
 
-USES=		cmake compiler:c++11-lang gettext iconv pkgconfig shebangfix tar:xz
+USES=		cmake compiler:c++11-lang gettext gnome iconv pkgconfig shebangfix tar:xz
 SHEBANG_FILES=	utils/jadmaker utils/gammu-config
 bash_CMD=	/bin/sh
 USE_GNOME=	glib20

Modified: head/comms/gammu/distinfo
==============================================================================
--- head/comms/gammu/distinfo	Wed Feb 27 17:14:48 2019	(r494072)
+++ head/comms/gammu/distinfo	Wed Feb 27 17:19:47 2019	(r494073)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1523223412
-SHA256 (gammu-1.39.0.tar.xz) = 66d1d991d7a993fdf254d4c425f0fdd38c9cca15b1735936695a486067a6a9f8
-SIZE (gammu-1.39.0.tar.xz) = 1707984
+TIMESTAMP = 1551216014
+SHA256 (gammu-1.40.0.tar.xz) = a760a3520d9f3a16a4ed73cefaabdbd86125bec73c6fa056ca3f0a4be8478dd6
+SIZE (gammu-1.40.0.tar.xz) = 1722436



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902271719.x1RHJlVC003690>