Skip to content

Commit

Permalink
exiv2: update to 0.28.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sikmir committed Oct 18, 2024
1 parent 7fc43ff commit b90beb8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 18 deletions.
14 changes: 7 additions & 7 deletions graphics/exiv2/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ PortGroup github 1.0
PortGroup legacysupport 1.0
PortGroup compiler_blacklist_versions 1.0

github.setup Exiv2 exiv2 0.27.6 v
github.setup Exiv2 exiv2 0.28.3 v
revision 0
checksums rmd160 0ee02f297226e8570f7cc0c6e1d5d5a4d8c6c6df \
sha256 f16ee5ff08b6994c66106109417857f13e711fca100ac43c6a403d4f02b59602 \
size 32412980
checksums rmd160 db9fd1d12cc81a85fab7b537130005cc1fbe2a21 \
sha256 1315e17d454bf4da3cc0edb857b1d2c143670f3485b537d0f946d9ed31d87b70 \
size 46480702

categories graphics
license GPL-2+
Expand All @@ -29,8 +29,10 @@ depends_build-append \
port:gmake \
port:python[string map {. {}} ${python_version}]

depends_lib-append port:expat \
depends_lib-append port:brotli \
port:expat \
port:gettext \
port:inih \
port:libiconv \
port:zlib

Expand All @@ -40,8 +42,6 @@ compiler.blacklist-append \
{ clang < 426 } \
macports-clang-3.3

patchfiles-append patch-remove-no-format-overflow.diff

configure.args-append \
-DEXIV2_ENABLE_BMFF=ON \
-DIconv_INCLUDE_DIR=${prefix}/include \
Expand Down
11 changes: 0 additions & 11 deletions graphics/exiv2/files/patch-remove-no-format-overflow.diff

This file was deleted.

0 comments on commit b90beb8

Please sign in to comment.