diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-09-25 00:08:16 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-09-25 00:08:16 +0000 |
commit | 98eb11b2f0e873c1d18153e250f15cb2c32e1521 (patch) | |
tree | bb7ad747880e8b73ba67e7537e487c63a9b9aed7 /math/vowpal_wabbit | |
parent | 374bede045bbf2b2db40c478d2e9ca6181ede75a (diff) |
devel/boost-*: update to 1.65.1
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582
Notes
Notes:
svn path=/head/; revision=450560
Diffstat (limited to 'math/vowpal_wabbit')
-rw-r--r-- | math/vowpal_wabbit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/vowpal_wabbit/Makefile b/math/vowpal_wabbit/Makefile index 1f8f645e5d73..1f5c5612e1ef 100644 --- a/math/vowpal_wabbit/Makefile +++ b/math/vowpal_wabbit/Makefile @@ -3,7 +3,7 @@ PORTNAME= vowpal_wabbit PORTVERSION= 7.10 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math MAINTAINER= demon@FreeBSD.org |