diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-11-23 20:45:46 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-11-23 20:45:46 +0800 |
commit | 3c5cf0a44299e8b909fd3062e8aa0cc710649894 (patch) | |
tree | 9f8db44177ed46a64b46576a24dfdf8ada114376 /editors/openoffice-devel | |
parent | 14033ee9eea4482bcff0519551003d231b38c244 (diff) | |
download | freebsd-ports-gnome-3c5cf0a44299e8b909fd3062e8aa0cc710649894.tar.gz freebsd-ports-gnome-3c5cf0a44299e8b909fd3062e8aa0cc710649894.tar.zst freebsd-ports-gnome-3c5cf0a44299e8b909fd3062e8aa0cc710649894.zip |
devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office)
Diffstat (limited to 'editors/openoffice-devel')
-rw-r--r-- | editors/openoffice-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-devel/Makefile b/editors/openoffice-devel/Makefile index a82428629af7..3e19b7e2acb3 100644 --- a/editors/openoffice-devel/Makefile +++ b/editors/openoffice-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION1}.${AOOVERSION2}.${SVNREVISION} -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 4 CATEGORIES= editors java MASTER_SITES= https://dist.apache.org/repos/dist/dev/openoffice/${AOOVERSION}-${AOORC}-r${SVNREVISION}/source/ \ |