diff options
author | ahze <ahze@FreeBSD.org> | 2006-04-23 22:12:23 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-04-23 22:12:23 +0800 |
commit | f79006d7e6517db78c94b69783a42bfb1e2d5920 (patch) | |
tree | d26f54326572b96205448ad6bd142dae0a9f9725 /graphics | |
parent | d1108f0ecab8b2a0f48087df6f84985eecce7fe2 (diff) | |
download | freebsd-ports-gnome-f79006d7e6517db78c94b69783a42bfb1e2d5920.tar.gz freebsd-ports-gnome-f79006d7e6517db78c94b69783a42bfb1e2d5920.tar.zst freebsd-ports-gnome-f79006d7e6517db78c94b69783a42bfb1e2d5920.zip |
- Update to 0.9.1
PR: 94560
Submitted by: Mikhail T. <mi@aldan.algebra.com>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/exiv2/Makefile | 9 | ||||
-rw-r--r-- | graphics/exiv2/distinfo | 6 | ||||
-rw-r--r-- | graphics/exiv2/pkg-descr | 2 | ||||
-rw-r--r-- | graphics/exiv2/pkg-plist | 2 |
4 files changed, 7 insertions, 12 deletions
diff --git a/graphics/exiv2/Makefile b/graphics/exiv2/Makefile index 68faf8d1ef74..9751b1f67dbd 100644 --- a/graphics/exiv2/Makefile +++ b/graphics/exiv2/Makefile @@ -6,10 +6,9 @@ # PORTNAME= exiv2 -PORTVERSION= 0.9 +PORTVERSION= 0.9.1 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= ahze +MASTER_SITES= http://www.exiv2.org/ MAINTAINER= ahze@FreeBSD.org COMMENT= Exif and Iptc metadata manipulation library and tools @@ -22,10 +21,6 @@ ALLTARGET= all .include <bsd.port.pre.mk> -.if ${ARCH} == "alpha" -BROKEN= "Does not compile on alpha" -.endif - .if ${OSVERSION} < 500000 USE_GCC= 3.4 .endif diff --git a/graphics/exiv2/distinfo b/graphics/exiv2/distinfo index 58a17ed69f1c..4da37292e22d 100644 --- a/graphics/exiv2/distinfo +++ b/graphics/exiv2/distinfo @@ -1,3 +1,3 @@ -MD5 (exiv2-0.9.tar.gz) = ee82fcba2741f5c771cb21d3eacefeef -SHA256 (exiv2-0.9.tar.gz) = 36f6e864f2fa5f27452c09ef348f318fa9d3f18d9327020b820fac41cf9b97cd -SIZE (exiv2-0.9.tar.gz) = 1613781 +MD5 (exiv2-0.9.1.tar.gz) = 4c6593751368f5e9235d85e0d4058e67 +SHA256 (exiv2-0.9.1.tar.gz) = 36b3a252c6cc2a270e5af6c7c4da57f685799de4f834010b11a7f88076ba4574 +SIZE (exiv2-0.9.1.tar.gz) = 1602868 diff --git a/graphics/exiv2/pkg-descr b/graphics/exiv2/pkg-descr index 9f5b0e3ec17c..585bd729021c 100644 --- a/graphics/exiv2/pkg-descr +++ b/graphics/exiv2/pkg-descr @@ -1,3 +1,3 @@ Exif and Iptc metadata manipulation library and tools -WWW: http://home.arcor.de/ahuggel/exiv2/ +WWW: http://www.exiv2.org/ diff --git a/graphics/exiv2/pkg-plist b/graphics/exiv2/pkg-plist index 5051e8cadbb1..626396356931 100644 --- a/graphics/exiv2/pkg-plist +++ b/graphics/exiv2/pkg-plist @@ -26,7 +26,7 @@ include/exiv2/sonymn.hpp include/exiv2/tags.hpp include/exiv2/types.hpp include/exiv2/value.hpp -lib/libexiv2-0.9.so +lib/libexiv2-0.9.1.so lib/libexiv2.a lib/libexiv2.la lib/libexiv2.so |