diff options
author | bsam <bsam@FreeBSD.org> | 2012-07-31 23:29:26 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2012-07-31 23:29:26 +0800 |
commit | 0401b705ba6964623a3a6999d6e49ff22bdc1143 (patch) | |
tree | 2f88d1b97a52f37a0a9e91e7fca005d5bfff4527 /deskutils | |
parent | 3ea8c0d37ec8ef4e6719d1c2610b0fe2599aab1e (diff) | |
download | freebsd-ports-gnome-0401b705ba6964623a3a6999d6e49ff22bdc1143.tar.gz freebsd-ports-gnome-0401b705ba6964623a3a6999d6e49ff22bdc1143.tar.zst freebsd-ports-gnome-0401b705ba6964623a3a6999d6e49ff22bdc1143.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 'deskutils')
-rw-r--r-- | deskutils/pinot/Makefile | 4 | ||||
-rw-r--r-- | deskutils/strigi/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile index 1584e885fe43..f3ac2b0a46d9 100644 --- a/deskutils/pinot/Makefile +++ b/deskutils/pinot/Makefile @@ -7,7 +7,7 @@ PORTNAME= pinot PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} #MASTER_SITES= http://colinf.chez.com/pinot/ @@ -27,7 +27,7 @@ LIB_DEPENDS= xapian:${PORTSDIR}/databases/xapian-core \ boost_thread.4:${PORTSDIR}/devel/boost-libs \ execinfo.1:${PORTSDIR}/devel/libexecinfo \ exif.12:${PORTSDIR}/graphics/libexif \ - exiv2.10:${PORTSDIR}/graphics/exiv2 \ + exiv2.12:${PORTSDIR}/graphics/exiv2 \ gmime-2.4:${PORTSDIR}/mail/gmime24 \ tag.1:${PORTSDIR}/audio/taglib \ curl.6:${PORTSDIR}/ftp/curl diff --git a/deskutils/strigi/Makefile b/deskutils/strigi/Makefile index 745ad0b87dc2..f4ff60cd3c86 100644 --- a/deskutils/strigi/Makefile +++ b/deskutils/strigi/Makefile @@ -6,7 +6,7 @@ PORTNAME= strigi PORTVERSION= 0.7.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils MASTER_SITES= http://rdieter.fedorapeople.org/strigi/ #MASTER_SITES= http://www.vandenoever.info/software/strigi/ \ @@ -18,7 +18,7 @@ COMMENT= Desktop searching program LIB_DEPENDS= avcodec.1:${PORTSDIR}/multimedia/ffmpeg \ clucene.0:${PORTSDIR}/textproc/clucene \ dbus-1:${PORTSDIR}/devel/dbus \ - exiv2.10:${PORTSDIR}/graphics/exiv2 \ + exiv2.12:${PORTSDIR}/graphics/exiv2 \ boost_thread:${PORTSDIR}/devel/boost-libs USE_QT4= corelib gui dbus moc_build uic_build qmake_build rcc_build |