Date: Mon, 13 Jan 2020 10:13:15 +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: r522874 - head/comms/gammu Message-ID: <202001131013.00DADFAm013824@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rodrigo Date: Mon Jan 13 10:13:15 2020 New Revision: 522874 URL: https://svnweb.freebsd.org/changeset/ports/522874 Log: comms/gammu: update to 1.41.0 Changelog: https://wammu.eu/download/gammu/1.41.0/ * Documentation improvements. * Updated MySQL script to be compatible with current server versions. * Fixed SMSD operation on phones with more SMS folders. * Fixed off by one in Python example script. * Fixed PostgreSQL compilation on openSUSE. * Several compatibility fixes with recent compilers. * Improved USSD support. * Localization updates. Modified: head/comms/gammu/Makefile head/comms/gammu/distinfo Modified: head/comms/gammu/Makefile ============================================================================== --- head/comms/gammu/Makefile Mon Jan 13 10:04:16 2020 (r522873) +++ head/comms/gammu/Makefile Mon Jan 13 10:13:15 2020 (r522874) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gammu -PORTVERSION= 1.40.0 -PORTREVISION= 1 +PORTVERSION= 1.41.0 CATEGORIES= comms MASTER_SITES= http://dl.cihar.com/gammu/releases/ Modified: head/comms/gammu/distinfo ============================================================================== --- head/comms/gammu/distinfo Mon Jan 13 10:04:16 2020 (r522873) +++ head/comms/gammu/distinfo Mon Jan 13 10:13:15 2020 (r522874) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551216014 -SHA256 (gammu-1.40.0.tar.xz) = a760a3520d9f3a16a4ed73cefaabdbd86125bec73c6fa056ca3f0a4be8478dd6 -SIZE (gammu-1.40.0.tar.xz) = 1722436 +TIMESTAMP = 1578858492 +SHA256 (gammu-1.41.0.tar.xz) = 8426b69b07b259de301f41163fab5587935e27b94cc5eefab9277773b3e4df8f +SIZE (gammu-1.41.0.tar.xz) = 1731712
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001131013.00DADFAm013824>