diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-07-11 13:11:05 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-07-11 13:11:05 +0000 |
commit | 24ac15bf7453e697cc0a218abd58248bfa278f87 (patch) | |
tree | 7500e90b60f6396eff8b81f4b8736c2b635a5642 /graphics/exiv2 | |
parent | 8dbfb133ec37b50eaf2669a9185ac7041a370d92 (diff) | |
download | ports-24ac15bf7453e697cc0a218abd58248bfa278f87.tar.gz ports-24ac15bf7453e697cc0a218abd58248bfa278f87.zip |
Notes
Diffstat (limited to 'graphics/exiv2')
-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 |