diff --git a/devel/Makefile b/devel/Makefile index d901a34182aa3..e5308177594d7 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4512,6 +4512,7 @@ SUBDIR += rubygem-activemessaging SUBDIR += rubygem-activesupport SUBDIR += rubygem-activesupport4 + SUBDIR += rubygem-activesupport41 SUBDIR += rubygem-algorithms SUBDIR += rubygem-allison SUBDIR += rubygem-analogger diff --git a/devel/rubygem-activesupport41/Makefile b/devel/rubygem-activesupport41/Makefile new file mode 100644 index 0000000000000..bd95105ff6ac8 --- /dev/null +++ b/devel/rubygem-activesupport41/Makefile @@ -0,0 +1,28 @@ +# Created by: Torsten Zühlsdorff +# $FreeBSD$ + +PORTNAME= activesupport +PORTVERSION= 4.1.12 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 41 + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Utility classes and extension that are required by Rails MVC Framework + +LICENSE= MIT + +RUN_DEPENDS= rubygem-i18n>=0.6.9:${PORTSDIR}/devel/rubygem-i18n \ + rubygem-json>=1.7.7:${PORTSDIR}/devel/rubygem-json \ + rubygem-minitest>=5.1:${PORTSDIR}/devel/rubygem-minitest \ + rubygem-thread_safe1>=0.1:${PORTSDIR}/devel/rubygem-thread_safe1 \ + rubygem-tzinfo>=1.1:${PORTSDIR}/devel/rubygem-tzinfo + +USE_RUBY= yes +USE_RUBYGEMS= yes +USE_RUBY_FEATURES= iconv +RUBYGEM_AUTOPLIST= yes + +PORTSCOUT= limit:^4\.1 + +.include diff --git a/devel/rubygem-activesupport41/distinfo b/devel/rubygem-activesupport41/distinfo new file mode 100644 index 0000000000000..2ae3f41741b94 --- /dev/null +++ b/devel/rubygem-activesupport41/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/activesupport-4.1.12.gem) = 1626c36f146c04a8800866a2c06c1f5b016f9ad0797cd2b265ca2bde6aded298 +SIZE (rubygem/activesupport-4.1.12.gem) = 316928 diff --git a/devel/rubygem-activesupport41/pkg-descr b/devel/rubygem-activesupport41/pkg-descr new file mode 100644 index 0000000000000..efec585f4b7b1 --- /dev/null +++ b/devel/rubygem-activesupport41/pkg-descr @@ -0,0 +1,6 @@ +Active Support + +Utility classes and extension to the standard library that +were required by Rails, but found of general use. + +WWW: http://www.rubyonrails.org