diff options
author | tcberner <tcberner@FreeBSD.org> | 2016-07-27 18:22:26 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2016-07-27 18:22:26 +0800 |
commit | 861bf1ebf67ed1943dd3aff0f06fbcc0af06907b (patch) | |
tree | 374c9354fb2abed4f073fc779090ab725081022a /graphics/kphotoalbum-kde4 | |
parent | 88e15504d66f134162faf2e02a58fe3d9aa389b9 (diff) | |
download | freebsd-ports-gnome-861bf1ebf67ed1943dd3aff0f06fbcc0af06907b.tar.gz freebsd-ports-gnome-861bf1ebf67ed1943dd3aff0f06fbcc0af06907b.tar.zst freebsd-ports-gnome-861bf1ebf67ed1943dd3aff0f06fbcc0af06907b.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
Diffstat (limited to 'graphics/kphotoalbum-kde4')
-rw-r--r-- | graphics/kphotoalbum-kde4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/kphotoalbum-kde4/Makefile b/graphics/kphotoalbum-kde4/Makefile index 63cf0dd696b5..2e5cb81256eb 100644 --- a/graphics/kphotoalbum-kde4/Makefile +++ b/graphics/kphotoalbum-kde4/Makefile @@ -3,7 +3,7 @@ PORTNAME= kphotoalbum PORTVERSION= 4.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src DIST_SUBDIR= KDE |