Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jul 2019 11:10:39 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r506987 - head/sysutils/stow
Message-ID:  <201907201110.x6KBAdZk062134@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bofh
Date: Sat Jul 20 11:10:38 2019
New Revision: 506987
URL: https://svnweb.freebsd.org/changeset/ports/506987

Log:
  sysutils/stow: Fix RUN_DEPENDS
  
  Submitted by:	lassi@lassi.io

Modified:
  head/sysutils/stow/Makefile

Modified: head/sysutils/stow/Makefile
==============================================================================
--- head/sysutils/stow/Makefile	Sat Jul 20 10:11:07 2019	(r506986)
+++ head/sysutils/stow/Makefile	Sat Jul 20 11:10:38 2019	(r506987)
@@ -3,6 +3,7 @@
 
 PORTNAME=	stow
 PORTVERSION=	2.3.0
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	GNU
 
@@ -12,6 +13,7 @@ COMMENT=	GNU version of Carnegie Mellon's "Depot" prog
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+RUN_DEPENDS=	p5-Hash-Merge>=0:textproc/p5-Hash-Merge
 TEST_DEPENDS=	p5-Test-Output>0:devel/p5-Test-Output
 
 USES=		gmake perl5 tar:bzip2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907201110.x6KBAdZk062134>