git: b51c4ca42fb7 - main - www/rubygem-acts-as-taggable-on: Switch rails dep from 6.0 to 6.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 06 Oct 2021 05:00:46 UTC
The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=b51c4ca42fb711982c20db2a599f26f148c4f64c commit b51c4ca42fb711982c20db2a599f26f148c4f64c Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2021-09-30 13:04:57 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2021-10-06 05:00:38 +0000 www/rubygem-acts-as-taggable-on: Switch rails dep from 6.0 to 6.1 Transfer the maintainer to ruby. PR: 258808 --- www/rubygem-acts-as-taggable-on/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/rubygem-acts-as-taggable-on/Makefile b/www/rubygem-acts-as-taggable-on/Makefile index 7f05ce60fbc2..1c1b4a800f16 100644 --- a/www/rubygem-acts-as-taggable-on/Makefile +++ b/www/rubygem-acts-as-taggable-on/Makefile @@ -1,16 +1,16 @@ PORTNAME= acts-as-taggable-on PORTVERSION= 7.0.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= www rubygems MASTER_SITES= RG -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Tag a single model on several contexts LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-activerecord60>=5.0<6.2:databases/rubygem-activerecord60 +RUN_DEPENDS= rubygem-activerecord61>=5.0<6.2:databases/rubygem-activerecord61 USES= gem USE_RUBY= YES