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 /x11/kde4-runtime | |
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 'x11/kde4-runtime')
-rw-r--r-- | x11/kde4-runtime/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/kde4-runtime/Makefile b/x11/kde4-runtime/Makefile index b3f2224c18e4..d5f0fcda7ea5 100644 --- a/x11/kde4-runtime/Makefile +++ b/x11/kde4-runtime/Makefile @@ -2,7 +2,7 @@ PORTNAME= kde-runtime PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} |