summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2017-04-02 09:08:47 +0000
committerjbeich <jbeich@FreeBSD.org>2017-04-02 09:08:47 +0000
commit856fd1202fb90c231772341a37cfd64301ece330 (patch)
tree64c6f8487a027029437c0c0be5a4e28eca1d94af /graphics
parent1c4d25737102d338a9f85d1177f6e532004421e1 (diff)
downloadFreeBSD-ports-856fd1202fb90c231772341a37cfd64301ece330.zip
FreeBSD-ports-856fd1202fb90c231772341a37cfd64301ece330.tar.gz
MFH: r437435 r437437 r437439 r437475 by gerald
Remove files/patch-armv6-hf-support since armv6hf no longer exists as an arch. Reported by: andreast Update lang/gcc and hence the default version of GCC in the Ports Collection (requested by USE_GCC=yes and various USES=compiler invocations) from GCC 4.9.4 to GCC 5.4. files/patch-arm-support and files/patch-gcc_system.h have become obsolete. New patches files/patch-arm-unwind-cxx-support and files/patch-libc++ help support arm targets and new libc++ in base. ONLY_FOR_ARCHS now also includes arm. A new option GRAPHITE_DESC, off by default for now, adds support for Graphite loop optimizations. Finally, conflicts with other lang/gcc* ports are adjusted suitably. In terms of changes for users, this upgrade brings the following: The default mode for C is now -std=gnu11 instead of -std=gnu89. New warning options -Wc90-c99-compat and -Wc99-c11-compat may prove useful on that front. The C++ front end now has full C++14 language support including C++14 variable templates, C++14 aggregates with non-static data member initializers, C++14 extended constexpr, and more. The Standard C++ Library (libstdc++) has full C++11 support and experimental full C++14 support. It uses a new ABI by default. There have been significant improvements to inter-procedural optimizations and link-time optimization such as One Definition Rule based merging of C++ types as well as register allocation. OpenMP 4.0 specification offloading features are now supported by the C, C++, and Fortran compilers. Cilk Plus, an extension to the C and C++ languages to support data and task parallelism, has been added as well. New warning options -Wswitch-bool, -Wlogical-not-parentheses, -Wbool-compare and -Wsizeof-array-argument may prove useful as may new preprocessor directives __has_include, __has_include_next, and __has_attribute. GCC can now be built as a shared library for embedding in other processes (such as interpreters), suitable for Just-In-Time compilation to machine code. This provides a C API and a C++ wrapper API. Many code generation improvements for AArch64, ARM, support for AVX-512{BW,DQ,VL,IFMA,VBMI} and Intel MPX on x86-64, and generally improvements on many targets. The Local Register Allocator (LRA) now contains a rematerialization subpass and is able to reuse the PIC hard register on x86/x86-64 to improve performance of position independent code. https://gcc.gnu.org/gcc-5/changes.html has a more extensive set of changes and https://gcc.gnu.org/gcc-5/porting_to.html has a solid overview of issue you may encountering porting to this new version. PR: 216707, 218125 Tested by: antoine (-exp runs) Supported by: jbeich, tcberner, and others Bump PORTREVISIONs for ports depending on the canonical version of GCC and lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Add support for aarch64. Submitted by: andreast Approved by: ports-secteam (junovitch)
Diffstat (limited to 'graphics')
-rw-r--r--graphics/GraphicsMagick/Makefile2
-rw-r--r--graphics/ImageMagick/Makefile2
-rw-r--r--graphics/ImageMagick7/Makefile1
-rw-r--r--graphics/OpenEXR/Makefile2
-rw-r--r--graphics/aaphoto/Makefile2
-rw-r--r--graphics/alembic/Makefile1
-rw-r--r--graphics/animorph/Makefile2
-rw-r--r--graphics/argyllcms/Makefile1
-rw-r--r--graphics/aseprite/Makefile1
-rw-r--r--graphics/blender/Makefile1
-rw-r--r--graphics/bugle/Makefile2
-rw-r--r--graphics/caffe/Makefile1
-rw-r--r--graphics/cegui/Makefile2
-rw-r--r--graphics/cimg/Makefile2
-rw-r--r--graphics/code-eli/Makefile2
-rw-r--r--graphics/colmap/Makefile2
-rw-r--r--graphics/converseen/Makefile1
-rw-r--r--graphics/copperspice/Makefile1
-rw-r--r--graphics/darktable/Makefile1
-rw-r--r--graphics/dataplot/Makefile2
-rw-r--r--graphics/dcp2icc/Makefile2
-rw-r--r--graphics/delaboratory/Makefile2
-rw-r--r--graphics/dilay/Makefile1
-rw-r--r--graphics/enblend/Makefile2
-rw-r--r--graphics/evince/Makefile2
-rw-r--r--graphics/freeimage/Makefile2
-rw-r--r--graphics/geomorph/Makefile2
-rw-r--r--graphics/gimp-beautify-plugin/Makefile2
-rw-r--r--graphics/gimp-gmic-plugin/Makefile2
-rw-r--r--graphics/gimp-refocus-plugin/Makefile2
-rw-r--r--graphics/gimp-resynthesizer/Makefile2
-rw-r--r--graphics/gle-graphics/Makefile2
-rw-r--r--graphics/gource/Makefile2
-rw-r--r--graphics/gthumb/Makefile1
-rw-r--r--graphics/gtimelapse/Makefile2
-rw-r--r--graphics/guetzli/Makefile1
-rw-r--r--graphics/hiptext/Makefile2
-rw-r--r--graphics/hugin/Makefile2
-rw-r--r--graphics/inkscape/Makefile1
-rw-r--r--graphics/ipe/Makefile1
-rw-r--r--graphics/jogamp-jogl/Makefile2
-rw-r--r--graphics/kf5-kimageformats/Makefile1
-rw-r--r--graphics/kf5-kplotting/Makefile1
-rw-r--r--graphics/kf5-prison/Makefile1
-rw-r--r--graphics/libbpg/Makefile1
-rw-r--r--graphics/libcdr01/Makefile2
-rw-r--r--graphics/libetonyek01/Makefile2
-rw-r--r--graphics/libfreehand/Makefile2
-rw-r--r--graphics/libgltf/Makefile2
-rw-r--r--graphics/libopenraw/Makefile2
-rw-r--r--graphics/libraw/Makefile1
-rw-r--r--graphics/lightzone/Makefile2
-rw-r--r--graphics/lximage-qt/Makefile1
-rw-r--r--graphics/mahotas/Makefile2
-rw-r--r--graphics/makehuman/Makefile2
-rw-r--r--graphics/mapnik/Makefile2
-rw-r--r--graphics/mhgui/Makefile2
-rw-r--r--graphics/mupdf/Makefile2
-rw-r--r--graphics/mypaint/Makefile2
-rw-r--r--graphics/nurbs++/Makefile2
-rw-r--r--graphics/ogre3d/Makefile2
-rw-r--r--graphics/openimageio/Makefile2
-rw-r--r--graphics/openshadinglanguage/Makefile1
-rw-r--r--graphics/oyranos/Makefile2
-rw-r--r--graphics/p5-PGPLOT/Makefile2
-rw-r--r--graphics/pfstmo/Makefile2
-rw-r--r--graphics/pgplot/Makefile2
-rw-r--r--graphics/photivo/Makefile1
-rw-r--r--graphics/piglit/Makefile1
-rw-r--r--graphics/pixie/Makefile2
-rw-r--r--graphics/py-gdal/Makefile1
-rw-r--r--graphics/qgis/Makefile1
-rw-r--r--graphics/raster3d/Makefile2
-rw-r--r--graphics/rawtherapee-devel/Makefile1
-rw-r--r--graphics/rawtherapee/Makefile1
-rw-r--r--graphics/seexpr/Makefile1
-rw-r--r--graphics/sekrit-twc-zimg/Makefile1
-rw-r--r--graphics/shotwell/Makefile1
-rw-r--r--graphics/simpleviewer/Makefile1
-rw-r--r--graphics/tesseract/Makefile1
-rw-r--r--graphics/tiled/Makefile1
-rw-r--r--graphics/tulip/Makefile1
-rw-r--r--graphics/vapoursynth-waifu2x-w2xc/Makefile1
-rw-r--r--graphics/vigra/Makefile2
-rw-r--r--graphics/waffle/Makefile2
-rw-r--r--graphics/waifu2x-converter-cpp/Makefile2
-rw-r--r--graphics/webp/Makefile1
-rw-r--r--graphics/wxsvg/Makefile1
-rw-r--r--graphics/xd3d/Makefile2
-rw-r--r--graphics/zathura-cb/Makefile1
-rw-r--r--graphics/zathura-djvu/Makefile1
-rw-r--r--graphics/zathura-pdf-mupdf/Makefile2
-rw-r--r--graphics/zathura-pdf-poppler/Makefile1
-rw-r--r--graphics/zathura-ps/Makefile1
-rw-r--r--graphics/zathura/Makefile1
95 files changed, 95 insertions, 53 deletions
diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile
index f31384b..02b68f3 100644
--- a/graphics/GraphicsMagick/Makefile
+++ b/graphics/GraphicsMagick/Makefile
@@ -3,7 +3,7 @@
PORTNAME= GraphicsMagick
PORTVERSION= 1.3.25
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= graphics
MASTER_SITES= SF \
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index 3d16223..5522c99 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -2,7 +2,7 @@
PORTNAME= ImageMagick
DISTVERSION= 6.9.6-4
-PORTREVISION= 0
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= graphics perl5
MASTER_SITES= http://www.imagemagick.org/download/ \
diff --git a/graphics/ImageMagick7/Makefile b/graphics/ImageMagick7/Makefile
index 19e9be3..72a8c6b 100644
--- a/graphics/ImageMagick7/Makefile
+++ b/graphics/ImageMagick7/Makefile
@@ -2,6 +2,7 @@
PORTNAME= ImageMagick
DISTVERSION= 7.0.3-7
+PORTREVISION= 1
CATEGORIES= graphics perl5
MASTER_SITES= http://www.imagemagick.org/download/ \
http://www.imagemagick.org/download/legacy/ \
diff --git a/graphics/OpenEXR/Makefile b/graphics/OpenEXR/Makefile
index e8e9360..4627407 100644
--- a/graphics/OpenEXR/Makefile
+++ b/graphics/OpenEXR/Makefile
@@ -3,7 +3,7 @@
PORTNAME= OpenEXR
PORTVERSION= 2.2.0
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= graphics devel
MASTER_SITES= SAVANNAH/openexr/:dist \
LOCAL/mandree/:test
diff --git a/graphics/aaphoto/Makefile b/graphics/aaphoto/Makefile
index 274335b..3b26ef2 100644
--- a/graphics/aaphoto/Makefile
+++ b/graphics/aaphoto/Makefile
@@ -4,7 +4,7 @@
PORTNAME= aaphoto
PORTVERSION= 0.43.1
DISTVERSIONPREFIX= v
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics
MAINTAINER= mail@log69.com
diff --git a/graphics/alembic/Makefile b/graphics/alembic/Makefile
index 26994d8..92ae40c 100644
--- a/graphics/alembic/Makefile
+++ b/graphics/alembic/Makefile
@@ -3,6 +3,7 @@
PORTNAME= alembic
PORTVERSION= 1.7.1
+PORTREVISION= 1
CATEGORIES= graphics
MAINTAINER= danfe@FreeBSD.org
diff --git a/graphics/animorph/Makefile b/graphics/animorph/Makefile
index 116cae4..0f0ae73 100644
--- a/graphics/animorph/Makefile
+++ b/graphics/animorph/Makefile
@@ -3,7 +3,7 @@
PORTNAME= animorph
PORTVERSION= 0.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= SF/makehuman/MakeHuman%20Source/MakeHuman_091
diff --git a/graphics/argyllcms/Makefile b/graphics/argyllcms/Makefile
index 988290c..e859633 100644
--- a/graphics/argyllcms/Makefile
+++ b/graphics/argyllcms/Makefile
@@ -3,6 +3,7 @@
PORTNAME= argyllcms
PORTVERSION= 1.9.2
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.argyllcms.com/
DISTNAME= Argyll_V${PORTVERSION}_src
diff --git a/graphics/aseprite/Makefile b/graphics/aseprite/Makefile
index d764322..811facb 100644
--- a/graphics/aseprite/Makefile
+++ b/graphics/aseprite/Makefile
@@ -3,6 +3,7 @@
PORTNAME= aseprite
PORTVERSION= 1.1.13
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= graphics
diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile
index 3864205..a80ff9a 100644
--- a/graphics/blender/Makefile
+++ b/graphics/blender/Makefile
@@ -3,6 +3,7 @@
PORTNAME= blender
PORTVERSION= 2.78c
+PORTREVISION= 1
CATEGORIES= graphics games
MASTER_SITES= http://download.blender.org/source/ \
http://mirror.cs.umn.edu/blender.org/source/ \
diff --git a/graphics/bugle/Makefile b/graphics/bugle/Makefile
index d51b00e..216e1b6 100644
--- a/graphics/bugle/Makefile
+++ b/graphics/bugle/Makefile
@@ -3,7 +3,7 @@
PORTNAME= bugle
PORTVERSION= 0.0.20100508
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics
MASTER_SITES= SF
diff --git a/graphics/caffe/Makefile b/graphics/caffe/Makefile
index 3ce100f..0351387 100644
--- a/graphics/caffe/Makefile
+++ b/graphics/caffe/Makefile
@@ -2,6 +2,7 @@
PORTNAME= caffe
PORTVERSION= 1.0.0.r5
+PORTREVISION= 1
CATEGORIES= graphics
MAINTAINER= eric@camachat.org
diff --git a/graphics/cegui/Makefile b/graphics/cegui/Makefile
index 0c90e70..b075b93 100644
--- a/graphics/cegui/Makefile
+++ b/graphics/cegui/Makefile
@@ -3,7 +3,7 @@
PORTNAME= cegui
PORTVERSION= 0.8.4
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics devel
MASTER_SITES= SF/crayzedsgui/CEGUI%20Mk-2/0.8
diff --git a/graphics/cimg/Makefile b/graphics/cimg/Makefile
index 32299a5..eec8388 100644
--- a/graphics/cimg/Makefile
+++ b/graphics/cimg/Makefile
@@ -3,7 +3,7 @@
PORTNAME= cimg
DISTVERSION= 1.7.9
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 3
CATEGORIES= graphics devel
diff --git a/graphics/code-eli/Makefile b/graphics/code-eli/Makefile
index bf45528..e14d1a7 100644
--- a/graphics/code-eli/Makefile
+++ b/graphics/code-eli/Makefile
@@ -3,7 +3,7 @@
PORTNAME= code-eli
PORTVERSION= 0.3.6
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MAINTAINER= fernando.apesteguia@gmail.com
diff --git a/graphics/colmap/Makefile b/graphics/colmap/Makefile
index b117964..4046e92 100644
--- a/graphics/colmap/Makefile
+++ b/graphics/colmap/Makefile
@@ -2,7 +2,7 @@
PORTNAME= colmap
DISTVERSION= 2.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics
MAINTAINER= jbeich@FreeBSD.org
diff --git a/graphics/converseen/Makefile b/graphics/converseen/Makefile
index 16fc5e6..e999008 100644
--- a/graphics/converseen/Makefile
+++ b/graphics/converseen/Makefile
@@ -3,6 +3,7 @@
PORTNAME= converseen
PORTVERSION= 0.9.6.1
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/Converseen/Converseen%20${PORTVERSION:R:R}/
diff --git a/graphics/copperspice/Makefile b/graphics/copperspice/Makefile
index 644790c..68b24d7 100644
--- a/graphics/copperspice/Makefile
+++ b/graphics/copperspice/Makefile
@@ -3,6 +3,7 @@
PORTNAME= copperspice
PORTVERSION= 1.3.2
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://download.copperspice.com/copperspice/source/
diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile
index 5f34f6b..0bcb7da 100644
--- a/graphics/darktable/Makefile
+++ b/graphics/darktable/Makefile
@@ -3,6 +3,7 @@
PORTNAME= darktable
PORTVERSION= 2.2.3
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/
diff --git a/graphics/dataplot/Makefile b/graphics/dataplot/Makefile
index 9106731..ae56d5b 100644
--- a/graphics/dataplot/Makefile
+++ b/graphics/dataplot/Makefile
@@ -3,7 +3,7 @@
PORTNAME= dataplot
PORTVERSION= 20132012
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.nist.gov/pub/dataplot/unix/:source \
LOCAL/beech:source \
diff --git a/graphics/dcp2icc/Makefile b/graphics/dcp2icc/Makefile
index 07ece57..6ad6e83 100644
--- a/graphics/dcp2icc/Makefile
+++ b/graphics/dcp2icc/Makefile
@@ -3,7 +3,7 @@
PORTNAME= dcp2icc
PORTVERSION= 0.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics converters
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Version%20${PORTVERSION}
diff --git a/graphics/delaboratory/Makefile b/graphics/delaboratory/Makefile
index b75e1a1..66478c5 100644
--- a/graphics/delaboratory/Makefile
+++ b/graphics/delaboratory/Makefile
@@ -3,7 +3,7 @@
PORTNAME= delaboratory
PORTVERSION= 0.8
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= graphics
MASTER_SITES= GOOGLE_CODE
diff --git a/graphics/dilay/Makefile b/graphics/dilay/Makefile
index f6484da..d0eb79b 100644
--- a/graphics/dilay/Makefile
+++ b/graphics/dilay/Makefile
@@ -3,6 +3,7 @@
PORTNAME= dilay
PORTVERSION= 1.5.0
+PORTREVISION= 1
CATEGORIES= graphics
MAINTAINER= yuri@rawbw.com
diff --git a/graphics/enblend/Makefile b/graphics/enblend/Makefile
index 6fc32e0..036d124 100644
--- a/graphics/enblend/Makefile
+++ b/graphics/enblend/Makefile
@@ -3,7 +3,7 @@
PORTNAME= enblend
PORTVERSION= 4.1.4
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics
MASTER_SITES= SF/enblend/enblend-enfuse/enblend-enfuse-${PORTVERSION:R}
DISTNAME= enblend-enfuse-${PORTVERSION}
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile
index c17c1ae..c958009 100644
--- a/graphics/evince/Makefile
+++ b/graphics/evince/Makefile
@@ -3,7 +3,7 @@
PORTNAME= evince
PORTVERSION= 3.18.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics print gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
diff --git a/graphics/freeimage/Makefile b/graphics/freeimage/Makefile
index e572a53..e1dd6a5 100644
--- a/graphics/freeimage/Makefile
+++ b/graphics/freeimage/Makefile
@@ -3,7 +3,7 @@
PORTNAME= freeimage
PORTVERSION= 3.16.0
-PORTREVISION= 1
+PORTREVISION= 2
# Version 3.17.0 is available, but does not build on i386 (and probably
# other 32-bit arches) without some not-quite-trivial patching. If one
# decides to update the port, please make sure 32-bit builds are tested!
diff --git a/graphics/geomorph/Makefile b/graphics/geomorph/Makefile
index 22997ca..91ef26f 100644
--- a/graphics/geomorph/Makefile
+++ b/graphics/geomorph/Makefile
@@ -3,7 +3,7 @@
PORTNAME= geomorph
PORTVERSION= 0.60.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.60/
diff --git a/graphics/gimp-beautify-plugin/Makefile b/graphics/gimp-beautify-plugin/Makefile
index bbdf615..9e66f13 100644
--- a/graphics/gimp-beautify-plugin/Makefile
+++ b/graphics/gimp-beautify-plugin/Makefile
@@ -3,7 +3,7 @@
PORTNAME= beautify
PORTVERSION= 2012.08.12.00
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= graphics
PKGNAMEPREFIX= gimp-
PKGNAMESUFFIX= -plugin
diff --git a/graphics/gimp-gmic-plugin/Makefile b/graphics/gimp-gmic-plugin/Makefile
index 6d0121c..c45f5b1 100644
--- a/graphics/gimp-gmic-plugin/Makefile
+++ b/graphics/gimp-gmic-plugin/Makefile
@@ -2,7 +2,7 @@
PORTNAME= gmic
PORTVERSION= 1.6.9
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= graphics
MASTER_SITES= http://gmic.eu/files/source/
PKGNAMEPREFIX= gimp-
diff --git a/graphics/gimp-refocus-plugin/Makefile b/graphics/gimp-refocus-plugin/Makefile
index 5b703af..3ffc093 100644
--- a/graphics/gimp-refocus-plugin/Makefile
+++ b/graphics/gimp-refocus-plugin/Makefile
@@ -3,7 +3,7 @@
PORTNAME= refocus
PORTVERSION= 0.9.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= graphics
MASTER_SITES= SF
PKGNAMEPREFIX= gimp-
diff --git a/graphics/gimp-resynthesizer/Makefile b/graphics/gimp-resynthesizer/Makefile
index 7af9cee..9a2af97 100644
--- a/graphics/gimp-resynthesizer/Makefile
+++ b/graphics/gimp-resynthesizer/Makefile
@@ -3,7 +3,7 @@
PORTNAME= resynthesizer
PORTVERSION= 2.0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
PKGNAMEPREFIX= gimp-
diff --git a/graphics/gle-graphics/Makefile b/graphics/gle-graphics/Makefile
index c8cee76..7f8d3b8 100644
--- a/graphics/gle-graphics/Makefile
+++ b/graphics/gle-graphics/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gle-graphics
DISTVERSION= 4.2.4cf
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= graphics print
MASTER_SITES= SF/glx/gle4%20%28Current%20Active%20Version%29/${DISTVERSION:C,.$,,1}
DISTNAME= ${PORTNAME}-${DISTVERSION}-src
diff --git a/graphics/gource/Makefile b/graphics/gource/Makefile
index c6dc442..4911c71 100644
--- a/graphics/gource/Makefile
+++ b/graphics/gource/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gource
PORTVERSION= 0.43
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= graphics
MASTER_SITES= https://github.com/acaudwell/Gource/releases/download/${PORTNAME}-${PORTVERSION}/
diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile
index 0a79e99..0e968f8 100644
--- a/graphics/gthumb/Makefile
+++ b/graphics/gthumb/Makefile
@@ -4,6 +4,7 @@
PORTNAME= gthumb
PORTVERSION= 3.4.4.1
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
diff --git a/graphics/gtimelapse/Makefile b/graphics/gtimelapse/Makefile
index 4ece841..e7b8b97 100644
--- a/graphics/gtimelapse/Makefile
+++ b/graphics/gtimelapse/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gtimelapse
DISTVERSION= 0.1
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/Relase # yes, this is not a typo (here)
diff --git a/graphics/guetzli/Makefile b/graphics/guetzli/Makefile
index 34217d6..9d66a2d 100644
--- a/graphics/guetzli/Makefile
+++ b/graphics/guetzli/Makefile
@@ -3,6 +3,7 @@
PORTNAME= guetzli
PORTVERSION= 1.0.1
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= graphics
diff --git a/graphics/hiptext/Makefile b/graphics/hiptext/Makefile
index 3de6b8b..e9ad5ca 100644
--- a/graphics/hiptext/Makefile
+++ b/graphics/hiptext/Makefile
@@ -3,7 +3,7 @@
PORTNAME= hiptext
PORTVERSION= 0.0.s20160621
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MAINTAINER= yuri@rawbw.com
diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile
index fad4439..a614b12e 100644
--- a/graphics/hugin/Makefile
+++ b/graphics/hugin/Makefile
@@ -5,7 +5,7 @@ PORTNAME= hugin
PORTVERSION= 2016.2.0
DISTVERSION= 2016.2.0
WRKSRC= ${WRKDIR}/hugin-2016.2.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile
index a320b5e..6ffa134 100644
--- a/graphics/inkscape/Makefile
+++ b/graphics/inkscape/Makefile
@@ -3,6 +3,7 @@
PORTNAME= inkscape
PORTVERSION= 0.92.0
+PORTREVISION= 1
CATEGORIES= graphics gnome
MASTER_SITES= https://media.inkscape.org/dl/resources/file/ \
LOCAL/kwm
diff --git a/graphics/ipe/Makefile b/graphics/ipe/Makefile
index 02aa5c9..9481f58 100644
--- a/graphics/ipe/Makefile
+++ b/graphics/ipe/Makefile
@@ -3,6 +3,7 @@
PORTNAME= ipe
PORTVERSION= 7.2.7
+PORTREVISION= 1
DISTVERSIONSUFFIX= -src
CATEGORIES= graphics
MASTER_SITES= https://dl.bintray.com/otfried/generic/ipe/${PORTVERSION:R}/
diff --git a/graphics/jogamp-jogl/Makefile b/graphics/jogamp-jogl/Makefile
index 62ab429..dd17efc 100644
--- a/graphics/jogamp-jogl/Makefile
+++ b/graphics/jogamp-jogl/Makefile
@@ -3,7 +3,7 @@
PORTNAME= jogamp-jogl
PORTVERSION= 2.2.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics devel java
MASTER_SITES= http://jogamp.org/deployment/jogamp-current/archive/Sources/ \
http://jogamp.org/deployment/v${PORTVERSION}/archive/Sources/
diff --git a/graphics/kf5-kimageformats/Makefile b/graphics/kf5-kimageformats/Makefile
index a5194ea..ab8b5fb 100644
--- a/graphics/kf5-kimageformats/Makefile
+++ b/graphics/kf5-kimageformats/Makefile
@@ -3,6 +3,7 @@
PORTNAME= kimageformats
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
+PORTREVISION= 1
CATEGORIES= graphics kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
diff --git a/graphics/kf5-kplotting/Makefile b/graphics/kf5-kplotting/Makefile
index 0b50240..a689ca7 100644
--- a/graphics/kf5-kplotting/Makefile
+++ b/graphics/kf5-kplotting/Makefile
@@ -3,6 +3,7 @@
PORTNAME= kplotting
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
+PORTREVISION= 1
CATEGORIES= graphics kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
diff --git a/graphics/kf5-prison/Makefile b/graphics/kf5-prison/Makefile
index 9a9a799..926d4fc 100644
--- a/graphics/kf5-prison/Makefile
+++ b/graphics/kf5-prison/Makefile
@@ -3,6 +3,7 @@
PORTNAME= prison
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
+PORTREVISION= 1
CATEGORIES= graphics kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
diff --git a/graphics/libbpg/Makefile b/graphics/libbpg/Makefile
index 5172850..a37fce0 100644
--- a/graphics/libbpg/Makefile
+++ b/graphics/libbpg/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libbpg
PORTVERSION= 0.9.7
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://bellard.org/bpg/
diff --git a/graphics/libcdr01/Makefile b/graphics/libcdr01/Makefile
index 109bcbd..df08f2e 100644
--- a/graphics/libcdr01/Makefile
+++ b/graphics/libcdr01/Makefile
@@ -2,7 +2,7 @@
PORTNAME= libcdr
PORTVERSION= 0.1.3
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= graphics devel
MASTER_SITES= LODEV
PKGNAMESUFFIX= 01
diff --git a/graphics/libetonyek01/Makefile b/graphics/libetonyek01/Makefile
index ced2f12..0f3b757 100644
--- a/graphics/libetonyek01/Makefile
+++ b/graphics/libetonyek01/Makefile
@@ -2,7 +2,7 @@
PORTNAME= libetonyek
PORTVERSION= 0.1.6
-PORTREVISION= 3
+PORTREVISION= 4
PORTEPOCH= 1
CATEGORIES= graphics
MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/
diff --git a/graphics/libfreehand/Makefile b/graphics/libfreehand/Makefile
index aa6c73c..0d38c7e 100644
--- a/graphics/libfreehand/Makefile
+++ b/graphics/libfreehand/Makefile
@@ -2,7 +2,7 @@
PORTNAME= libfreehand
PORTVERSION= 0.1.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= graphics
MASTER_SITES= LODEV
diff --git a/graphics/libgltf/Makefile b/graphics/libgltf/Makefile
index 537079e..a4bbdde 100644
--- a/graphics/libgltf/Makefile
+++ b/graphics/libgltf/Makefile
@@ -2,7 +2,7 @@
PORTNAME= libgltf
PORTVERSION= 0.0.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= graphics devel
MASTER_SITES= LODEV
diff --git a/graphics/libopenraw/Makefile b/graphics/libopenraw/Makefile
index a6ac320..4a7c817 100644
--- a/graphics/libopenraw/Makefile
+++ b/graphics/libopenraw/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libopenraw
PORTVERSION= 0.1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://libopenraw.freedesktop.org/download/
diff --git a/graphics/libraw/Makefile b/graphics/libraw/Makefile
index 2570ea0..da20de3 100644
--- a/graphics/libraw/Makefile
+++ b/graphics/libraw/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libraw
PORTVERSION= 0.18.1
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.libraw.org/data/
DISTNAME= LibRaw-${PORTVERSION}
diff --git a/graphics/lightzone/Makefile b/graphics/lightzone/Makefile
index 75e415d..505377d 100644
--- a/graphics/lightzone/Makefile
+++ b/graphics/lightzone/Makefile
@@ -3,7 +3,7 @@
PORTNAME= lightzone
PORTVERSION= 4.1.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics java
DIST_SUBDIR= ${PORTNAME}
diff --git a/graphics/lximage-qt/Makefile b/graphics/lximage-qt/Makefile
index a211630..7e95900 100644
--- a/graphics/lximage-qt/Makefile
+++ b/graphics/lximage-qt/Makefile
@@ -3,6 +3,7 @@
PORTNAME= lximage-qt
PORTVERSION= 0.5.1
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= LXQT/${PORTNAME}
diff --git a/graphics/mahotas/Makefile b/graphics/mahotas/Makefile
index ee3dad6..9aac134 100644
--- a/graphics/mahotas/Makefile
+++ b/graphics/mahotas/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mahotas
PORTVERSION= 0.9.6
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/graphics/makehuman/Makefile b/graphics/makehuman/Makefile
index d011c8b..24a3900 100644
--- a/graphics/makehuman/Makefile
+++ b/graphics/makehuman/Makefile
@@ -3,7 +3,7 @@
PORTNAME= makehuman
DISTVERSION= 0.9.1-rc1a
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/MakeHuman%20Source/MakeHuman_091
diff --git a/graphics/mapnik/Makefile b/graphics/mapnik/Makefile
index 0d8c415..157d8df 100644
--- a/graphics/mapnik/Makefile
+++ b/graphics/mapnik/Makefile
@@ -4,7 +4,7 @@
PORTNAME= mapnik
PORTVERSION= 3.0.9
DISTVERSIONPREFIX= v
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= graphics geography
MASTER_SITES= http://mapnik.s3.amazonaws.com/dist/v${PORTVERSION}/
diff --git a/graphics/mhgui/Makefile b/graphics/mhgui/Makefile
index 9d043f2..e3a91b0 100644
--- a/graphics/mhgui/Makefile
+++ b/graphics/mhgui/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mhgui
PORTVERSION= 0.2
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= graphics
MASTER_SITES= SF/makehuman/MakeHuman%20Source/MakeHuman_091
diff --git a/graphics/mupdf/Makefile b/graphics/mupdf/Makefile
index 9c9af79..789e5b2 100644
--- a/graphics/mupdf/Makefile
+++ b/graphics/mupdf/Makefile
@@ -4,7 +4,7 @@
PORTNAME= mupdf
PORTVERSION= 1.10a
DISTVERSIONSUFFIX= -source
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= graphics
MASTER_SITES= http://www.mupdf.com/downloads/ \
diff --git a/graphics/mypaint/Makefile b/graphics/mypaint/Makefile
index 2eb3a57..8be3c11 100644
--- a/graphics/mypaint/Makefile
+++ b/graphics/mypaint/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mypaint
PORTVERSION= 1.2.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= https://github.com/mypaint/mypaint/releases/download/${PORTVERSION:S/^/v/}/
diff --git a/graphics/nurbs++/Makefile b/graphics/nurbs++/Makefile
index 8797c37..9637ee4 100644
--- a/graphics/nurbs++/Makefile
+++ b/graphics/nurbs++/Makefile
@@ -3,7 +3,7 @@
PORTNAME= nurbs++
PORTVERSION= 3.0.11
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= graphics
MASTER_SITES= SF/libnurbs/nurbs%2B%2B/${PORTVERSION}
diff --git a/graphics/ogre3d/Makefile b/graphics/ogre3d/Makefile
index 82d2ead..55008d4 100644
--- a/graphics/ogre3d/Makefile
+++ b/graphics/ogre3d/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ogre3d
PORTVERSION= 1.9.0
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= graphics devel
MASTER_SITES= https://bitbucket.org/sinbad/ogre/get/
DISTNAME= v1-9-0
diff --git a/graphics/openimageio/Makefile b/graphics/openimageio/Makefile
index 9cf60ba..2bbd93b 100644
--- a/graphics/openimageio/Makefile
+++ b/graphics/openimageio/Makefile
@@ -4,7 +4,7 @@
PORTNAME= openimageio
PORTVERSION= 1.6.12
DISTVERSIONPREFIX= Release-
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES?= graphics multimedia
MAINTAINER?= FreeBSD@Shaneware.biz
diff --git a/graphics/openshadinglanguage/Makefile b/graphics/openshadinglanguage/Makefile
index e389506..f270047 100644
--- a/graphics/openshadinglanguage/Makefile
+++ b/graphics/openshadinglanguage/Makefile
@@ -3,6 +3,7 @@
PORTNAME= openshadinglanguage
PORTVERSION= 1.7.5
+PORTREVISION= 1
DISTVERSIONPREFIX= Release-
CATEGORIES= graphics devel
diff --git a/graphics/oyranos/Makefile b/graphics/oyranos/Makefile
index 3f01518..ce80311 100644
--- a/graphics/oyranos/Makefile
+++ b/graphics/oyranos/Makefile
@@ -2,7 +2,7 @@
PORTNAME= oyranos
PORTVERSION= 0.9.5
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/Oyranos/Oyranos%20${PORTVERSION:C|(.*)\.[0-9]*$|\1|}
diff --git a/graphics/p5-PGPLOT/Makefile b/graphics/p5-PGPLOT/Makefile
index d3f69c2..1611336 100644
--- a/graphics/p5-PGPLOT/Makefile
+++ b/graphics/p5-PGPLOT/Makefile
@@ -3,7 +3,7 @@
PORTNAME= PGPLOT
PORTVERSION= 2.21
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:KGB
diff --git a/graphics/pfstmo/Makefile b/graphics/pfstmo/Makefile
index e2b75b5..c8876a3 100644
--- a/graphics/pfstmo/Makefile
+++ b/graphics/pfstmo/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pfstmo
PORTVERSION= 1.5
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= graphics
MASTER_SITES= SF/pfstools/${PORTNAME}/${PORTVERSION}
diff --git a/graphics/pgplot/Makefile b/graphics/pgplot/Makefile
index d041ee3..dff7005 100644
--- a/graphics/pgplot/Makefile
+++ b/graphics/pgplot/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pgplot
PORTVERSION= 5.2.2
-PORTREVISION= 18
+PORTREVISION= 19
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.astro.caltech.edu/pub/pgplot/
DISTNAME= ${PORTNAME}${PORTVERSION:R}
diff --git a/graphics/photivo/Makefile b/graphics/photivo/Makefile
index 9e1c1de..9cec47e 100644
--- a/graphics/photivo/Makefile
+++ b/graphics/photivo/Makefile
@@ -3,6 +3,7 @@
PORTNAME= photivo
PORTVERSION= 0.0.2015.03.21
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= https://storage.googleapis.com/google-code-archive-source/v2/code.google.com/${PORTNAME}/
DISTNAME= source-archive
diff --git a/graphics/piglit/Makefile b/graphics/piglit/Makefile
index 762547f..f27d216 100644
--- a/graphics/piglit/Makefile
+++ b/graphics/piglit/Makefile
@@ -3,6 +3,7 @@
PORTNAME= piglit
PORTVERSION= 20160809
+PORTREVISION= 1
CATEGORIES= graphics
MAINTAINER= x11@FreeBSD.org
diff --git a/graphics/pixie/Makefile b/graphics/pixie/Makefile
index 1185438..5b1b298 100644
--- a/graphics/pixie/Makefile
+++ b/graphics/pixie/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pixie
PORTVERSION= 2.2.6
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Pixie%20${PORTVERSION}
DISTNAME= Pixie-src-${PORTVERSION}
diff --git a/graphics/py-gdal/Makefile b/graphics/py-gdal/Makefile
index dd5cab9..9b95ec3 100644
--- a/graphics/py-gdal/Makefile
+++ b/graphics/py-gdal/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gdal
PORTVERSION= 2.1.3
+PORTREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \
ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \
diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile
index 8294c38..fd1473e 100644
--- a/graphics/qgis/Makefile
+++ b/graphics/qgis/Makefile
@@ -4,6 +4,7 @@
PORTNAME= qgis
DISTVERSIONPREFIX= final-
DISTVERSION= 2_18_4
+PORTREVISION= 1
CATEGORIES= graphics geography
MAINTAINER= rhurlin@gwdg.de
diff --git a/graphics/raster3d/Makefile b/graphics/raster3d/Makefile
index 775ef5d..0c13dc8 100644
--- a/graphics/raster3d/Makefile
+++ b/graphics/raster3d/Makefile
@@ -3,7 +3,7 @@
PORTNAME= raster3d
PORTVERSION= 3.0.2
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= graphics biology
MASTER_SITES= http://skuld.bmsc.washington.edu/${PORTNAME}/
DISTNAME= Raster3D_${PORTVERSION:R}-${PORTVERSION:E}
diff --git a/graphics/rawtherapee-devel/Makefile b/graphics/rawtherapee-devel/Makefile
index 299a7d5..9e358a3 100644
--- a/graphics/rawtherapee-devel/Makefile
+++ b/graphics/rawtherapee-devel/Makefile
@@ -3,6 +3,7 @@
PORTNAME= rawtherapee
PORTVERSION= 5.0.1
+PORTREVISION= 1
DISTVERSIONSUFFIX= -gtk3
DISTNAME= ${PORTNAME}-${PORTVERSION:R}-r${PORTVERSION:E}${DISTVERSIONSUFFIX}
CATEGORIES= graphics
diff --git a/graphics/rawtherapee/Makefile b/graphics/rawtherapee/Makefile
index cf8abe8..24a808a 100644
--- a/graphics/rawtherapee/Makefile
+++ b/graphics/rawtherapee/Makefile
@@ -3,6 +3,7 @@
PORTNAME= rawtherapee
PORTVERSION= 5.0.1
+PORTREVISION= 1
DISTVERSIONSUFFIX= -gtk3
DISTNAME= ${PORTNAME}-${PORTVERSION:R}-r${PORTVERSION:E}${DISTVERSIONSUFFIX}
CATEGORIES= graphics
diff --git a/graphics/seexpr/Makefile b/graphics/seexpr/Makefile
index 3fbc854..df4d029 100644
--- a/graphics/seexpr/Makefile
+++ b/graphics/seexpr/Makefile
@@ -4,6 +4,7 @@
PORTNAME= seexpr
DISTVERSIONPREFIX= v
PORTVERSION= 2.11
+PORTREVISION= 1
CATEGORIES= graphics math
MAINTAINER= danfe@FreeBSD.org
diff --git a/graphics/sekrit-twc-zimg/Makefile b/graphics/sekrit-twc-zimg/Makefile
index 7ac7410..100a514 100644
--- a/graphics/sekrit-twc-zimg/Makefile
+++ b/graphics/sekrit-twc-zimg/Makefile
@@ -2,6 +2,7 @@
PORTNAME= zimg
PORTVERSION= 2.5
+PORTREVISION= 1
DISTVERSIONPREFIX= release-
CATEGORIES= graphics
PKGNAMEPREFIX= ${GH_ACCOUNT}-
diff --git a/graphics/shotwell/Makefile b/graphics/shotwell/Makefile
index 21810fb..73cda13 100644
--- a/graphics/shotwell/Makefile
+++ b/graphics/shotwell/Makefile
@@ -3,6 +3,7 @@
PORTNAME= shotwell
PORTVERSION= 0.26.0
+PORTREVISION= 1
CATEGORIES= graphics gnome
MASTER_SITES= GNOME/sources/shotwell/${PORTVERSION:R}
diff --git a/graphics/simpleviewer/Makefile b/graphics/simpleviewer/Makefile
index a8953d9..e7b8f29 100644
--- a/graphics/simpleviewer/Makefile
+++ b/graphics/simpleviewer/Makefile
@@ -3,6 +3,7 @@
PORTNAME= simpleviewer
PORTVERSION= 2.88
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= https://bitbucket.org/andreyu/simple-viewer-gl/get/
DISTNAME= v${PORTVERSION}
diff --git a/graphics/tesseract/Makefile b/graphics/tesseract/Makefile
index f137b05..0daa6e5 100644
--- a/graphics/tesseract/Makefile
+++ b/graphics/tesseract/Makefile
@@ -3,6 +3,7 @@
PORTNAME= tesseract
PORTVERSION= 3.05.00
+PORTREVISION= 1
CATEGORIES= graphics
MAINTAINER= pkubaj@anongoth.pl
diff --git a/graphics/tiled/Makefile b/graphics/tiled/Makefile
index ec187c1..f245f8d 100644
--- a/graphics/tiled/Makefile
+++ b/graphics/tiled/Makefile
@@ -3,6 +3,7 @@
PORTNAME= tiled
PORTVERSION= 0.18.2
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= graphics editors games
diff --git a/graphics/tulip/Makefile b/graphics/tulip/Makefile
index 3cfb4d2..ea297e7 100644
--- a/graphics/tulip/Makefile
+++ b/graphics/tulip/Makefile
@@ -3,6 +3,7 @@
PORTNAME= tulip
PORTVERSION= 4.10.0
+PORTREVISION= 1
DISTVERSIONSUFFIX= _src
CATEGORIES= graphics
MASTER_SITES= SF/auber/${PORTNAME}/${PORTNAME}-${PORTVERSION}
diff --git a/graphics/vapoursynth-waifu2x-w2xc/Makefile b/graphics/vapoursynth-waifu2x-w2xc/Makefile
index 095637c..54e1643 100644
--- a/graphics/vapoursynth-waifu2x-w2xc/Makefile
+++ b/graphics/vapoursynth-waifu2x-w2xc/Makefile
@@ -2,6 +2,7 @@
PORTNAME= waifu2x-w2xc
DISTVERSION= r6
+PORTREVISION= 1
CATEGORIES= graphics
PKGNAMEPREFIX= vapoursynth-
diff --git a/graphics/vigra/Makefile b/graphics/vigra/Makefile
index 5564b0d..815a94b 100644
--- a/graphics/vigra/Makefile
+++ b/graphics/vigra/Makefile
@@ -3,7 +3,7 @@
PORTNAME= vigra
DISTVERSION= 1.11.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= graphics
MAINTAINER= ports@FreeBSD.org
diff --git a/graphics/waffle/Makefile b/graphics/waffle/Makefile
index d53b5b5..0d41cb7 100644
--- a/graphics/waffle/Makefile
+++ b/graphics/waffle/Makefile
@@ -3,7 +3,7 @@
PORTNAME= waffle
PORTVERSION= 1.5.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://www.waffle-gl.org/files/release/waffle-${PORTVERSION}/
diff --git a/graphics/waifu2x-converter-cpp/Makefile b/graphics/waifu2x-converter-cpp/Makefile
index cb76307..c7b30a8 100644
--- a/graphics/waifu2x-converter-cpp/Makefile
+++ b/graphics/waifu2x-converter-cpp/Makefile
@@ -3,7 +3,7 @@
PORTNAME= waifu2x-converter-cpp
DISTVERSION= 1.0.0-410
DISTVERSIONSUFFIX= -g5e5ac35
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= https://aur.archlinux.org/cgit/aur.git/plain/${PORTNAME:C/-.*//}.1.gz?h=${PORTNAME:C/-.*//}-git&id=5c150a5&/:manpage
DISTFILES= ${PORTNAME:C/-.*//}.1.gz:manpage
diff --git a/graphics/webp/Makefile b/graphics/webp/Makefile
index 7d511bb..022a5d5 100644
--- a/graphics/webp/Makefile
+++ b/graphics/webp/Makefile
@@ -3,6 +3,7 @@
PORTNAME= webp
PORTVERSION= 0.5.2
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://downloads.webmproject.org/releases/webp/
DISTNAME= lib${PORTNAME}-${PORTVERSION}
diff --git a/graphics/wxsvg/Makefile b/graphics/wxsvg/Makefile
index e928bfe..6402287 100644
--- a/graphics/wxsvg/Makefile
+++ b/graphics/wxsvg/Makefile
@@ -3,6 +3,7 @@
PORTNAME= wxsvg
PORTVERSION= 1.5.11
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF
diff --git a/graphics/xd3d/Makefile b/graphics/xd3d/Makefile
index e7972ee..833534d 100644
--- a/graphics/xd3d/Makefile
+++ b/graphics/xd3d/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xd3d
PORTVERSION= 8.3.1
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= graphics math
MASTER_SITES= http://www.cmap.polytechnique.fr/~jouve/xd3d/
diff --git a/graphics/zathura-cb/Makefile b/graphics/zathura-cb/Makefile
index 153cc20..b83a6e4 100644
--- a/graphics/zathura-cb/Makefile
+++ b/graphics/zathura-cb/Makefile
@@ -2,6 +2,7 @@
PORTNAME= zathura-cb
PORTVERSION= 0.1.6
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= https://pwmt.org/projects/zathura-cb/download/ \
http://www.madpilot.net/~mad/pwmt.org/
diff --git a/graphics/zathura-djvu/Makefile b/graphics/zathura-djvu/Makefile
index 8e9e10d..75041cc 100644
--- a/graphics/zathura-djvu/Makefile
+++ b/graphics/zathura-djvu/Makefile
@@ -3,6 +3,7 @@
PORTNAME= zathura-djvu
PORTVERSION= 0.2.6
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= https://pwmt.org/projects/zathura/plugins/download/ \
http://www.madpilot.net/~mad/pwmt.org/
diff --git a/graphics/zathura-pdf-mupdf/Makefile b/graphics/zathura-pdf-mupdf/Makefile
index 7528584..5b94b5f3 100644
--- a/graphics/zathura-pdf-mupdf/Makefile
+++ b/graphics/zathura-pdf-mupdf/Makefile
@@ -3,7 +3,7 @@
PORTNAME= zathura-pdf-mupdf
PORTVERSION= 0.3.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= https://pwmt.org/projects/zathura-pdf-mupdf/download/ \
http://www.madpilot.net/~mad/pwmt.org/
diff --git a/graphics/zathura-pdf-poppler/Makefile b/graphics/zathura-pdf-poppler/Makefile
index 7317c9c..0ccd4f1 100644
--- a/graphics/zathura-pdf-poppler/Makefile
+++ b/graphics/zathura-pdf-poppler/Makefile
@@ -3,6 +3,7 @@
PORTNAME= zathura-pdf-poppler
PORTVERSION= 0.2.7
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= https://pwmt.org/projects/zathura/plugins/download/ \
http://www.madpilot.net/~mad/pwmt.org/
diff --git a/graphics/zathura-ps/Makefile b/graphics/zathura-ps/Makefile
index e5110e1..e2916af 100644
--- a/graphics/zathura-ps/Makefile
+++ b/graphics/zathura-ps/Makefile
@@ -2,6 +2,7 @@
PORTNAME= zathura-ps
PORTVERSION= 0.2.4
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= https://pwmt.org/projects/zathura-ps/download/ \
http://www.madpilot.net/~mad/pwmt.org/
diff --git a/graphics/zathura/Makefile b/graphics/zathura/Makefile
index f6e5f0d..885bb1f 100644
--- a/graphics/zathura/Makefile
+++ b/graphics/zathura/Makefile
@@ -3,6 +3,7 @@
PORTNAME= zathura
PORTVERSION= 0.3.7
+PORTREVISION= 1
CATEGORIES= graphics print
MASTER_SITES= https://pwmt.org/projects/zathura/download/ \
http://www.madpilot.net/~mad/pwmt.org/
OpenPOWER on IntegriCloud