diff options
Diffstat (limited to 'graphics/gegl/Makefile')
-rw-r--r-- | graphics/gegl/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index b8bb13fa84b3..7c363201fa41 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -1,9 +1,12 @@ PORTNAME= gegl -DISTVERSION= 0.4.58 -PORTREVISION= 3 +DISTVERSION= 0.4.62 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= GIMP +PATCH_SITES+= https://gitlab.gnome.org/GNOME/gegl/-/commit/ +PATCHFILES+= eda8ba51786f197b72265eafcdab407d91ec9c70.diff:-p1 + MAINTAINER= gnome@FreeBSD.org COMMENT= Graph based image processing framework WWW= https://gegl.org/ @@ -41,7 +44,7 @@ MESON_ARGS= -Ddocs=false \ MESON_ARGS+= -Dopenmp=disabled .endif -GEGL_SHLIB= 0.457.1 +GEGL_SHLIB= 0.461.1 GEGL_VER= 0.4 PLIST_SUB+= GEGL_SHLIB=${GEGL_SHLIB} GEGL_VER=${GEGL_VER} |