diff options
author | jbeich <jbeich@FreeBSD.org> | 2019-04-12 14:36:31 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2019-04-12 14:36:31 +0800 |
commit | 3f061922299a84333078544118aef89b2d7ee13c (patch) | |
tree | 919393f150a5705b76814a092d02703b32940682 /editors/libreoffice | |
parent | 13b9c0d71d15740fbfa0dc88223c2397d4602ef2 (diff) | |
download | freebsd-ports-gnome-3f061922299a84333078544118aef89b2d7ee13c.tar.gz freebsd-ports-gnome-3f061922299a84333078544118aef89b2d7ee13c.tar.zst freebsd-ports-gnome-3f061922299a84333078544118aef89b2d7ee13c.zip |
devel/boost-*: update to 1.70.0
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303
Diffstat (limited to 'editors/libreoffice')
-rw-r--r-- | editors/libreoffice/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index b20523ef6897..7990372c7ae1 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -2,7 +2,7 @@ .include "${.CURDIR}/Makefile.common" -PORTREVISION= 3 +PORTREVISION= 4 MASTER_SITES= https://download.documentfoundation.org/libreoffice/src/${PORTVERSION}/ \ https://dev-www.libreoffice.org/src/:src \ |