From owner-svn-ports-all@freebsd.org Tue Oct 27 15:24:24 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A7FA2451469; Tue, 27 Oct 2020 15:24:24 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4CLFqX40FSz3VCV; Tue, 27 Oct 2020 15:24:24 +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 6D68BDA89; Tue, 27 Oct 2020 15:24:24 +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 09RFOOLK030159; Tue, 27 Oct 2020 15:24:24 GMT (envelope-from rodrigo@FreeBSD.org) Received: (from rodrigo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09RFOOsu030158; Tue, 27 Oct 2020 15:24:24 GMT (envelope-from rodrigo@FreeBSD.org) Message-Id: <202010271524.09RFOOsu030158@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rodrigo set sender to rodrigo@FreeBSD.org using -f From: Rodrigo Osorio Date: Tue, 27 Oct 2020 15:24:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r553451 - head/comms/gammu X-SVN-Group: ports-head X-SVN-Commit-Author: rodrigo X-SVN-Commit-Paths: head/comms/gammu X-SVN-Commit-Revision: 553451 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Oct 2020 15:24:24 -0000 Author: rodrigo Date: Tue Oct 27 15:24:23 2020 New Revision: 553451 URL: https://svnweb.freebsd.org/changeset/ports/553451 Log: comms/gammu: upgrade to 1.42.0 Major changes: - Fixed compilation on some non GNU systems. - Localization updates. - Improved CNMI command compatibility for AT module. - Improved getting of network and manufacturer information in AT module. - Improved compatibility with D-Link modems that need to power on. - Dropped Python 2 compatibility from utility scripts. - Fixed bug in deleting SMS messages. Full changelog: https://fr.wammu.eu/news/2020/10/03/gammu-1-42-0/ Modified: head/comms/gammu/Makefile head/comms/gammu/distinfo Modified: head/comms/gammu/Makefile ============================================================================== --- head/comms/gammu/Makefile Tue Oct 27 15:10:14 2020 (r553450) +++ head/comms/gammu/Makefile Tue Oct 27 15:24:23 2020 (r553451) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gammu -PORTVERSION= 1.41.0 +PORTVERSION= 1.42.0 CATEGORIES= comms MASTER_SITES= http://dl.cihar.com/gammu/releases/ Modified: head/comms/gammu/distinfo ============================================================================== --- head/comms/gammu/distinfo Tue Oct 27 15:10:14 2020 (r553450) +++ head/comms/gammu/distinfo Tue Oct 27 15:24:23 2020 (r553451) @@ -1,3 +1,3 @@ -TIMESTAMP = 1578858492 -SHA256 (gammu-1.41.0.tar.xz) = 8426b69b07b259de301f41163fab5587935e27b94cc5eefab9277773b3e4df8f -SIZE (gammu-1.41.0.tar.xz) = 1731712 +TIMESTAMP = 1603709853 +SHA256 (gammu-1.42.0.tar.xz) = d8f152314d7e4d3d643610d742845e0a016ce97c234ad4b1151574e1b09651ee +SIZE (gammu-1.42.0.tar.xz) = 1747520