diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-09-25 00:08:16 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-09-25 00:08:16 +0000 |
commit | 98eb11b2f0e873c1d18153e250f15cb2c32e1521 (patch) | |
tree | bb7ad747880e8b73ba67e7537e487c63a9b9aed7 /audio/raul | |
parent | games/stuntrally: switch to C++11 for Boost (diff) |
devel/boost-*: update to 1.65.1
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582
Notes
Notes:
svn path=/head/; revision=450560
Diffstat (limited to 'audio/raul')
-rw-r--r-- | audio/raul/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/raul/Makefile b/audio/raul/Makefile index 608407d68713..0b1c4a486882 100644 --- a/audio/raul/Makefile +++ b/audio/raul/Makefile @@ -3,7 +3,7 @@ PORTNAME= raul PORTVERSION= 0.8.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio MASTER_SITES= http://download.drobilla.net/ |