diff options
author | bapt <bapt@FreeBSD.org> | 2011-07-11 21:11:05 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-07-11 21:11:05 +0800 |
commit | bc55fbb816d76f753ea489c27939873d078ab06b (patch) | |
tree | 9c763f531b60cc31215d5b42883dbdc5be8194c8 /graphics | |
parent | 6db088e821057867591994c18b6bdeb20bf516e4 (diff) | |
download | freebsd-ports-gnome-bc55fbb816d76f753ea489c27939873d078ab06b.tar.gz freebsd-ports-gnome-bc55fbb816d76f753ea489c27939873d078ab06b.tar.zst freebsd-ports-gnome-bc55fbb816d76f753ea489c27939873d078ab06b.zip |
Update to 0.21.1
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/exiv2/Makefile | 7 | ||||
-rw-r--r-- | graphics/exiv2/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/graphics/exiv2/Makefile b/graphics/exiv2/Makefile index 0782252eb66b..6fa6eb01f7d5 100644 --- a/graphics/exiv2/Makefile +++ b/graphics/exiv2/Makefile @@ -6,8 +6,7 @@ # PORTNAME= exiv2 -PORTVERSION= 0.21 -PORTEPOCH= 1 +PORTVERSION= 0.21.1 CATEGORIES= graphics MASTER_SITES= http://www.exiv2.org/ @@ -22,8 +21,8 @@ USE_GMAKE= yes USE_LDCONFIG= yes MAN1= exiv2.1 ALLTARGET= all -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure diff --git a/graphics/exiv2/distinfo b/graphics/exiv2/distinfo index f7faac0b0564..6e08c344e2d4 100644 --- a/graphics/exiv2/distinfo +++ b/graphics/exiv2/distinfo @@ -1,2 +1,2 @@ -SHA256 (exiv2-0.21.tar.gz) = d827d7a4e617b042203ebd04b5bc259690ec699aa2c71b78d5682718d68737e5 -SIZE (exiv2-0.21.tar.gz) = 3002066 +SHA256 (exiv2-0.21.1.tar.gz) = 2edae035760f84afdfebdf3123a166e6bbf77870697afe54dea92a783f041817 +SIZE (exiv2-0.21.1.tar.gz) = 3004521 |