mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +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:
parent
ace8efd191
commit
1740150d2f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402306
@ -4633,6 +4633,7 @@
|
|||||||
SUBDIR += rubygem-active_scaffold
|
SUBDIR += rubygem-active_scaffold
|
||||||
SUBDIR += rubygem-activejob
|
SUBDIR += rubygem-activejob
|
||||||
SUBDIR += rubygem-activemessaging
|
SUBDIR += rubygem-activemessaging
|
||||||
|
SUBDIR += rubygem-activerecord-deprecated_finders
|
||||||
SUBDIR += rubygem-activesupport
|
SUBDIR += rubygem-activesupport
|
||||||
SUBDIR += rubygem-activesupport4
|
SUBDIR += rubygem-activesupport4
|
||||||
SUBDIR += rubygem-activesupport41
|
SUBDIR += rubygem-activesupport41
|
||||||
|
19
devel/rubygem-activerecord-deprecated_finders/Makefile
Normal file
19
devel/rubygem-activerecord-deprecated_finders/Makefile
Normal 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>
|
2
devel/rubygem-activerecord-deprecated_finders/distinfo
Normal file
2
devel/rubygem-activerecord-deprecated_finders/distinfo
Normal 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
|
4
devel/rubygem-activerecord-deprecated_finders/pkg-descr
Normal file
4
devel/rubygem-activerecord-deprecated_finders/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user