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 /devel/cpp-netlib | |
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
Notes
Notes:
svn path=/head/; revision=467711
Diffstat (limited to 'devel/cpp-netlib')
-rw-r--r-- | devel/cpp-netlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cpp-netlib/Makefile b/devel/cpp-netlib/Makefile index 1eed4f0c5c7b..8033b43b7cc2 100644 --- a/devel/cpp-netlib/Makefile +++ b/devel/cpp-netlib/Makefile @@ -5,7 +5,7 @@ PORTNAME= cpp-netlib DISTVERSIONPREFIX= ${PORTNAME}- DISTVERSION= 0.12.0 DISTVERSIONSUFFIX= -final -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MAINTAINER= zi@FreeBSD.org |