diff options
author | ahze <ahze@FreeBSD.org> | 2005-03-07 00:01:49 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-03-07 00:01:49 +0800 |
commit | 90b9fe51d0bc4abe784d97acd230a9d03f226476 (patch) | |
tree | 83fdd6888ff700789291d14dd4d53fd1ad6d98b6 /graphics/exiv2 | |
parent | b6df5674e1a36974e0e8a45f5722d921d28088a1 (diff) | |
download | freebsd-ports-gnome-90b9fe51d0bc4abe784d97acd230a9d03f226476.tar.gz freebsd-ports-gnome-90b9fe51d0bc4abe784d97acd230a9d03f226476.tar.zst freebsd-ports-gnome-90b9fe51d0bc4abe784d97acd230a9d03f226476.zip |
- Update to 0.6.2
Diffstat (limited to 'graphics/exiv2')
-rw-r--r-- | graphics/exiv2/Makefile | 6 | ||||
-rw-r--r-- | graphics/exiv2/distinfo | 4 | ||||
-rw-r--r-- | graphics/exiv2/pkg-plist | 24 |
3 files changed, 28 insertions, 6 deletions
diff --git a/graphics/exiv2/Makefile b/graphics/exiv2/Makefile index 8df48cd62b62..e7c896007775 100644 --- a/graphics/exiv2/Makefile +++ b/graphics/exiv2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= exiv2 -PORTVERSION= 0.6.1 +PORTVERSION= 0.6.2 CATEGORIES= graphics MASTER_SITES= http://home.arcor.de/ahuggel/exiv2/ @@ -17,13 +17,11 @@ COMMENT= Exif and Iptc metadata manipulation library and tools BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen .endif -GNU_CONFIGURE= yes +USE_LIBTOOL_VER=15 USE_GMAKE= yes INSTALLS_SHLIB= yes PORTDOCS= * -PLIST_FILES= bin/exiv2 \ - lib/libexiv2.so .if defined(PORTDOCS) ALLTARGET= all doc diff --git a/graphics/exiv2/distinfo b/graphics/exiv2/distinfo index a23cf8a9f64b..9b2f86cef430 100644 --- a/graphics/exiv2/distinfo +++ b/graphics/exiv2/distinfo @@ -1,2 +1,2 @@ -MD5 (exiv2-0.6.1.tar.gz) = 34b702a84c3448832c07bb0c02e829bc -SIZE (exiv2-0.6.1.tar.gz) = 749879 +MD5 (exiv2-0.6.2.tar.gz) = 2f41777091b2145c4799c3bed55519e3 +SIZE (exiv2-0.6.2.tar.gz) = 975615 diff --git a/graphics/exiv2/pkg-plist b/graphics/exiv2/pkg-plist new file mode 100644 index 000000000000..55fabe566460 --- /dev/null +++ b/graphics/exiv2/pkg-plist @@ -0,0 +1,24 @@ +bin/exiv2 +include/exiv2/canonmn.hpp +include/exiv2/datasets.hpp +include/exiv2/error.hpp +include/exiv2/exif.hpp +include/exiv2/exv_conf.h +include/exiv2/exv_msvc.h +include/exiv2/fujimn.hpp +include/exiv2/ifd.hpp +include/exiv2/image.hpp +include/exiv2/iptc.hpp +include/exiv2/makernote.hpp +include/exiv2/metadatum.hpp +include/exiv2/nikonmn.hpp +include/exiv2/rcsid.hpp +include/exiv2/sigmamn.hpp +include/exiv2/tags.hpp +include/exiv2/types.hpp +include/exiv2/value.hpp +lib/libexiv2-0.6.2.so +lib/libexiv2.a +lib/libexiv2.la +lib/libexiv2.so +@dirrm include/exiv2 |