1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

- Add rubygem-activerecord-deprecated_finders 1.0.4

- While I'm here:
  - Add LICENSE_FILE
  - Add NO_ARCH

This gem is a dependency of Rails 4.0 to provide deprecated
finder functionality.

WWW: https://github.com/rails/activerecord-deprecated_finders

PR:		203584
Submitted by:	Michael Fausten <ports@michael-fausten.de>
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-11-23 18:30:13 +00:00
parent ace8efd191
commit 1740150d2f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402306
4 changed files with 26 additions and 0 deletions

View File

@ -4633,6 +4633,7 @@
SUBDIR += rubygem-active_scaffold
SUBDIR += rubygem-activejob
SUBDIR += rubygem-activemessaging
SUBDIR += rubygem-activerecord-deprecated_finders
SUBDIR += rubygem-activesupport
SUBDIR += rubygem-activesupport4
SUBDIR += rubygem-activesupport41

View File

@ -0,0 +1,19 @@
# $FreeBSD$
PORTNAME= activerecord-deprecated_finders
PORTVERSION= 1.0.4
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ports@michael-fausten.de
COMMENT= Deprecated finder APIs from Active Record
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/activerecord-deprecated_finders-1.0.4.gem) = d548665a464319f2736052800d28beeb3e0309698d4f6ca3a976ecf327a3b70f
SIZE (rubygem/activerecord-deprecated_finders-1.0.4.gem) = 10752

View File

@ -0,0 +1,4 @@
This gem is a dependency of Rails 4.0 to provide deprecated
finder functionality.
WWW: https://github.com/rails/activerecord-deprecated_finders