Date: Mon, 8 Oct 2018 19:35:47 +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: r481558 - head/graphics/gegl Message-ID: <201810081935.w98JZlbT030905@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810081935.w98JZlbT030905>