From owner-svn-ports-all@FreeBSD.ORG Fri Nov 8 12:39:52 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B615FBDD; Fri, 8 Nov 2013 12:39:52 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A2912268E; Fri, 8 Nov 2013 12:39:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA8CdqLK076871; Fri, 8 Nov 2013 12:39:52 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA8Cdqk4076870; Fri, 8 Nov 2013 12:39:52 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201311081239.rA8Cdqk4076870@svn.freebsd.org> From: Dmitry Marakasov Date: Fri, 8 Nov 2013 12:39:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333214 - head/graphics/gimp-resynthesizer X-SVN-Group: ports-head 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.14 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: Fri, 08 Nov 2013 12:39:52 -0000 Author: amdmi3 Date: Fri Nov 8 12:39:52 2013 New Revision: 333214 URL: http://svnweb.freebsd.org/changeset/ports/333214 Log: - Support staging - Use new LIB_DEPENDS syntax Modified: head/graphics/gimp-resynthesizer/Makefile Modified: head/graphics/gimp-resynthesizer/Makefile ============================================================================== --- head/graphics/gimp-resynthesizer/Makefile Fri Nov 8 12:36:59 2013 (r333213) +++ head/graphics/gimp-resynthesizer/Makefile Fri Nov 8 12:39:52 2013 (r333214) @@ -11,7 +11,7 @@ COMMENT= Gimp plug-in for texture synthe RUN_DEPENDS= ${LOCALBASE}/libexec/gimp/2.2/python/gimpfu.py:${PORTSDIR}/graphics/py-gimp BUILD_DEPENDS= intltool-extract:${PORTSDIR}/textproc/intltool -LIB_DEPENDS= gimp-2.0:${PORTSDIR}/graphics/gimp-app +LIB_DEPENDS= libgimp-2.0.so:${PORTSDIR}/graphics/gimp-app USE_GITHUB= yes GH_ACCOUNT= bootchk @@ -28,7 +28,6 @@ USE_GCC= any # uses nested functions (gc OPTIONS_DEFINE= THREADS THREADS_DESC= Threading support (produces nondeterministic results) -NO_STAGE= yes .include post-patch: @@ -39,9 +38,4 @@ post-patch: ${WRKSRC}/src/buildSwitches.h .endif -post-install: - @${ECHO_CMD} - @${CAT} ${PKGMESSAGE} - @${ECHO_CMD} - .include