svn commit: r506987 - head/sysutils/stow

Muhammad Moinur Rahman bofh at FreeBSD.org
Sat Jul 20 11:10:39 UTC 2019


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 at 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


More information about the svn-ports-all mailing list