diff options
author | tobik <tobik@FreeBSD.org> | 2018-04-06 04:13:48 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2018-04-06 04:13:48 +0800 |
commit | 742278408f8aac049371ee164cc096982840c3c8 (patch) | |
tree | f41b467e6743bc5e79cfe4633aae469cf2552713 /graphics | |
parent | 735cac5e7ebcbba2a5b3d85769f3da09ff41cccd (diff) | |
download | freebsd-ports-graphics-742278408f8aac049371ee164cc096982840c3c8.tar.gz freebsd-ports-graphics-742278408f8aac049371ee164cc096982840c3c8.tar.zst freebsd-ports-graphics-742278408f8aac049371ee164cc096982840c3c8.zip |
www/webkit2-gtk3: Update to 2.20.0
- Add WAYLAND option
- Bump PORTREVISION of dependents
- Fix build of epiphany 3.24.2 with newer WebKit versions
PR: 223733
Submitted by: Greg V <greg@unrelenting.technology> (initial update to 2.18.3)
Reviewed by: Ting-Wei Lan <lantw44@gmail.com>
Approved by: gnome (maintainer timeout, too long)
Security: 1ce95bc7-3278-11e8-b527-00012e582166
MFH: 2018Q2
Differential Revision: https://reviews.freebsd.org/D14872
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/atril/Makefile | 2 | ||||
-rw-r--r-- | graphics/gthumb/Makefile | 1 | ||||
-rw-r--r-- | graphics/shotwell/Makefile | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/graphics/atril/Makefile b/graphics/atril/Makefile index d2fb897b360..fb610486f56 100644 --- a/graphics/atril/Makefile +++ b/graphics/atril/Makefile @@ -5,7 +5,7 @@ PORTNAME= atril PORTVERSION= 1.18.1 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= graphics print mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile index 7fa51455942..651caeb57d0 100644 --- a/graphics/gthumb/Makefile +++ b/graphics/gthumb/Makefile @@ -4,6 +4,7 @@ PORTNAME= gthumb PORTVERSION= 3.6.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/graphics/shotwell/Makefile b/graphics/shotwell/Makefile index 2d7454a1f8a..1355fbad3da 100644 --- a/graphics/shotwell/Makefile +++ b/graphics/shotwell/Makefile @@ -3,6 +3,7 @@ PORTNAME= shotwell PORTVERSION= 0.28.0 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= GNOME/sources/shotwell/${PORTVERSION:R} |