diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-10-23 19:35:03 +0800 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-10-23 19:35:03 +0800 |
commit | 91f9922c6fe8f4a055c073d5e1f6e86c76fd37dc (patch) | |
tree | d80ade8252df7f8d3d23a6c2ac2294a79f756de1 /editors | |
parent | 706cfc42b26beaeeb0c0860372e5a04f96671021 (diff) | |
download | freebsd-ports-gnome-91f9922c6fe8f4a055c073d5e1f6e86c76fd37dc.tar.gz freebsd-ports-gnome-91f9922c6fe8f4a055c073d5e1f6e86c76fd37dc.tar.zst freebsd-ports-gnome-91f9922c6fe8f4a055c073d5e1f6e86c76fd37dc.zip |
devel/icu: update to 63.1
Changes: http://site.icu-project.org/download/63
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 232300
Exp-run by: antoine
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 fc89b3dede59..399ae6f1fcd0 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -2,7 +2,7 @@ .include "${.CURDIR}/Makefile.common" -PORTREVISION= 5 +PORTREVISION= 6 MASTER_SITES= https://download.documentfoundation.org/libreoffice/src/${PORTVERSION}/ \ https://dev-www.libreoffice.org/src/:src \ https://dev-www.libreoffice.org/extern/:ext diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile index 137f2857530f..05f7f817161f 100644 --- a/editors/poedit/Makefile +++ b/editors/poedit/Makefile @@ -4,7 +4,7 @@ PORTNAME= poedit PORTVERSION= 1.8.4 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= editors MASTER_SITES= https://github.com/vslavik/${PORTNAME}/releases/download/v${PORTVERSION}-oss/ |