Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jul 2024 11:49:34 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a209a12de5d7 - main - benchmarks/rubygem-gitlab-derailed_benchmarks: Change RUN_DEPENDS from rubygem-get_process_mem to rubygem-get_process_mem0
Message-ID:  <202407241149.46OBnYWC097725@gitrepo.freebsd.org>

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

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

commit a209a12de5d70225336dc795341cfcbb38268c29
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-07-24 11:45:41 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-07-24 11:45:41 +0000

    benchmarks/rubygem-gitlab-derailed_benchmarks: Change RUN_DEPENDS from rubygem-get_process_mem to rubygem-get_process_mem0
    
    - Fix version requirement of RUN_DEPENDS
    - Bump PORTREVISION for dependency change
    
    from gitlab-derailed_benchmarks.gemspec:
      s.add_runtime_dependency(%q<get_process_mem>.freeze, ["~> 0".freeze])
    
    Note that this port still does not pass stage-qa.
    ====> Running Q/A tests (stage-qa)
    Error: RubyGem dependency memory_profiler ~> 0 is not satisfied.
    *** Error code 1
    
    This port can be removed since it is not used by any port.
---
 benchmarks/rubygem-gitlab-derailed_benchmarks/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/benchmarks/rubygem-gitlab-derailed_benchmarks/Makefile b/benchmarks/rubygem-gitlab-derailed_benchmarks/Makefile
index 0f30ea12c3a2..a5e3cb62a925 100644
--- a/benchmarks/rubygem-gitlab-derailed_benchmarks/Makefile
+++ b/benchmarks/rubygem-gitlab-derailed_benchmarks/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	gitlab-derailed_benchmarks
 PORTVERSION=	1.6.1
+PORTREVISION=	1
 CATEGORIES=	benchmarks rubygems
 MASTER_SITES=	RG
 
@@ -10,7 +11,7 @@ WWW=		https://github.com/schneems/derailed_benchmarks
 LICENSE=	MIT
 
 RUN_DEPENDS=	rubygem-benchmark-ips>=2.0.0:benchmarks/rubygem-benchmark-ips \
-		rubygem-get_process_mem>=0:devel/rubygem-get_process_mem \
+		rubygem-get_process_mem0>=0:devel/rubygem-get_process_mem0 \
 		rubygem-heapy>=0:devel/rubygem-heapy \
 		rubygem-memory_profiler>=0:devel/rubygem-memory_profiler \
 		rubygem-rack>=1:www/rubygem-rack \



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