From owner-svn-ports-head@FreeBSD.ORG Sat Mar 28 15:14:02 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 206E377E; Sat, 28 Mar 2015 15:14:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 0B6CFE76; Sat, 28 Mar 2015 15:14:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2SFE1pP090153; Sat, 28 Mar 2015 15:14:01 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2SFE1GS090152; Sat, 28 Mar 2015 15:14:01 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201503281514.t2SFE1GS090152@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 28 Mar 2015 15:14:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382502 - head/graphics/gimp 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.18-1 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: Sat, 28 Mar 2015 15:14:02 -0000 Author: bapt Date: Sat Mar 28 15:14:01 2015 New Revision: 382502 URL: https://svnweb.freebsd.org/changeset/ports/382502 QAT: https://qat.redports.org/buildarchive/r382502/ Log: Convert to USES=metaport Modified: head/graphics/gimp/Makefile Modified: head/graphics/gimp/Makefile ============================================================================== --- head/graphics/gimp/Makefile Sat Mar 28 15:09:52 2015 (r382501) +++ head/graphics/gimp/Makefile Sat Mar 28 15:14:01 2015 (r382502) @@ -7,16 +7,13 @@ DISTVERSION?= 2.8.14 PORTREVISION?= 0 PORTEPOCH?= 2 CATEGORIES= graphics gnome -MASTER_SITES?= # empty -DISTFILES?= # empty -EXTRACT_ONLY?= # empty MAINTAINER= gnome@FreeBSD.org COMMENT= The "meta-port" for The Gimp RUN_DEPENDS= gimp-2.8:${PORTSDIR}/graphics/gimp-app -USES+= cpe +USES+= cpe metaport CPE_PRODUCT= gimp CPE_VENDOR= gnu @@ -26,23 +23,9 @@ PYTHON_DESC= Python-fu support PRINT_DESC= Gutenprint (gimp-print) plugin HELP_DESC= Gimp-Help (50+MB distfile) -NO_BUILD= yes -NO_INSTALL= yes -NO_MTREE= yes - -.include - -.if ${PORT_OPTIONS:MHELP} -RUN_DEPENDS+= en-gimp-help-html>=0:${PORTSDIR}/misc/gimp-help-en -.endif - -.if ${PORT_OPTIONS:MPYTHON} -RUN_DEPENDS+= ${LOCALBASE}/libexec/gimp/2.2/environ/pygimp.env:${PORTSDIR}/graphics/py-gimp -.endif - -.if ${PORT_OPTIONS:MPRINT} -RUN_DEPENDS+= ${LOCALBASE}/libexec/gimp/2.2/plug-ins/gutenprint:${PORTSDIR}/print/gimp-gutenprint -RUN_DEPENDS+= gutenprint>0:${PORTSDIR}/print/gutenprint -.endif +HELP_RUN_DEPENDS+= en-gimp-help-html>=0:${PORTSDIR}/misc/gimp-help-en +PYTHON_RUN_DEPENDS+= ${LOCALBASE}/libexec/gimp/2.2/environ/pygimp.env:${PORTSDIR}/graphics/py-gimp +PRINT_RUN_DEPENDS+= ${LOCALBASE}/libexec/gimp/2.2/plug-ins/gutenprint:${PORTSDIR}/print/gimp-gutenprint +PRINT_RUN_DEPENDS+= gutenprint>0:${PORTSDIR}/print/gutenprint .include