diff options
author | jbeich <jbeich@FreeBSD.org> | 2019-04-12 14:36:31 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2019-04-12 14:36:31 +0800 |
commit | 3f061922299a84333078544118aef89b2d7ee13c (patch) | |
tree | 919393f150a5705b76814a092d02703b32940682 /net-im/mtxclient | |
parent | 13b9c0d71d15740fbfa0dc88223c2397d4602ef2 (diff) | |
download | freebsd-ports-gnome-3f061922299a84333078544118aef89b2d7ee13c.tar.gz freebsd-ports-gnome-3f061922299a84333078544118aef89b2d7ee13c.tar.zst freebsd-ports-gnome-3f061922299a84333078544118aef89b2d7ee13c.zip |
devel/boost-*: update to 1.70.0
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303
Diffstat (limited to 'net-im/mtxclient')
-rw-r--r-- | net-im/mtxclient/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-im/mtxclient/Makefile b/net-im/mtxclient/Makefile index cdae4bd0d38f..f58530b03242 100644 --- a/net-im/mtxclient/Makefile +++ b/net-im/mtxclient/Makefile @@ -3,6 +3,7 @@ PORTNAME= mtxclient DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 +PORTREVISION= 1 CATEGORIES= net-im PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ |