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 /x11-fm | |
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 'x11-fm')
-rw-r--r-- | x11-fm/gnome-commander2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-fm/gnome-commander2/Makefile b/x11-fm/gnome-commander2/Makefile index 07c6348814f5..74da0e2c702d 100644 --- a/x11-fm/gnome-commander2/Makefile +++ b/x11-fm/gnome-commander2/Makefile @@ -3,6 +3,7 @@ PORTNAME= gnome-commander PORTVERSION= 1.4.8 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11-fm gnome MASTER_SITES= GNOME/sources/gnome-commander/1.4 |