devel/rubygem-rails-deprecated_sanitizer-rails50: Create rails version 5.0

port by copying devel/rubygem-rails-deprecated_sanitizer-rails5

Approved by:	swills (mentor, implicit)
This commit is contained in:
Joseph Mingrone 2017-05-25 01:51:49 +00:00
parent 28833fddaf
commit 7856a25204
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441639
4 changed files with 30 additions and 0 deletions

View file

@ -5491,6 +5491,7 @@
SUBDIR += rubygem-rack-raw-upload
SUBDIR += rubygem-rails-deprecated_sanitizer
SUBDIR += rubygem-rails-deprecated_sanitizer-rails5
SUBDIR += rubygem-rails-deprecated_sanitizer-rails50
SUBDIR += rubygem-rails-i18n
SUBDIR += rubygem-rails-observers
SUBDIR += rubygem-rainbow

View file

@ -0,0 +1,21 @@
# Created by: Johannes Meixner <xmj@FreeBSD.org>
# $FreeBSD$
PORTNAME= rails-deprecated_sanitizer
PORTVERSION= 1.0.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails50
MAINTAINER= jrm@FreeBSD.org
COMMENT= Deprecated sanitizer API extracted from Action View
LICENSE= MIT
RUN_DEPENDS= rubygem-activesupport50>0:devel/rubygem-activesupport50
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1493508481
SHA256 (rubygem/rails-deprecated_sanitizer-1.0.3.gem) = 722d589fc83dea0ea49e816440bacc554383dc9a05c8aee5429cf7f621abbe63
SIZE (rubygem/rails-deprecated_sanitizer-1.0.3.gem) = 25600

View file

@ -0,0 +1,5 @@
In Rails 4.2 HTML sanitization has been rewritten using a more secure library.
This gem includes the old behavior shipping with Rails 4.2 and before. It is
strictly provided to ease migration. It will be supported until Rails 5.
WWW: https://github.com/rails/rails-deprecated_sanitizer