diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-12-10 07:43:30 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-12-10 07:43:30 +0800 |
commit | 45246fee4b4034f5fff2734720b8c1acf9aecfff (patch) | |
tree | 83f02bff16e595f78c7f881156341e9259b4a658 /editors | |
parent | 24368dec8fd6ab2bfef2eb453157e8f86380d3e9 (diff) | |
download | freebsd-ports-gnome-45246fee4b4034f5fff2734720b8c1acf9aecfff.tar.gz freebsd-ports-gnome-45246fee4b4034f5fff2734720b8c1acf9aecfff.tar.zst freebsd-ports-gnome-45246fee4b4034f5fff2734720b8c1acf9aecfff.zip |
math/glm: update to 0.9.7.1,1
Changes: https://github.com/g-truc/glm/releases/tag/0.9.7.1
PR: 203181
Approved by: maintainer timeout (83 days)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/libreoffice/Makefile | 2 | ||||
-rw-r--r-- | editors/libreoffice4/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 7c457dd74db3..3313030960df 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -2,7 +2,7 @@ .include "${.CURDIR}/Makefile.common" -PORTREVISION= 0 +PORTREVISION= 1 MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/${PORTVERSION}/ \ http://dev-www.libreoffice.org/src/:src \ http://dev-www.libreoffice.org/extern/:ext diff --git a/editors/libreoffice4/Makefile b/editors/libreoffice4/Makefile index 6992ee1282bb..aa8d1489ebd2 100644 --- a/editors/libreoffice4/Makefile +++ b/editors/libreoffice4/Makefile @@ -2,6 +2,7 @@ PORTNAME= libreoffice PORTVERSION= 4.3.7 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= http://download.documentfoundation.org/libreoffice/ \ http://dev-www.libreoffice.org/extern/:ext \ |