diff options
author | drochner <drochner@pkgsrc.org> | 2007-03-23 20:53:25 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-03-23 20:53:25 +0000 |
commit | cc2366bd1f7f4a307d2b0bb08e33fe1ea4e1bc81 (patch) | |
tree | c1e98770907c588ad96002a2d62cbddf1d00bf53 | |
parent | 91d8cc5c5826121480e40799e60c75297d29e781 (diff) | |
download | pkgsrc-cc2366bd1f7f4a307d2b0bb08e33fe1ea4e1bc81.tar.gz |
update to 0.14
changes: Proper library versioning, small fixes and features
-rw-r--r-- | graphics/exiv2/Makefile | 4 | ||||
-rw-r--r-- | graphics/exiv2/PLIST | 17 | ||||
-rw-r--r-- | graphics/exiv2/distinfo | 8 |
3 files changed, 14 insertions, 15 deletions
diff --git a/graphics/exiv2/Makefile b/graphics/exiv2/Makefile index df7d84e6b25..0c801c5d195 100644 --- a/graphics/exiv2/Makefile +++ b/graphics/exiv2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2007/03/13 09:45:18 drochner Exp $ +# $NetBSD: Makefile,v 1.15 2007/03/23 20:53:25 drochner Exp $ # -DISTNAME= exiv2-0.13 +DISTNAME= exiv2-0.14 CATEGORIES= graphics MASTER_SITES= http://www.exiv2.org/ diff --git a/graphics/exiv2/PLIST b/graphics/exiv2/PLIST index 41a9f93f906..55617037772 100644 --- a/graphics/exiv2/PLIST +++ b/graphics/exiv2/PLIST @@ -1,6 +1,5 @@ -@comment $NetBSD: PLIST,v 1.5 2007/03/13 09:45:19 drochner Exp $ +@comment $NetBSD: PLIST,v 1.6 2007/03/23 20:53:25 drochner Exp $ bin/exiv2 -bin/exiv2-config include/exiv2/basicio.hpp include/exiv2/canonmn.hpp include/exiv2/cr2image.hpp @@ -8,7 +7,6 @@ include/exiv2/crwimage.hpp include/exiv2/datasets.hpp include/exiv2/error.hpp include/exiv2/exif.hpp -include/exiv2/exiv2_version.h include/exiv2/exv_conf.h include/exiv2/exv_msvc.h include/exiv2/fujimn.hpp @@ -40,13 +38,14 @@ include/exiv2/tiffparser.hpp include/exiv2/tiffvisitor.hpp include/exiv2/types.hpp include/exiv2/value.hpp +include/exiv2/version.hpp lib/libexiv2.la lib/pkgconfig/exiv2.pc man/man1/exiv2.1 -share/locale/de/LC_MESSAGES/Exiv2.mo -share/locale/es/LC_MESSAGES/Exiv2.mo -share/locale/fi/LC_MESSAGES/Exiv2.mo -share/locale/fr/LC_MESSAGES/Exiv2.mo -share/locale/pl/LC_MESSAGES/Exiv2.mo -share/locale/ru/LC_MESSAGES/Exiv2.mo +share/locale/de/LC_MESSAGES/exiv2.mo +share/locale/es/LC_MESSAGES/exiv2.mo +share/locale/fi/LC_MESSAGES/exiv2.mo +share/locale/fr/LC_MESSAGES/exiv2.mo +share/locale/pl/LC_MESSAGES/exiv2.mo +share/locale/ru/LC_MESSAGES/exiv2.mo @dirrm include/exiv2 diff --git a/graphics/exiv2/distinfo b/graphics/exiv2/distinfo index 01e526f543d..c822d3e9621 100644 --- a/graphics/exiv2/distinfo +++ b/graphics/exiv2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2007/03/13 09:45:19 drochner Exp $ +$NetBSD: distinfo,v 1.8 2007/03/23 20:53:25 drochner Exp $ -SHA1 (exiv2-0.13.tar.gz) = 3abf440af8d3df0025bc767fc7e6cc170adc50e6 -RMD160 (exiv2-0.13.tar.gz) = e06de2dfeb6941b1fd501bff258763f2f13f98b9 -Size (exiv2-0.13.tar.gz) = 2841724 bytes +SHA1 (exiv2-0.14.tar.gz) = de27db776e8cb03f5bfff6e144b1fa1c4f073fc8 +RMD160 (exiv2-0.14.tar.gz) = 98ca5472412dcc83397a0250867dbd5a02758d1d +Size (exiv2-0.14.tar.gz) = 1028225 bytes |