git: 897a828d5adc - main - devel/rubygem-ruport: Change RUN_DEPENDS from rubygem-prawn to rubygem-prawn24
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Mar 2024 15:05:03 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=897a828d5adcfe2512ef725c6c61d7f82a105200 commit 897a828d5adcfe2512ef725c6c61d7f82a105200 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-23 14:26:57 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-23 14:50:16 +0000 devel/rubygem-ruport: Change RUN_DEPENDS from rubygem-prawn to rubygem-prawn24 - Bump PORTREVISION for dependency change --- devel/rubygem-ruport/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/rubygem-ruport/Makefile b/devel/rubygem-ruport/Makefile index 40be03d3bfe8..8f5805f7e69c 100644 --- a/devel/rubygem-ruport/Makefile +++ b/devel/rubygem-ruport/Makefile @@ -1,5 +1,6 @@ PORTNAME= ruport PORTVERSION= 1.8.0 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,7 +11,7 @@ WWW= https://github.com/ruport/ruport LICENSE= GPLv2 RUBY LICENSE_COMB= dual -RUN_DEPENDS= rubygem-prawn>=2.4.0<2.5:print/rubygem-prawn \ +RUN_DEPENDS= rubygem-prawn24>=2.4.0<2.5:print/rubygem-prawn24 \ rubygem-prawn-table>=0.2.0<0.3:print/rubygem-prawn-table USES= gem