From owner-svn-ports-head@FreeBSD.ORG Tue Oct 1 19:34:30 2013 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 948887D0; Tue, 1 Oct 2013 19:34:30 +0000 (UTC) (envelope-from gblach@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 80AAC2328; Tue, 1 Oct 2013 19:34:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r91JYUEJ058060; Tue, 1 Oct 2013 19:34:30 GMT (envelope-from gblach@svn.freebsd.org) Received: (from gblach@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r91JYUVn058059; Tue, 1 Oct 2013 19:34:30 GMT (envelope-from gblach@svn.freebsd.org) Message-Id: <201310011934.r91JYUVn058059@svn.freebsd.org> From: Grzegorz Blach Date: Tue, 1 Oct 2013 19:34:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328985 - head/graphics/gimp-save-for-web 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.14 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: Tue, 01 Oct 2013 19:34:30 -0000 Author: gblach Date: Tue Oct 1 19:34:29 2013 New Revision: 328985 URL: http://svnweb.freebsd.org/changeset/ports/328985 Log: - Convert to new LIB_DEPENDS syntax - Convert USE_GNOME=gnomehack to USES=pathfix - Support staging Approved by: crees, tabthorpe (mentors, implicit) Modified: head/graphics/gimp-save-for-web/Makefile Modified: head/graphics/gimp-save-for-web/Makefile ============================================================================== --- head/graphics/gimp-save-for-web/Makefile Tue Oct 1 19:28:10 2013 (r328984) +++ head/graphics/gimp-save-for-web/Makefile Tue Oct 1 19:34:29 2013 (r328985) @@ -10,16 +10,15 @@ MASTER_SITES= http://registry.gimp.org/f MAINTAINER= gblach@FreeBSD.org COMMENT= GIMP Save For Web plugin -LIB_DEPENDS= gimp-2.0:${PORTSDIR}/graphics/gimp-app +LIB_DEPENDS= libgimp-2.0.so:${PORTSDIR}/graphics/gimp-app BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser USE_BZIP2= yes -USES= gettext gmake pkgconfig perl5 +USES= gettext gmake pkgconfig pathfix perl5 USE_PERL5= build GNU_CONFIGURE= yes -USE_GNOME= gnomehack intltool +USE_GNOME= intltool -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|GMSGFMT = @GMSGFMT@|GMSGFMT = @MSGFMT@|g' ${WRKSRC}/po/Makefile.in.in