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 /deskutils/pinot | |
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 'deskutils/pinot')
-rw-r--r-- | deskutils/pinot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile index c4e4ecc6a788..25b5dce3e19e 100644 --- a/deskutils/pinot/Makefile +++ b/deskutils/pinot/Makefile @@ -3,7 +3,7 @@ PORTNAME= pinot PORTVERSION= 1.06 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= deskutils MASTER_SITES= GOOGLE_CODE #MASTER_SITES= http://colinf.chez.com/pinot/ |