mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
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
|
@ -5491,6 +5491,7 @@
|
||||||
SUBDIR += rubygem-rack-raw-upload
|
SUBDIR += rubygem-rack-raw-upload
|
||||||
SUBDIR += rubygem-rails-deprecated_sanitizer
|
SUBDIR += rubygem-rails-deprecated_sanitizer
|
||||||
SUBDIR += rubygem-rails-deprecated_sanitizer-rails5
|
SUBDIR += rubygem-rails-deprecated_sanitizer-rails5
|
||||||
|
SUBDIR += rubygem-rails-deprecated_sanitizer-rails50
|
||||||
SUBDIR += rubygem-rails-i18n
|
SUBDIR += rubygem-rails-i18n
|
||||||
SUBDIR += rubygem-rails-observers
|
SUBDIR += rubygem-rails-observers
|
||||||
SUBDIR += rubygem-rainbow
|
SUBDIR += rubygem-rainbow
|
||||||
|
|
21
devel/rubygem-rails-deprecated_sanitizer-rails50/Makefile
Normal file
21
devel/rubygem-rails-deprecated_sanitizer-rails50/Makefile
Normal 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>
|
|
@ -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
|
|
@ -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
|
Loading…
Add table
Reference in a new issue