Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Oct 2015 10:51:59 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399248 - in head/graphics: gimp-beautify-plugin gimp-elsamuko-script gimp-ez-perspective-plugin gimp-jagged-border-script gimp-lensfun-plugin gimp-refocus-plugin gimp-wavelet-decompose...
Message-ID:  <201510141051.t9EApxZ7015200@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: culot
Date: Wed Oct 14 10:51:58 2015
New Revision: 399248
URL: https://svnweb.freebsd.org/changeset/ports/399248

Log:
  - Reassign to the heap after lioux@'s bit was taken in for safekeeping

Modified:
  head/graphics/gimp-beautify-plugin/Makefile
  head/graphics/gimp-elsamuko-script/Makefile
  head/graphics/gimp-ez-perspective-plugin/Makefile
  head/graphics/gimp-jagged-border-script/Makefile
  head/graphics/gimp-lensfun-plugin/Makefile
  head/graphics/gimp-refocus-plugin/Makefile
  head/graphics/gimp-wavelet-decompose-plugin/Makefile
  head/graphics/gimp-wavelet-denoise-plugin/Makefile
  head/graphics/gimp-wavelet-sharpen-plugin/Makefile

Modified: head/graphics/gimp-beautify-plugin/Makefile
==============================================================================
--- head/graphics/gimp-beautify-plugin/Makefile	Wed Oct 14 10:51:50 2015	(r399247)
+++ head/graphics/gimp-beautify-plugin/Makefile	Wed Oct 14 10:51:58 2015	(r399248)
@@ -8,7 +8,7 @@ CATEGORIES=	graphics
 PKGNAMEPREFIX=	gimp-
 PKGNAMESUFFIX=	-plugin
 
-MAINTAINER=	lioux@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	GIMP plug-ins to both quickly and easily beautify photo
 
 LICENSE=	GPLv3

Modified: head/graphics/gimp-elsamuko-script/Makefile
==============================================================================
--- head/graphics/gimp-elsamuko-script/Makefile	Wed Oct 14 10:51:50 2015	(r399247)
+++ head/graphics/gimp-elsamuko-script/Makefile	Wed Oct 14 10:51:58 2015	(r399248)
@@ -10,7 +10,7 @@ PKGNAMEPREFIX=	gimp-
 PKGNAMESUFFIX=	-script
 DISTNAME=	${PORTNAME}
 
-MAINTAINER=	lioux@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Gimp scripts by elsamuko
 
 LICENSE=	GPLv3

Modified: head/graphics/gimp-ez-perspective-plugin/Makefile
==============================================================================
--- head/graphics/gimp-ez-perspective-plugin/Makefile	Wed Oct 14 10:51:50 2015	(r399247)
+++ head/graphics/gimp-ez-perspective-plugin/Makefile	Wed Oct 14 10:51:58 2015	(r399248)
@@ -10,7 +10,7 @@ PKGNAMEPREFIX=	gimp-
 PKGNAMESUFFIX=	-plugin
 DISTNAME=	${PORTNAME}.py
 
-MAINTAINER=	lioux@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	GIMP plugin to sharpen by increasing contrast in high frequency space
 
 LICENSE=	EZPERSPECTIVE

Modified: head/graphics/gimp-jagged-border-script/Makefile
==============================================================================
--- head/graphics/gimp-jagged-border-script/Makefile	Wed Oct 14 10:51:50 2015	(r399247)
+++ head/graphics/gimp-jagged-border-script/Makefile	Wed Oct 14 10:51:58 2015	(r399248)
@@ -12,7 +12,7 @@ DISTNAME=	script-fu-jagged-border.scm
 EXTRACT_SUFX=
 EXTRACT_ONLY=
 
-MAINTAINER=	lioux@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	GIMP script to create a jagged border around an image
 
 LICENSE=	GPLv3

Modified: head/graphics/gimp-lensfun-plugin/Makefile
==============================================================================
--- head/graphics/gimp-lensfun-plugin/Makefile	Wed Oct 14 10:51:50 2015	(r399247)
+++ head/graphics/gimp-lensfun-plugin/Makefile	Wed Oct 14 10:51:58 2015	(r399248)
@@ -8,7 +8,7 @@ CATEGORIES=	graphics
 PKGNAMEPREFIX=	gimp-
 PKGNAMESUFFIX=	-plugin
 
-MAINTAINER=	lioux@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Gimp plugin to correct lens distortion using the lensfun library
 
 LICENSE=	GPLv3

Modified: head/graphics/gimp-refocus-plugin/Makefile
==============================================================================
--- head/graphics/gimp-refocus-plugin/Makefile	Wed Oct 14 10:51:50 2015	(r399247)
+++ head/graphics/gimp-refocus-plugin/Makefile	Wed Oct 14 10:51:58 2015	(r399248)
@@ -9,7 +9,7 @@ MASTER_SITES=	SF
 PKGNAMEPREFIX=	gimp-
 PKGNAMESUFFIX=	-plugin
 
-MAINTAINER=	lioux@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	GIMP plugin to "refocus" images through FIR Wiener filtering
 
 LICENSE=	GPLv2

Modified: head/graphics/gimp-wavelet-decompose-plugin/Makefile
==============================================================================
--- head/graphics/gimp-wavelet-decompose-plugin/Makefile	Wed Oct 14 10:51:50 2015	(r399247)
+++ head/graphics/gimp-wavelet-decompose-plugin/Makefile	Wed Oct 14 10:51:58 2015	(r399248)
@@ -9,7 +9,7 @@ MASTER_SITES=	http://registry.gimp.org/f
 PKGNAMEPREFIX=	gimp-
 PKGNAMESUFFIX=	-plugin
 
-MAINTAINER=	lioux@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Gimp plugin to losslessly decompose images into wavelet scales layers
 
 LICENSE=	GPLv2

Modified: head/graphics/gimp-wavelet-denoise-plugin/Makefile
==============================================================================
--- head/graphics/gimp-wavelet-denoise-plugin/Makefile	Wed Oct 14 10:51:50 2015	(r399247)
+++ head/graphics/gimp-wavelet-denoise-plugin/Makefile	Wed Oct 14 10:51:58 2015	(r399248)
@@ -9,7 +9,7 @@ MASTER_SITES=	http://registry.gimp.org/f
 PKGNAMEPREFIX=	gimp-
 PKGNAMESUFFIX=	-plugin
 
-MAINTAINER=	lioux@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	GIMP plugin to reduce noise in each channel of an image separately
 
 LICENSE=	GPLv2

Modified: head/graphics/gimp-wavelet-sharpen-plugin/Makefile
==============================================================================
--- head/graphics/gimp-wavelet-sharpen-plugin/Makefile	Wed Oct 14 10:51:50 2015	(r399247)
+++ head/graphics/gimp-wavelet-sharpen-plugin/Makefile	Wed Oct 14 10:51:58 2015	(r399248)
@@ -9,7 +9,7 @@ MASTER_SITES=	http://registry.gimp.org/f
 PKGNAMEPREFIX=	gimp-
 PKGNAMESUFFIX=	-plugin
 
-MAINTAINER=	lioux@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	GIMP plugin to sharpen by increasing contrast in high frequency space
 
 LICENSE=	GPLv2



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