Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Apr 2024 06:20:36 GMT
From:      Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d21b9c524898 - main - textproc/rubygem-asciidoctor-epub3: Add missing run dependency
Message-ID:  <202404230620.43N6KadH010394@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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