diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-04-18 13:57:42 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-04-18 13:57:42 +0000 |
commit | cc95712fbe92854d4a2177b6d45cbdcc9d5f1b44 (patch) | |
tree | d32a20416ca4506d36f2b454f7246d7a03954197 /math/libmesh | |
parent | lang/solidity: unbreak with boost 1.67 on 10.* (diff) |
devel/boost-*: update to 1.67.0
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030
Diffstat (limited to 'math/libmesh')
-rw-r--r-- | math/libmesh/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/libmesh/Makefile b/math/libmesh/Makefile index d044b80f4311..25e220fcbaf8 100644 --- a/math/libmesh/Makefile +++ b/math/libmesh/Makefile @@ -4,6 +4,7 @@ PORTNAME= libmesh DISTVERSIONPREFIX= v DISTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org |