diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2021-05-09 23:42:35 +0800 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2021-05-09 23:42:35 +0800 |
commit | 3bcf64184336bf80d851783d9bbc7b2b5d4a140e (patch) | |
tree | 03819ff916126b2d1d05263c5a30ca9d48afa734 /editors/libreoffice | |
parent | a53b9c858eb613ea9f1e79d0b31655d747cc5275 (diff) | |
download | freebsd-ports-gnome-3bcf64184336bf80d851783d9bbc7b2b5d4a140e.tar.gz freebsd-ports-gnome-3bcf64184336bf80d851783d9bbc7b2b5d4a140e.tar.zst freebsd-ports-gnome-3bcf64184336bf80d851783d9bbc7b2b5d4a140e.zip |
editors/libreoffice: Update to 7.1.3 release
LibreOffice 7.1.3 Community, the third minor release of the LibreOffice
7.1 family, includes over 100 bug fixes, with 25% focused on
Microsoft Office file compatibility (DOCX, XLSX and PPTX).
Release notes: https://blog.documentfoundation.org/blog/2021/05/06/libreoffice-7-1-3/
Diffstat (limited to 'editors/libreoffice')
-rw-r--r-- | editors/libreoffice/Makefile | 4 | ||||
-rw-r--r-- | editors/libreoffice/Makefile.common | 2 | ||||
-rw-r--r-- | editors/libreoffice/distinfo | 10 |
3 files changed, 8 insertions, 8 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index cd54782598dc..84f05106100c 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 8 +PORTREVISION= 0 .include "${.CURDIR}/Makefile.common" @@ -130,7 +130,7 @@ JAVA_DESC= Add Java support (XML filters, macros, DB connections) KF5_DESC= KF5/Qt5 GUI toolkit support (implies QT5) MMEDIA_DESC= Enable multimedia backend for Impress PGSQL_DESC= Build with PostgreSQL-SDBC driver -MARIADB_DESC= Build with MariaDB-SDBC driver +MARIADB_DESC= Build with MariaDB/MySQL-SDBC driver QT5_DESC= Qt5 GUI toolkit support (default visual style) SDK_DESC= Build with SDK TEST_DESC= Run all regression tests diff --git a/editors/libreoffice/Makefile.common b/editors/libreoffice/Makefile.common index 8472004d2a53..97463391786d 100644 --- a/editors/libreoffice/Makefile.common +++ b/editors/libreoffice/Makefile.common @@ -7,5 +7,5 @@ LICENSE= LGPL3+ MPL20 LICENSE_COMB= dual DISTVERSION= ${LOVERSION}.${RCVER} -LOVERSION= 7.1.2 +LOVERSION= 7.1.3 RCVER= 2 diff --git a/editors/libreoffice/distinfo b/editors/libreoffice/distinfo index 7f366f592246..4fe239b03931 100644 --- a/editors/libreoffice/distinfo +++ b/editors/libreoffice/distinfo @@ -1,8 +1,8 @@ -TIMESTAMP = 1616938495 -SHA256 (libreoffice/libreoffice-7.1.2.2.tar.xz) = 6ba58991f626dc42c75ca2c28f91915ffabae18ba5a5fba5344ed7004eba29f8 -SIZE (libreoffice/libreoffice-7.1.2.2.tar.xz) = 243806936 -SHA256 (libreoffice/libreoffice-help-7.1.2.2.tar.xz) = 6e5b980d453793308b49e9ab9100738394f5c9dfaed5a94eacd95f087f9d59af -SIZE (libreoffice/libreoffice-help-7.1.2.2.tar.xz) = 111784492 +TIMESTAMP = 1619795516 +SHA256 (libreoffice/libreoffice-7.1.3.2.tar.xz) = 35af7fd104b253704f770a205f835aee0e82ccc889ebf0949a89d9b3276229bf +SIZE (libreoffice/libreoffice-7.1.3.2.tar.xz) = 244104432 +SHA256 (libreoffice/libreoffice-help-7.1.3.2.tar.xz) = e0f14b4db1585506761ad2ceeb43850cb594f2ec8a20fc9ca7bcb95e77408935 +SIZE (libreoffice/libreoffice-help-7.1.3.2.tar.xz) = 111785416 SHA256 (libreoffice/f543e6e2d7275557a839a164941c0a86e5f2c3f2a0042bfc434c88c6dde9e140-opens___.ttf) = f543e6e2d7275557a839a164941c0a86e5f2c3f2a0042bfc434c88c6dde9e140 SIZE (libreoffice/f543e6e2d7275557a839a164941c0a86e5f2c3f2a0042bfc434c88c6dde9e140-opens___.ttf) = 207992 SHA256 (libreoffice/dtoa-20180411.tgz) = 0082d0684f7db6f62361b76c4b7faba19e0c7ce5cb8e36c4b65fea8281e711b4 |