From owner-svn-ports-all@freebsd.org Tue Feb 9 21:36:59 2016 Return-Path: Delivered-To: svn-ports-all@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 7B7F1AA3897; Tue, 9 Feb 2016 21:36:59 +0000 (UTC) (envelope-from nivit@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 4FFB6C5A; Tue, 9 Feb 2016 21:36:59 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19LawlB072870; Tue, 9 Feb 2016 21:36:58 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19LawZd072869; Tue, 9 Feb 2016 21:36:58 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201602092136.u19LawZd072869@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Tue, 9 Feb 2016 21:36:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408597 - head/deskutils/shutter 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.20 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: Tue, 09 Feb 2016 21:36:59 -0000 Author: nivit Date: Tue Feb 9 21:36:58 2016 New Revision: 408597 URL: https://svnweb.freebsd.org/changeset/ports/408597 Log: - Add graphics/ImageMagick to run dependencies - Bump PORTREVISION Modified: head/deskutils/shutter/Makefile Modified: head/deskutils/shutter/Makefile ============================================================================== --- head/deskutils/shutter/Makefile Tue Feb 9 21:32:01 2016 (r408596) +++ head/deskutils/shutter/Makefile Tue Feb 9 21:36:58 2016 (r408597) @@ -3,7 +3,7 @@ PORTNAME= shutter PORTVERSION= 0.93.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils MASTER_SITES= http://shutter-project.org/wp-content/uploads/releases/tars/ @@ -13,7 +13,8 @@ COMMENT= Screenshot tool LICENSE= GPLv3 GPLv2 # the latter for some shipped cursors LICENSE_COMB= multi -RUN_DEPENDS= librsvg2>=2.40.6:${PORTSDIR}/graphics/librsvg2 \ +RUN_DEPENDS= ImageMagick>=6.9.3.1,1:${PORTSDIR}/graphics/ImageMagick \ + librsvg2>=2.40.6:${PORTSDIR}/graphics/librsvg2 \ p5-File-BaseDir>=0.03:${PORTSDIR}/devel/p5-File-BaseDir \ p5-File-Copy-Recursive>=0.38_1:${PORTSDIR}/devel/p5-File-Copy-Recursive \ p5-File-Spec-Native>=1.003_1:${PORTSDIR}/devel/p5-File-Spec-Native \