diff options
author | kwm <kwm@FreeBSD.org> | 2016-08-23 01:23:41 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2016-08-23 01:23:41 +0800 |
commit | 7a86758ca09a53cacfa204573b5cb8045147ae29 (patch) | |
tree | c896c31064419ed174b063e0241faf33f09b9482 /graphics | |
parent | 39fb9ec388686d33d275a0cf35dc7e48d2ccd3c8 (diff) | |
download | freebsd-ports-gnome-7a86758ca09a53cacfa204573b5cb8045147ae29.tar.gz freebsd-ports-gnome-7a86758ca09a53cacfa204573b5cb8045147ae29.tar.zst freebsd-ports-gnome-7a86758ca09a53cacfa204573b5cb8045147ae29.zip |
Update eog to 3.18.3.
Add indirect dependacies.
Switch to lcms2 since that is actualy used.
MFH: 2016Q3
Security: f5035ead-688b-11e6-8b1d-c86000169601, CVE-2016-6855
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/eog/Makefile | 9 | ||||
-rw-r--r-- | graphics/eog/distinfo | 5 | ||||
-rw-r--r-- | graphics/eog/pkg-plist | 1 |
3 files changed, 8 insertions, 7 deletions
diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile index d8483284c4e6..fc204a8bd22b 100644 --- a/graphics/eog/Makefile +++ b/graphics/eog/Makefile @@ -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 diff --git a/graphics/eog/distinfo b/graphics/eog/distinfo index 25781233fd4e..34442c7064b4 100644 --- a/graphics/eog/distinfo +++ b/graphics/eog/distinfo @@ -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 diff --git a/graphics/eog/pkg-plist b/graphics/eog/pkg-plist index 879e2c406d56..4255d3d25db9 100644 --- a/graphics/eog/pkg-plist +++ b/graphics/eog/pkg-plist @@ -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 |