From owner-svn-ports-head@freebsd.org Tue Oct 6 17:55:26 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 052F59B67B3; Tue, 6 Oct 2015 17:55:26 +0000 (UTC) (envelope-from amdmi3@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 mx1.freebsd.org (Postfix) with ESMTPS id C1A57357; Tue, 6 Oct 2015 17:55:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t96HtOsX072449; Tue, 6 Oct 2015 17:55:24 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t96HtOoI072448; Tue, 6 Oct 2015 17:55:24 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201510061755.t96HtOoI072448@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 6 Oct 2015 17:55:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398708 - head/graphics/inkscape 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.20 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, 06 Oct 2015 17:55:26 -0000 Author: amdmi3 Date: Tue Oct 6 17:55:24 2015 New Revision: 398708 URL: https://svnweb.freebsd.org/changeset/ports/398708 Log: - Add missing python run-dependency (inkscape installs bunch of python scripts) PR: 203517 Submitted by: amdmi3 Approved by: kwm Modified: head/graphics/inkscape/Makefile Modified: head/graphics/inkscape/Makefile ============================================================================== --- head/graphics/inkscape/Makefile Tue Oct 6 17:20:23 2015 (r398707) +++ head/graphics/inkscape/Makefile Tue Oct 6 17:55:24 2015 (r398708) @@ -3,7 +3,7 @@ PORTNAME= inkscape PORTVERSION= 0.91 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics gnome MASTER_SITES= https://inkscape.global.ssl.fastly.net/media/resources/file/ \ LOCAL/kwm @@ -23,7 +23,7 @@ LIB_DEPENDS= libpopt.so:${PORTSDIR}/deve USE_GNOME= gtkmm24 intlhack libxslt USES= compiler:c++0x cpe desktop-file-utils gettext gmake iconv \ - libtool pathfix perl5 pkgconfig shebangfix tar:bzip2 + libtool pathfix perl5 pkgconfig python:run shebangfix tar:bzip2 GNU_CONFIGURE= yes INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include