From owner-svn-ports-all@freebsd.org Mon Oct 8 19:35:48 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3712510C965B; Mon, 8 Oct 2018 19:35:48 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CCEEE79BD9; Mon, 8 Oct 2018 19:35:47 +0000 (UTC) (envelope-from kwm@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C17FF26F81; Mon, 8 Oct 2018 19:35:47 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w98JZl89030906; Mon, 8 Oct 2018 19:35:47 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w98JZlbT030905; Mon, 8 Oct 2018 19:35:47 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201810081935.w98JZlbT030905@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Mon, 8 Oct 2018 19:35:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481558 - head/graphics/gegl X-SVN-Group: ports-head X-SVN-Commit-Author: kwm X-SVN-Commit-Paths: head/graphics/gegl X-SVN-Commit-Revision: 481558 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Oct 2018 19:35:48 -0000 Author: kwm Date: Mon Oct 8 19:35:47 2018 New Revision: 481558 URL: https://svnweb.freebsd.org/changeset/ports/481558 Log: Add missing bits from the patch. PR: 232054 Submitted by: tobik@ Modified: head/graphics/gegl/Makefile Modified: head/graphics/gegl/Makefile ============================================================================== --- head/graphics/gegl/Makefile Mon Oct 8 19:16:50 2018 (r481557) +++ head/graphics/gegl/Makefile Mon Oct 8 19:35:47 2018 (r481558) @@ -3,6 +3,7 @@ PORTNAME= gegl PORTVERSION= 0.4.8 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= GIMP @@ -39,8 +40,7 @@ EXAMPLES= 2geglbuffer \ SHEBANG_FILES= tools/xml_insert.sh -# Fix conflicts with graphics/gegl and sysutils/coreutils -EXAMPLESDIR= ${PREFIX}/share/examples/gegl${PKGNAMESUFFIX} +# Fix conflicts with sysutils/coreutils UNIQUE_SUFFIX= -${GEGL_VER} UNIQUE_SUFFIX_FILES= bin/gcut