From owner-svn-ports-head@freebsd.org Wed Feb 27 17:19:48 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60E251522941; Wed, 27 Feb 2019 17:19:48 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0482587227; Wed, 27 Feb 2019 17:19:48 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E6A9F1FD79; Wed, 27 Feb 2019 17:19:47 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x1RHJlwV003692; Wed, 27 Feb 2019 17:19:47 GMT (envelope-from rodrigo@FreeBSD.org) Received: (from rodrigo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1RHJlVC003690; Wed, 27 Feb 2019 17:19:47 GMT (envelope-from rodrigo@FreeBSD.org) Message-Id: <201902271719.x1RHJlVC003690@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rodrigo set sender to rodrigo@FreeBSD.org using -f From: Rodrigo Osorio Date: Wed, 27 Feb 2019 17:19:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494073 - head/comms/gammu X-SVN-Group: ports-head X-SVN-Commit-Author: rodrigo X-SVN-Commit-Paths: head/comms/gammu X-SVN-Commit-Revision: 494073 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0482587227 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.945,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2019 17:19:48 -0000 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