Date: Tue, 27 Oct 2020 15:24:24 +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: r553451 - head/comms/gammu Message-ID: <202010271524.09RFOOsu030158@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010271524.09RFOOsu030158>