diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-11-20 02:21:20 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-11-20 02:21:20 +0800 |
commit | 8d980ce3f7f40dc691042118960e7377fc596d93 (patch) | |
tree | 7dd1fa988e921ff803c61406519268b5ff1d1b8e /editors | |
parent | 1884451be13d2322c40ca25748db7fd39498b9d6 (diff) | |
download | freebsd-ports-gnome-8d980ce3f7f40dc691042118960e7377fc596d93.tar.gz freebsd-ports-gnome-8d980ce3f7f40dc691042118960e7377fc596d93.tar.zst freebsd-ports-gnome-8d980ce3f7f40dc691042118960e7377fc596d93.zip |
devel/icu: update to 58.1
Changes: http://site.icu-project.org/download/58
PR: 214384
Exp-run by: antoine
Approved by: office (bapt)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/libreoffice/Makefile.common | 2 | ||||
-rw-r--r-- | editors/libreoffice4/Makefile | 2 | ||||
-rw-r--r-- | editors/poedit/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/editors/libreoffice/Makefile.common b/editors/libreoffice/Makefile.common index b583242118c0..0a802dbb2ac2 100644 --- a/editors/libreoffice/Makefile.common +++ b/editors/libreoffice/Makefile.common @@ -2,7 +2,7 @@ PORTNAME= libreoffice PORTVERSION= 5.2.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES+= editors MAINTAINER= office@FreeBSD.org diff --git a/editors/libreoffice4/Makefile b/editors/libreoffice4/Makefile index f4a50afa2b2e..f11ff9a728d1 100644 --- a/editors/libreoffice4/Makefile +++ b/editors/libreoffice4/Makefile @@ -2,7 +2,7 @@ PORTNAME= libreoffice PORTVERSION= 4.3.7 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= editors MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/${PORTVERSION}/ \ http://dev-www.libreoffice.org/extern/:ext \ diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile index 9dc619f306bd..d4891ea4b9d0 100644 --- a/editors/poedit/Makefile +++ b/editors/poedit/Makefile @@ -4,7 +4,7 @@ PORTNAME= poedit PORTVERSION= 1.8.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors MASTER_SITES= http://github.com/vslavik/${PORTNAME}/releases/download/v${PORTVERSION}-oss/ |