diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2012-07-31 23:29:26 +0800 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2012-07-31 23:29:26 +0800 |
commit | 8d56f00ee5c300400101f3226bbe4dcc4b678d19 (patch) | |
tree | 2f88d1b97a52f37a0a9e91e7fca005d5bfff4527 /textproc | |
parent | 1016202f0ffe2a3a9d796f6af09fda6e017a8e0f (diff) | |
download | freebsd-ports-gnome-8d56f00ee5c300400101f3226bbe4dcc4b678d19.tar.gz freebsd-ports-gnome-8d56f00ee5c300400101f3226bbe4dcc4b678d19.tar.zst freebsd-ports-gnome-8d56f00ee5c300400101f3226bbe4dcc4b678d19.zip |
Update graphics/exiv2 to version 0.23.
The so library version has changed.
Bump PORTREVISIONs at dependent ports.
PR: ports/169733
Submitted by: bsam (me)
Approved by: multimedia (maintainer timeout 3 weeks)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libextractor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libextractor/Makefile b/textproc/libextractor/Makefile index fd156fae0f28..59d32ce4f283 100644 --- a/textproc/libextractor/Makefile +++ b/textproc/libextractor/Makefile @@ -7,7 +7,7 @@ PORTNAME= libextractor PORTVERSION= 0.6.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -62,7 +62,7 @@ BROKEN= does not package # for it, if not present then it will not add support for it, but it cannot # be disabled if present .if !defined(WITHOUT_EXIV2) || exists(${LOCALBASE}/include/exiv2/exif.hpp) -LIB_DEPENDS+= exiv2.10:${PORTSDIR}/graphics/exiv2 +LIB_DEPENDS+= exiv2.12:${PORTSDIR}/graphics/exiv2 PLIST_SUB+= EXIV2="" .else PLIST_SUB+= EXIV2="@comment " |