Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2024 17:54:33 GMT
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3b8e6c4e7a2c - main - devel/rubygem-ffi-yajl: Add devel/rubygem-libyajl2 to BUILD_DEPENDS
Message-ID:  <202409161754.48GHsXvY012483@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by vvd:

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

commit 3b8e6c4e7a2c1bf86ea89d89ec863737a5ab64c8
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2024-09-16 17:42:33 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-09-16 17:49:55 +0000

    devel/rubygem-ffi-yajl: Add devel/rubygem-libyajl2 to BUILD_DEPENDS
    
    While here replace PORTVERSION with DISTVERSION
    
    PR:             254946
    Approved by:    renchap@cocoa-x.com (maintainer, timeout > 3 years)
---
 devel/rubygem-ffi-yajl/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/rubygem-ffi-yajl/Makefile b/devel/rubygem-ffi-yajl/Makefile
index 89bf6a2a4867..a4c01605dcc6 100644
--- a/devel/rubygem-ffi-yajl/Makefile
+++ b/devel/rubygem-ffi-yajl/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	ffi-yajl
-PORTVERSION=	2.3.4
+DISTVERSION=	2.3.4
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -10,6 +10,7 @@ WWW=		https://github.com/opscode/ffi-yajl
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	rubygem-libyajl2>=1.2:devel/rubygem-libyajl2
 RUN_DEPENDS=	yajl>=2.0.0:devel/yajl \
 		rubygem-libyajl2>=1.2:devel/rubygem-libyajl2
 



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