diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2016-07-27 10:22:26 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2016-07-27 10:22:26 +0000 |
commit | c1ff5bbef3b15c89bb3ff0edffba46c2c7c28258 (patch) | |
tree | 374c9354fb2abed4f073fc779090ab725081022a /graphics/darktable | |
parent | f125e777080d0154a7ac1b00c87dc6806b0492e4 (diff) | |
download | ports-c1ff5bbef3b15c89bb3ff0edffba46c2c7c28258.tar.gz ports-c1ff5bbef3b15c89bb3ff0edffba46c2c7c28258.zip |
Update graphics/exiv2 to 0.25.
As there is an shlib version bump, bump them portrevision of dependent ports.
While doing so, also switch to the cmake build system, as it requires less
patching and is easier to handle.
PR: 211329
Reviewed by: mat, rakuco, kwm
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D7283
Notes
Notes:
svn path=/head/; revision=419170
Diffstat (limited to 'graphics/darktable')
-rw-r--r-- | graphics/darktable/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile index 5eefcd75d9a0..fad57a24ceb8 100644 --- a/graphics/darktable/Makefile +++ b/graphics/darktable/Makefile @@ -3,6 +3,7 @@ PORTNAME= darktable PORTVERSION= 2.0.4 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/ |