git: 97deae556aa3 - main - sysutils/moreutils: Fix typo in 93ff01d005e60a10a7c088e0dd428a07f8ec1dfb

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 07 Jul 2022 21:43:50 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=97deae556aa3c9f10dc29d12606b7e3aebfadfe1

commit 97deae556aa3c9f10dc29d12606b7e3aebfadfe1
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-07-07 21:26:51 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-07-07 21:26:51 +0000

    sysutils/moreutils: Fix typo in 93ff01d005e60a10a7c088e0dd428a07f8ec1dfb
    
    - Bump PORTREVISION for dependency change
---
 sysutils/moreutils/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sysutils/moreutils/Makefile b/sysutils/moreutils/Makefile
index 680051ab391a..0e0918e59cd9 100644
--- a/sysutils/moreutils/Makefile
+++ b/sysutils/moreutils/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	moreutils
 PORTVERSION=	0.67
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	https://git.joeyh.name/index.cgi/moreutils.git/snapshot/ \
 		LOCAL/sunpoet
@@ -13,7 +13,7 @@ COMMENT=	Additional Unix utilities
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-#RUN_DEPENDS=	p5-IPC-Run>=0:devel/p5-IPC-Run
+RUN_DEPENDS=	p5-IPC-Run>=0:devel/p5-IPC-Run
 
 USES=		gmake perl5 shebangfix