aboutsummaryrefslogtreecommitdiff
path: root/graphics/exiv2
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2010-08-20 08:31:32 +0000
committerKoop Mast <kwm@FreeBSD.org>2010-08-20 08:31:32 +0000
commit097978afaddf238aba6cf3aa1ecfbcc83a6574ac (patch)
treecd51364ff3d90857af2cc0a2f39f2386f4ff0fe6 /graphics/exiv2
parentef8b6dba6ec10429146b476bde0609600d38958c (diff)
downloadports-097978afaddf238aba6cf3aa1ecfbcc83a6574ac.tar.gz
ports-097978afaddf238aba6cf3aa1ecfbcc83a6574ac.zip
Update to 0.20.
Notes
Notes: svn path=/head/; revision=259617
Diffstat (limited to 'graphics/exiv2')
-rw-r--r--graphics/exiv2/Makefile3
-rw-r--r--graphics/exiv2/distinfo6
-rw-r--r--graphics/exiv2/files/patch-src-tiffcomposite.cpp20
-rw-r--r--graphics/exiv2/pkg-plist6
4 files changed, 8 insertions, 27 deletions
diff --git a/graphics/exiv2/Makefile b/graphics/exiv2/Makefile
index 41e878971778..2a42394d6a3b 100644
--- a/graphics/exiv2/Makefile
+++ b/graphics/exiv2/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= exiv2
-PORTVERSION= 0.18
-PORTREVISION= 2
+PORTVERSION= 0.20
PORTEPOCH= 1
CATEGORIES= graphics
MASTER_SITES= http://www.exiv2.org/
diff --git a/graphics/exiv2/distinfo b/graphics/exiv2/distinfo
index e32524ec08e2..ae8475a94350 100644
--- a/graphics/exiv2/distinfo
+++ b/graphics/exiv2/distinfo
@@ -1,3 +1,3 @@
-MD5 (exiv2-0.18.tar.gz) = 03044792525ae0a1b109df5a53b858fb
-SHA256 (exiv2-0.18.tar.gz) = e567918c747043588a58b8f6de49727443f275291119edd84b1c62cc685be4cd
-SIZE (exiv2-0.18.tar.gz) = 2299215
+MD5 (exiv2-0.20.tar.gz) = 3173d08a4313dc94b7bd1b7cdbda2093
+SHA256 (exiv2-0.20.tar.gz) = 7485f252c18119e61cdf1d73487bf0c5e3da6707decd6238407504847b323972
+SIZE (exiv2-0.20.tar.gz) = 2941045
diff --git a/graphics/exiv2/files/patch-src-tiffcomposite.cpp b/graphics/exiv2/files/patch-src-tiffcomposite.cpp
deleted file mode 100644
index 4022db8bbcfd..000000000000
--- a/graphics/exiv2/files/patch-src-tiffcomposite.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-Index: tiffcomposite.cpp
-===================================================================
---- src/tiffcomposite.cpp (revision 1742)
-+++ src/tiffcomposite.cpp (revision 1743)
-@@ -688,9 +688,13 @@
-
- uint32_t TiffMnEntry::doCount() const
- {
-- // Count of tag Exif.Photo.MakerNote is the size of the Makernote in bytes
-+ if (!mn_) {
-+ return TiffEntryBase::doCount();
-+ }
-+ // Count of IFD makernote in tag Exif.Photo.MakerNote is the size of the
-+ // Makernote in bytes
- assert(tiffType() == ttUndefined);
-- return size();
-+ return mn_->size();
- }
-
- uint32_t TiffArrayEntry::doCount() const
diff --git a/graphics/exiv2/pkg-plist b/graphics/exiv2/pkg-plist
index b5478c746f55..0435f1cb2b31 100644
--- a/graphics/exiv2/pkg-plist
+++ b/graphics/exiv2/pkg-plist
@@ -7,9 +7,9 @@ include/exiv2/cr2image.hpp
include/exiv2/crwimage.hpp
include/exiv2/datasets.hpp
include/exiv2/error.hpp
+include/exiv2/easyaccess.hpp
include/exiv2/exif.hpp
include/exiv2/exv_conf.h
-include/exiv2/exv_msvc.h
include/exiv2/fujimn.hpp
include/exiv2/futils.hpp
include/exiv2/gifimage.hpp
@@ -26,12 +26,14 @@ include/exiv2/olympusmn.hpp
include/exiv2/orfimage.hpp
include/exiv2/panasonicmn.hpp
include/exiv2/pentaxmn.hpp
+include/exiv2/pgfimage.hpp
include/exiv2/pngimage.hpp
include/exiv2/preview.hpp
include/exiv2/properties.hpp
include/exiv2/psdimage.hpp
include/exiv2/rafimage.hpp
include/exiv2/rcsid.hpp
+include/exiv2/rw2image.hpp
include/exiv2/sigmamn.hpp
include/exiv2/sonymn.hpp
include/exiv2/tags.hpp
@@ -45,7 +47,7 @@ include/exiv2/xmpsidecar.hpp
lib/libexiv2.a
lib/libexiv2.la
lib/libexiv2.so
-lib/libexiv2.so.7
+lib/libexiv2.so.9
libdata/pkgconfig/exiv2.pc
share/locale/de/LC_MESSAGES/exiv2.mo
share/locale/es/LC_MESSAGES/exiv2.mo