svn commit: r561040 - in head/devel: . rubygem-jbuilder-rails61
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jan 10 08:51:26 UTC 2021
Author: sunpoet
Date: Sun Jan 10 08:51:20 2021
New Revision: 561040
URL: https://svnweb.freebsd.org/changeset/ports/561040
Log:
Add rubygem-jbuilder-rails61 6.1.0 (copied from rubygem-jbuilder-rails60)
Added:
head/devel/rubygem-jbuilder-rails61/
- copied from r559470, head/devel/rubygem-jbuilder-rails60/
Modified:
head/devel/Makefile
head/devel/rubygem-jbuilder-rails61/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sun Jan 10 08:51:15 2021 (r561039)
+++ head/devel/Makefile Sun Jan 10 08:51:20 2021 (r561040)
@@ -6198,6 +6198,7 @@
SUBDIR += rubygem-jbuilder-rails50
SUBDIR += rubygem-jbuilder-rails52
SUBDIR += rubygem-jbuilder-rails60
+ SUBDIR += rubygem-jbuilder-rails61
SUBDIR += rubygem-jekyll-coffeescript
SUBDIR += rubygem-jenkins_api_client
SUBDIR += rubygem-jeweler
Modified: head/devel/rubygem-jbuilder-rails61/Makefile
==============================================================================
--- head/devel/rubygem-jbuilder-rails60/Makefile Mon Dec 28 13:40:04 2020 (r559470)
+++ head/devel/rubygem-jbuilder-rails61/Makefile Sun Jan 10 08:51:20 2021 (r561040)
@@ -5,7 +5,7 @@ PORTNAME= jbuilder
PORTVERSION= 2.10.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
-PKGNAMESUFFIX= -rails60
+PKGNAMESUFFIX= -rails61
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Create JSON structures via a Builder-style DSL
@@ -13,7 +13,7 @@ COMMENT= Create JSON structures via a Builder-style DS
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
-RUN_DEPENDS= rubygem-activesupport60>=5.0.0:devel/rubygem-activesupport60
+RUN_DEPENDS= rubygem-activesupport61>=5.0.0:devel/rubygem-activesupport61
USES= gem
USE_RUBY= yes
More information about the svn-ports-all
mailing list