svn commit: r489945 - branches/2019Q1/devel/bsdowl

Tobias Kortkamp tobik at FreeBSD.org
Fri Jan 11 06:01:34 UTC 2019


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
 


More information about the svn-ports-all mailing list