Date: Tue, 9 Feb 2016 21:36:58 +0000 (UTC) From: Nicola Vitale <nivit@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408597 - head/deskutils/shutter Message-ID: <201602092136.u19LawZd072869@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602092136.u19LawZd072869>