diff options
author | bapt <bapt@FreeBSD.org> | 2011-04-12 16:24:29 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-04-12 16:24:29 +0800 |
commit | b7374fdda5dd9330b83f122b41be4efc980bd392 (patch) | |
tree | 9a861d006b3d43c2eb24400e41181c6288273d1c /graphics/geeqie | |
parent | b5ce33779d55046480d5f96f07a57b6b97a50a2c (diff) | |
download | freebsd-ports-gnome-b7374fdda5dd9330b83f122b41be4efc980bd392.tar.gz freebsd-ports-gnome-b7374fdda5dd9330b83f122b41be4efc980bd392.tar.zst freebsd-ports-gnome-b7374fdda5dd9330b83f122b41be4efc980bd392.zip |
- chase exiv2 library bump
- while here remove some MD5
- fix some forgottern desktop-file-utils dependencies
Diffstat (limited to 'graphics/geeqie')
-rw-r--r-- | graphics/geeqie/Makefile | 6 | ||||
-rw-r--r-- | graphics/geeqie/distinfo | 1 |
2 files changed, 3 insertions, 4 deletions
diff --git a/graphics/geeqie/Makefile b/graphics/geeqie/Makefile index 1f1e93b74bfe..7c0f710f768f 100644 --- a/graphics/geeqie/Makefile +++ b/graphics/geeqie/Makefile @@ -7,7 +7,7 @@ PORTNAME= geeqie PORTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -16,7 +16,7 @@ COMMENT= Lightweight image viewer forked from GQview LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png -USE_GNOME= gtk20 +USE_GNOME= gtk20 desktopfileutils GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --docdir="${DOCSDIR}" \ @@ -40,7 +40,7 @@ OPTIONS= EXIV2 "Metadata editing" on \ .include <bsd.port.pre.mk> .if defined(WITH_EXIV2) -LIB_DEPENDS+= exiv2.9:${PORTSDIR}/graphics/exiv2 +LIB_DEPENDS+= exiv2.10:${PORTSDIR}/graphics/exiv2 CONFIGURE_ARGS+=--enable-exiv2 .else CONFIGURE_ARGS+=--disable-exiv2 diff --git a/graphics/geeqie/distinfo b/graphics/geeqie/distinfo index dac406d9366c..c0dea10a597d 100644 --- a/graphics/geeqie/distinfo +++ b/graphics/geeqie/distinfo @@ -1,3 +1,2 @@ -MD5 (geeqie-1.0.tar.gz) = 1d67ef990390224c5052697d93bb49c0 SHA256 (geeqie-1.0.tar.gz) = d1ad64666446c1d490437a9441267e8d7c1b9dc6ab640716b213e386d9211fdd SIZE (geeqie-1.0.tar.gz) = 1934236 |