Index: head/graphics/eom/Makefile =================================================================== --- head/graphics/eom/Makefile (revision 410043) +++ head/graphics/eom/Makefile (revision 410044) @@ -1,71 +1,71 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ PORTNAME= eom -PORTVERSION= 1.12.1 +PORTVERSION= 1.12.2 CATEGORIES= graphics mate MASTER_SITES= MATE DIST_SUBDIR= mate MAINTAINER= gnome@FreeBSD.org COMMENT= Eye of MATE image viewer BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool PORTSCOUT= limitw:1,even USES= desktop-file-utils gettext gmake jpeg libtool pathfix pkgconfig \ tar:xz USE_MATE= desktop icontheme USE_XORG= x11 USE_GNOME= gdkpixbuf2 glib20 gtk20 intltool librsvg2 libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-gtk-doc \ --with-html-dir=${PREFIX}/share/doc \ --disable-introspection \ --with-gtk=2.0 \ --disable-python \ --without-cms INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.mate.eom.gschema.xml \ org.mate.eom.enums.xml OPTIONS_DEFINE= EXIF EXEMPI OPTIONS_DEFAULT=EXIF EXEMPI EXIF_DESC= Digital camera file meta-data support EXEMPI_DESC= XMP support .include _WITH_EXIF= no _WITH_EXEMPI= no .if ${PORT_OPTIONS:MEXIF} CONFIGURE_ARGS+=--with-libexif LIB_DEPENDS+= libexif.so:${PORTSDIR}/graphics/libexif PLIST_SUB+= EXIF="" _WITH_EXIF= yes .else CONFIGURE_ARGS+=--without-libexif PLIST_SUB+= EXIF="@comment " .endif .if ${PORT_OPTIONS:MEXEMPI} CONFIGURE_ARGS+=--with-xmp LIB_DEPENDS+= libexempi.so:${PORTSDIR}/textproc/exempi _WITH_EXEMPI= yes .else CONFIGURE_ARGS+=--without-xmp .endif .if ${_WITH_EXIF}=="yes" || ${_WITH_EXEMPI}=="yes" PLIST_SUB+= EXIFEXEMPI="" .else PLIST_SUB+= EXIFEXEMPI="@comment " .endif .include Index: head/graphics/eom/distinfo =================================================================== --- head/graphics/eom/distinfo (revision 410043) +++ head/graphics/eom/distinfo (revision 410044) @@ -1,2 +1,2 @@ -SHA256 (mate/eom-1.12.1.tar.xz) = 1bc839c5f5314b3d8e9e78bdca885dfc1160ea00cc80c39842944c959df5b645 -SIZE (mate/eom-1.12.1.tar.xz) = 2213420 +SHA256 (mate/eom-1.12.2.tar.xz) = 38ad10a6794e02e9e319a293393a36532e86572010442ba2f1d3773313c0a1da +SIZE (mate/eom-1.12.2.tar.xz) = 2213260