diff options
author | bsam <bsam@FreeBSD.org> | 2009-03-12 06:19:40 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-03-12 06:19:40 +0800 |
commit | 420f0acbf783b2a3949b01867eb8a9367689eb5a (patch) | |
tree | 9951433330e9cd4e3cb639625458e021f5762687 /graphics/libkexiv2 | |
parent | 05f137f20afed5123f9ddf775fa4a8ce6c59f259 (diff) | |
download | freebsd-ports-gnome-420f0acbf783b2a3949b01867eb8a9367689eb5a.tar.gz freebsd-ports-gnome-420f0acbf783b2a3949b01867eb8a9367689eb5a.tar.zst freebsd-ports-gnome-420f0acbf783b2a3949b01867eb8a9367689eb5a.zip |
. update graphics/exiv2 to the new version;
. bump ports which depends upon libexiv2.so
(the library was bumpted from *.so.3 to *.so.7);
. mark current graphics/py-exiv2 as broken since it doesn't compile
with new libexiv2; this should change with graphics/py-exiv2-0.2.
PR: ports/131376
Submitted by: bsam (me)
Discussed with: kde@
Approved by: maintainer timeout (5 weeks)
Diffstat (limited to 'graphics/libkexiv2')
-rw-r--r-- | graphics/libkexiv2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/libkexiv2/Makefile b/graphics/libkexiv2/Makefile index cab145981d2e..5bcc7d3211cb 100644 --- a/graphics/libkexiv2/Makefile +++ b/graphics/libkexiv2/Makefile @@ -6,6 +6,7 @@ PORTNAME= libkexiv2 PORTVERSION= 0.1.9 +PORTREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= kipi @@ -13,7 +14,7 @@ MASTER_SITE_SUBDIR= kipi MAINTAINER= ale@FreeBSD.org COMMENT= A wrapper library to manipulate pictures metadata -LIB_DEPENDS= exiv2.3:${PORTSDIR}/graphics/exiv2 +LIB_DEPENDS= exiv2.7:${PORTSDIR}/graphics/exiv2 USE_BZIP2= yes USE_KDELIBS_VER=3 |