diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-09-25 08:08:16 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:36:10 +0800 |
commit | 94bd90f36549d420840511dc00f2f88964db5c40 (patch) | |
tree | 4b73312143a057a6912ac2801eea4ccff782de1f /audio/clementine-player | |
parent | 5bcb2bd45d8ba334a28882d24bd9706d6e2ac5b2 (diff) | |
download | freebsd-ports-gnome-94bd90f36549d420840511dc00f2f88964db5c40.tar.gz freebsd-ports-gnome-94bd90f36549d420840511dc00f2f88964db5c40.tar.zst freebsd-ports-gnome-94bd90f36549d420840511dc00f2f88964db5c40.zip |
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
Diffstat (limited to 'audio/clementine-player')
-rw-r--r-- | audio/clementine-player/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/clementine-player/Makefile b/audio/clementine-player/Makefile index 656595ca370a..b8415aa85dc0 100644 --- a/audio/clementine-player/Makefile +++ b/audio/clementine-player/Makefile @@ -3,7 +3,7 @@ PORTNAME= clementine PORTVERSION= 1.3.1 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= audio PKGNAMESUFFIX= -player |