diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-04-23 20:14:49 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-04-23 20:14:49 +0000 |
commit | ffb8eb82e5af66728d3fc269976d7048c733f4a2 (patch) | |
tree | 77e0ea38db89b630b978d73a11744a07383a8cc1 /editors | |
parent | a5a3f98e8f8715a321212b2e212109a8a46387a9 (diff) |
devel/icu: update to 67.1
Changes: http://site.icu-project.org/download/67
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by: GitHub (watch releases)
Notes
Notes:
svn path=/head/; revision=532707
Diffstat (limited to 'editors')
-rw-r--r-- | editors/libreoffice/Makefile | 2 | ||||
-rw-r--r-- | editors/poedit/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 8329db9d9fd2..c7448a2a9ffb 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 6 +PORTREVISION= 7 .include "${.CURDIR}/Makefile.common" diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile index 4f033809e614..d7caebc84beb 100644 --- a/editors/poedit/Makefile +++ b/editors/poedit/Makefile @@ -4,7 +4,7 @@ PORTNAME= poedit PORTVERSION= 1.8.4 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= editors MASTER_SITES= https://github.com/vslavik/${PORTNAME}/releases/download/v${PORTVERSION}-oss/ |