diff options
author | rodrigo <rodrigo@FreeBSD.org> | 2020-01-13 18:13:15 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2020-01-27 02:29:18 +0800 |
commit | 09d0f919c23a8a33f7fa801a464fddb17d480273 (patch) | |
tree | 1b6f534694f2e3ea435760a0b5a02ac9c3465c9a /comms | |
parent | 5319d66b318e294a356928907a4133023f2f803a (diff) | |
download | freebsd-ports-gnome-09d0f919c23a8a33f7fa801a464fddb17d480273.tar.gz freebsd-ports-gnome-09d0f919c23a8a33f7fa801a464fddb17d480273.tar.zst freebsd-ports-gnome-09d0f919c23a8a33f7fa801a464fddb17d480273.zip |
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.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gammu/Makefile | 3 | ||||
-rw-r--r-- | comms/gammu/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/comms/gammu/Makefile b/comms/gammu/Makefile index 0576fb00dcb8..4a5b2ba17fc5 100644 --- a/comms/gammu/Makefile +++ b/comms/gammu/Makefile @@ -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/ diff --git a/comms/gammu/distinfo b/comms/gammu/distinfo index 021b9c07e158..03c6de239d25 100644 --- a/comms/gammu/distinfo +++ b/comms/gammu/distinfo @@ -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 |