diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-04-06 23:53:16 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-04-06 23:53:16 +0800 |
commit | 6f75871df2bc2ea719274241e44e31b34b45e339 (patch) | |
tree | 72dabb1a38a186d4803f2801ede9ee6e0cebfd0b /editors | |
parent | 121a6f57fbd6cbdbe837f025442ac076251a0e9e (diff) | |
download | freebsd-ports-gnome-6f75871df2bc2ea719274241e44e31b34b45e339.tar.gz freebsd-ports-gnome-6f75871df2bc2ea719274241e44e31b34b45e339.tar.zst freebsd-ports-gnome-6f75871df2bc2ea719274241e44e31b34b45e339.zip |
devel/icu: update to 61.1
Changes: http://site.icu-project.org/download/61
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 227042
Exp-run by: antoine
MFH: 2018Q2 (required by Firefox 61)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/libreoffice/Makefile.common | 2 | ||||
-rw-r--r-- | editors/poedit/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/libreoffice/Makefile.common b/editors/libreoffice/Makefile.common index 6e3bff7c82c3..ee431c62ba34 100644 --- a/editors/libreoffice/Makefile.common +++ b/editors/libreoffice/Makefile.common @@ -2,7 +2,7 @@ PORTNAME= libreoffice PORTVERSION= 6.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES+= editors MAINTAINER= office@FreeBSD.org diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile index cbd67c44ff8c..5524a7183c25 100644 --- a/editors/poedit/Makefile +++ b/editors/poedit/Makefile @@ -4,7 +4,7 @@ PORTNAME= poedit PORTVERSION= 1.8.4 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= editors MASTER_SITES= https://github.com/vslavik/${PORTNAME}/releases/download/v${PORTVERSION}-oss/ |