From owner-svn-ports-head@freebsd.org Wed Oct 14 10:52:01 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 266B3A12ECE; Wed, 14 Oct 2015 10:52:01 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D816031C; Wed, 14 Oct 2015 10:52:00 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9EApx4u015209; Wed, 14 Oct 2015 10:51:59 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9EApxZ7015200; Wed, 14 Oct 2015 10:51:59 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201510141051.t9EApxZ7015200@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Wed, 14 Oct 2015 10:51:59 +0000 (UTC) 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... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Oct 2015 10:52:01 -0000 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