Date: Fri, 13 Sep 2024 15:30:01 GMT From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 52bdf551a49f - 2024Q3 - benchmarks/rubygem-derailed_benchmarks: Change RUN_DEPENDS from rubygem-get_process_mem to rubygem-get_process_mem0 Message-ID: <202409131530.48DFU1b1089810@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q3 has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=52bdf551a49f670486549f3ca6b7ea59a3a5441a commit 52bdf551a49f670486549f3ca6b7ea59a3a5441a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-07-24 11:45:40 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2024-09-13 14:36:02 +0000 benchmarks/rubygem-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 derailed_benchmarks.gemspec [1]: gem.add_dependency "get_process_mem", "~> 0" 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. Reference: https://github.com/zombocom/derailed_benchmarks/blob/v1.7.0/derailed_benchmarks.gemspec#L27 [1] (cherry picked from commit 90abf933d2cfeea7a36c451894682004a54e3b8b) --- benchmarks/rubygem-derailed_benchmarks/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/benchmarks/rubygem-derailed_benchmarks/Makefile b/benchmarks/rubygem-derailed_benchmarks/Makefile index 081a7c7945e6..4028cb71cb8b 100644 --- a/benchmarks/rubygem-derailed_benchmarks/Makefile +++ b/benchmarks/rubygem-derailed_benchmarks/Makefile @@ -1,5 +1,6 @@ PORTNAME= derailed_benchmarks PORTVERSION= 1.7.0 +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<1:devel/rubygem-get_process_mem0 \ rubygem-heapy>=0:devel/rubygem-heapy \ rubygem-memory_profiler>=0:devel/rubygem-memory_profiler \ rubygem-mini_histogram>=0:devel/rubygem-mini_histogram\
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409131530.48DFU1b1089810>