git: d21b9c524898 - main - textproc/rubygem-asciidoctor-epub3: Add missing run dependency

From: Fernando Apesteguía <fernape_at_FreeBSD.org>
Date: Tue, 23 Apr 2024 06:20:36 UTC
The branch main has been updated by fernape:

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

commit d21b9c5248986e0a13b68ed175debf876688c250
Author:     Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2024-04-22 10:43:37 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2024-04-23 06:20:11 +0000

    textproc/rubygem-asciidoctor-epub3: Add missing run dependency
    
    PR:             278504
    Reported by:    Didier Garcin <didu31@hotmail.fr>
---
 textproc/rubygem-asciidoctor-epub3/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/textproc/rubygem-asciidoctor-epub3/Makefile b/textproc/rubygem-asciidoctor-epub3/Makefile
index 56110f1ea032..628913672146 100644
--- a/textproc/rubygem-asciidoctor-epub3/Makefile
+++ b/textproc/rubygem-asciidoctor-epub3/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	asciidoctor-epub3
 PORTVERSION=	2.1.0
+PORTREVISION=	1
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
@@ -11,8 +12,9 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-asciidoctor>=2.0<3:textproc/rubygem-asciidoctor \
-		rubygem-mime-types>=3.0:misc/rubygem-mime-types \
 		rubygem-gepub>=1.0.0:textproc/rubygem-gepub \
+		rubygem-mime-types>=3.0:misc/rubygem-mime-types \
+		rubygem-mini_portile2>=2.8.2:devel/rubygem-mini_portile2 \
 		rubygem-sass>0:textproc/rubygem-sass
 
 USES=		gem