Date: Tue, 23 Aug 2016 17:52:52 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r420723 - branches/2016Q3/graphics/eog Message-ID: <201608231752.u7NHqqWY092120@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Tue Aug 23 17:52:52 2016 New Revision: 420723 URL: https://svnweb.freebsd.org/changeset/ports/420723 Log: MFH: r420627 Update eog to 3.18.3. Add indirect dependacies. Switch to lcms2 since that is actualy used. Security: f5035ead-688b-11e6-8b1d-c86000169601, CVE-2016-6855 Approved by: ports-secteam@ (junovitch@) Modified: branches/2016Q3/graphics/eog/Makefile branches/2016Q3/graphics/eog/distinfo branches/2016Q3/graphics/eog/pkg-plist Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/graphics/eog/Makefile ============================================================================== --- branches/2016Q3/graphics/eog/Makefile Tue Aug 23 17:52:44 2016 (r420722) +++ branches/2016Q3/graphics/eog/Makefile Tue Aug 23 17:52:52 2016 (r420723) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= eog -PORTVERSION= 3.18.2 +PORTVERSION= 3.18.3 CATEGORIES= graphics gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -13,14 +13,15 @@ COMMENT= The Eye Of Gnome image viewer BUILD_DEPENDS= itstool:textproc/itstool \ gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas LIB_DEPENDS= libpeas-gtk-1.0.so:devel/libpeas \ - liblcms.so:graphics/lcms + liblcms2.so:graphics/lcms2 RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas PORTSCOUT= limitw:1,even -USES= desktop-file-utils gettext gmake gnome libtool pathfix \ +USES= desktop-file-utils gettext gmake gnome jpeg libtool pathfix \ pkgconfig tar:xz -USE_GNOME= intltool librsvg2 gtk30 gnomedesktop3 introspection:build +USE_GNOME= cairo intltool librsvg2 gtk30 gnomedesktop3 introspection +USE_XORG= x11 INSTALLS_ICONS= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: branches/2016Q3/graphics/eog/distinfo ============================================================================== --- branches/2016Q3/graphics/eog/distinfo Tue Aug 23 17:52:44 2016 (r420722) +++ branches/2016Q3/graphics/eog/distinfo Tue Aug 23 17:52:52 2016 (r420723) @@ -1,2 +1,3 @@ -SHA256 (gnome3/eog-3.18.2.tar.xz) = dc2d16e3754cad12703261fe586e7599c4df2e39282f6c28681a514f749fe636 -SIZE (gnome3/eog-3.18.2.tar.xz) = 4327676 +TIMESTAMP = 1471883741 +SHA256 (gnome3/eog-3.18.3.tar.xz) = fb534bab125f28445fe7d17ea04817ba17e2a9a0d94ba6bc6408a3aadab43563 +SIZE (gnome3/eog-3.18.3.tar.xz) = 4334460 Modified: branches/2016Q3/graphics/eog/pkg-plist ============================================================================== --- branches/2016Q3/graphics/eog/pkg-plist Tue Aug 23 17:52:44 2016 (r420722) +++ branches/2016Q3/graphics/eog/pkg-plist Tue Aug 23 17:52:52 2016 (r420723) @@ -86,7 +86,6 @@ share/gtk-doc/html/eog/eog-zoom.html share/gtk-doc/html/eog/eog.devhelp2 share/gtk-doc/html/eog/home.png share/gtk-doc/html/eog/index.html -share/gtk-doc/html/eog/index.sgml share/gtk-doc/html/eog/left-insensitive.png share/gtk-doc/html/eog/left.png share/gtk-doc/html/eog/pt01.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608231752.u7NHqqWY092120>