git: 5c5105b48f37 - main - devel/rubygem-cool.io: Take maintainership
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Oct 2021 16:03:59 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5c5105b48f37c8a3f584c93622da4e04e61bd459 commit 5c5105b48f37c8a3f584c93622da4e04e61bd459 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-10-25 15:11:24 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-10-25 15:57:50 +0000 devel/rubygem-cool.io: Take maintainership --- devel/rubygem-cool.io/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/devel/rubygem-cool.io/Makefile b/devel/rubygem-cool.io/Makefile index cd4ba76e33ba..83acfafb0419 100644 --- a/devel/rubygem-cool.io/Makefile +++ b/devel/rubygem-cool.io/Makefile @@ -4,15 +4,14 @@ PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Gems for cool.io LICENSE= MIT -RUN_DEPENDS= \ - rubygem-iobuffer>=1.0.0:devel/rubygem-iobuffer +RUN_DEPENDS= rubygem-iobuffer>=1.0.0:devel/rubygem-iobuffer -USE_RUBY= yes USES= gem +USE_RUBY= yes .include <bsd.port.mk>