diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-01-18 12:11:02 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:25:46 +0800 |
commit | 99c54863657b11d84414c8752af062e3143d2d51 (patch) | |
tree | 19e7978f929be44b7e4626d3e028488266fb8abf /games/openclonk | |
parent | 35f3e5d0d5bba4646594f6abb68473c8769e06fb (diff) | |
download | freebsd-ports-gnome-99c54863657b11d84414c8752af062e3143d2d51.tar.gz freebsd-ports-gnome-99c54863657b11d84414c8752af062e3143d2d51.tar.zst freebsd-ports-gnome-99c54863657b11d84414c8752af062e3143d2d51.zip |
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
Diffstat (limited to 'games/openclonk')
-rw-r--r-- | games/openclonk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/openclonk/Makefile b/games/openclonk/Makefile index e2fb46384efd..add7c09fdeeb 100644 --- a/games/openclonk/Makefile +++ b/games/openclonk/Makefile @@ -4,7 +4,7 @@ PORTNAME= openclonk PORTVERSION= 7.0 DISTVERSIONSUFFIX= -src -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= games MASTER_SITES= http://www.openclonk.org/builds/release/${DISTVERSION}/ |