Date: Fri, 11 Jan 2019 06:01:34 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r489945 - branches/2019Q1/devel/bsdowl Message-ID: <201901110601.x0B61Yua033107@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Fri Jan 11 06:01:33 2019 New Revision: 489945 URL: https://svnweb.freebsd.org/changeset/ports/489945 Log: MFH: r489869 devel/bsdowl: Do not set BUILD_DEPENDS twice Make GraphicsMagick a run dependency too as submitted in the original PR [1]. PR: 194625 [1], 234696 Approved by: ports-secteam runtime fix blanket Modified: branches/2019Q1/devel/bsdowl/Makefile Directory Properties: branches/2019Q1/ (props changed) Modified: branches/2019Q1/devel/bsdowl/Makefile ============================================================================== --- branches/2019Q1/devel/bsdowl/Makefile Fri Jan 11 06:01:05 2019 (r489944) +++ branches/2019Q1/devel/bsdowl/Makefile Fri Jan 11 06:01:33 2019 (r489945) @@ -3,7 +3,7 @@ PORTNAME= bsdowl PORTVERSION= 2.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= https://github.com/michipili/bsdowl/releases/download/v${PORTVERSION}/ @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BUILD_DEPENDS= gm:graphics/GraphicsMagick -BUILD_DEPENDS= gm:graphics/GraphicsMagick +RUN_DEPENDS= gm:graphics/GraphicsMagick USES= tar:xz uidfix
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901110601.x0B61Yua033107>