diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-01-18 04:11:02 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-01-18 04:11:02 +0000 |
commit | 25beeff0797dd33cfc7db69206925427481729ee (patch) | |
tree | 7189643b393c5d2ffd4fa8b22d44338010f9dfb0 /net/tcpflow | |
parent | devel/cmake: unbreak net/ceph with boost 1.66 (diff) |
devel/boost-*: update to 1.66.0
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279
Notes
Notes:
svn path=/head/; revision=459315
Diffstat (limited to 'net/tcpflow')
-rw-r--r-- | net/tcpflow/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tcpflow/Makefile b/net/tcpflow/Makefile index 4dcdf55cf02f..6d484f1c0c56 100644 --- a/net/tcpflow/Makefile +++ b/net/tcpflow/Makefile @@ -3,7 +3,7 @@ PORTNAME= tcpflow PORTVERSION= 1.4.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net MASTER_SITES= http://digitalcorpora.org/downloads/${PORTNAME}/ |