mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
devel/rubygem-devise-rails50: Create rails version 5.0 port by copying
devel/rubygem-devise-rails5 Approved by: swills (mentor, implicit)
This commit is contained in:
parent
8d35f9c5a3
commit
58c995280b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441635
4 changed files with 36 additions and 0 deletions
|
@ -5254,6 +5254,7 @@
|
|||
SUBDIR += rubygem-descendants_tracker
|
||||
SUBDIR += rubygem-devise
|
||||
SUBDIR += rubygem-devise-rails5
|
||||
SUBDIR += rubygem-devise-rails50
|
||||
SUBDIR += rubygem-directory_watcher
|
||||
SUBDIR += rubygem-ditz
|
||||
SUBDIR += rubygem-docile
|
||||
|
|
29
devel/rubygem-devise-rails50/Makefile
Normal file
29
devel/rubygem-devise-rails50/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Created by: rpsfa@rit.edu
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= devise
|
||||
PORTVERSION= 4.3.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= -rails50
|
||||
|
||||
MAINTAINER= jrm@FreeBSD.org
|
||||
COMMENT= Flexible authentication solution for Rails with Warden
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-bcrypt>=3.0:security/rubygem-bcrypt \
|
||||
rubygem-orm_adapter>=0.1:devel/rubygem-orm_adapter \
|
||||
rubygem-railties50>0:www/rubygem-railties50 \
|
||||
rubygem-responders-rails50>=0:www/rubygem-responders-rails50 \
|
||||
rubygem-warden>=1.2.3:devel/rubygem-warden
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|, "test/rails_app/config/routes.rb"||' ${WRKSRC}/${PORTNAME}.gemspec
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-devise-rails50/distinfo
Normal file
3
devel/rubygem-devise-rails50/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1494855856
|
||||
SHA256 (rubygem/devise-4.3.0.gem) = 86213c8252e9804baafe09e62cd6b0cddd2695d7a02a4748d4cb89891d3a6355
|
||||
SIZE (rubygem/devise-4.3.0.gem) = 167936
|
3
devel/rubygem-devise-rails50/pkg-descr
Normal file
3
devel/rubygem-devise-rails50/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Flexible authentication solution for Rails with Warden
|
||||
|
||||
WWW: https://github.com/plataformatec/devise
|
Loading…
Add table
Reference in a new issue