diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-10-04 04:35:29 +0800 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-10-04 04:35:29 +0800 |
commit | 4bbb4133b2730df60a15c7e7fb495841ffdb32c4 (patch) | |
tree | b325616b604b3f18f851e5b3104e0289676790a9 /editors | |
parent | 947645f5a712ad72340b44481d1d177bfd777110 (diff) | |
download | freebsd-ports-gnome-4bbb4133b2730df60a15c7e7fb495841ffdb32c4.tar.gz freebsd-ports-gnome-4bbb4133b2730df60a15c7e7fb495841ffdb32c4.tar.zst freebsd-ports-gnome-4bbb4133b2730df60a15c7e7fb495841ffdb32c4.zip |
devel/icu: update to 65.1
Changes: http://site.icu-project.org/download/65
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
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 7183a65ecc38..794c7ff1c02c 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -1,5 +1,5 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 .include "${.CURDIR}/Makefile.common" diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile index a81064e7712d..63a8b571de57 100644 --- a/editors/poedit/Makefile +++ b/editors/poedit/Makefile @@ -4,7 +4,7 @@ PORTNAME= poedit PORTVERSION= 1.8.4 -PORTREVISION= 27 +PORTREVISION= 28 CATEGORIES= editors MASTER_SITES= https://github.com/vslavik/${PORTNAME}/releases/download/v${PORTVERSION}-oss/ |