Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Nov 2018 14:01:25 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485775 - in head/graphics/gegl: . files
Message-ID:  <201811241401.wAOE1PxM005132@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Sat Nov 24 14:01:25 2018
New Revision: 485775
URL: https://svnweb.freebsd.org/changeset/ports/485775

Log:
  Update gegl to 0.4.12.
  
  * remove stale 0.3.x development comment from pkg-descr.

Deleted:
  head/graphics/gegl/files/
Modified:
  head/graphics/gegl/Makefile
  head/graphics/gegl/distinfo
  head/graphics/gegl/pkg-descr
  head/graphics/gegl/pkg-plist

Modified: head/graphics/gegl/Makefile
==============================================================================
--- head/graphics/gegl/Makefile	Sat Nov 24 13:59:59 2018	(r485774)
+++ head/graphics/gegl/Makefile	Sat Nov 24 14:01:25 2018	(r485775)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gegl
-PORTVERSION=	0.4.8
-PORTREVISION=	2
+PORTVERSION=	0.4.12
 CATEGORIES=	graphics
 MASTER_SITES=	GIMP
 
@@ -30,7 +29,7 @@ CONFIGURE_ARGS=	--without-vala --disable-docs
 CONFIGURE_ARGS+=--without-mrg --without-lensfun
 INSTALL_TARGET=	install-strip
 
-GEGL_MINOR=	408
+GEGL_MINOR=	412
 GEGL_VER=	0.4
 PLIST_SUB+=	GEGL_MINOR="${GEGL_MINOR}" GEGL_VER=${GEGL_VER}
 

Modified: head/graphics/gegl/distinfo
==============================================================================
--- head/graphics/gegl/distinfo	Sat Nov 24 13:59:59 2018	(r485774)
+++ head/graphics/gegl/distinfo	Sat Nov 24 14:01:25 2018	(r485775)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1537606982
-SHA256 (gegl-0.4.8.tar.bz2) = 719468eec56ac5b191626a0cb6238f3abe9117e80594890c246acdc89183ae49
-SIZE (gegl-0.4.8.tar.bz2) = 7017022
+TIMESTAMP = 1543060134
+SHA256 (gegl-0.4.12.tar.bz2) = e967293eabe89257e1d511bf68435fbfd44e6e0f9ef51b86cc50781f09eb5852
+SIZE (gegl-0.4.12.tar.bz2) = 7065555

Modified: head/graphics/gegl/pkg-descr
==============================================================================
--- head/graphics/gegl/pkg-descr	Sat Nov 24 13:59:59 2018	(r485774)
+++ head/graphics/gegl/pkg-descr	Sat Nov 24 14:01:25 2018	(r485775)
@@ -6,6 +6,4 @@ non destructive image editing on larger than RAM buffe
 Through babl it provides support for a wide range of color
 models and pixel storage formats for input and output.
 
-This port is a development snapshot until gegl 0.3.0 is released.
-
 WWW: http://gegl.org/

Modified: head/graphics/gegl/pkg-plist
==============================================================================
--- head/graphics/gegl/pkg-plist	Sat Nov 24 13:59:59 2018	(r485774)
+++ head/graphics/gegl/pkg-plist	Sat Nov 24 14:01:25 2018	(r485775)
@@ -5,7 +5,10 @@ include/gegl-%%GEGL_VER%%/gegl-apply.h
 include/gegl-%%GEGL_VER%%/gegl-audio-fragment.h
 include/gegl-%%GEGL_VER%%/gegl-buffer-backend.h
 include/gegl-%%GEGL_VER%%/gegl-buffer-cl-iterator.h
+include/gegl-%%GEGL_VER%%/gegl-buffer-enums.h
 include/gegl-%%GEGL_VER%%/gegl-buffer-iterator.h
+include/gegl-%%GEGL_VER%%/gegl-buffer-iterator2.h
+include/gegl-%%GEGL_VER%%/gegl-buffer-matrix2.h
 include/gegl-%%GEGL_VER%%/gegl-buffer.h
 include/gegl-%%GEGL_VER%%/gegl-color.h
 include/gegl-%%GEGL_VER%%/gegl-cpuaccel.h
@@ -24,6 +27,7 @@ include/gegl-%%GEGL_VER%%/gegl-path.h
 include/gegl-%%GEGL_VER%%/gegl-plugin.h
 include/gegl-%%GEGL_VER%%/gegl-processor.h
 include/gegl-%%GEGL_VER%%/gegl-random.h
+include/gegl-%%GEGL_VER%%/gegl-rectangle.h
 include/gegl-%%GEGL_VER%%/gegl-tile-backend.h
 include/gegl-%%GEGL_VER%%/gegl-tile-handler.h
 include/gegl-%%GEGL_VER%%/gegl-tile-source.h
@@ -82,6 +86,7 @@ lib/gegl-%%GEGL_VER%%/gegl-common-gpl3.so
 lib/gegl-%%GEGL_VER%%/gegl-common.so
 lib/gegl-%%GEGL_VER%%/gegl-core.so
 lib/gegl-%%GEGL_VER%%/gegl-generated.so
+lib/gegl-%%GEGL_VER%%/gif-load.so
 lib/gegl-%%GEGL_VER%%/grey2.json
 %%JASPER%%lib/gegl-%%GEGL_VER%%/jp2-load.so
 lib/gegl-%%GEGL_VER%%/jpg-load.so



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811241401.wAOE1PxM005132>