UPDATE: devel/ruby-rails-html-sanitizer 1.5.0 -> 1.6.0
This commit is contained in:
parent
832271f11f
commit
50b6c218eb
3 changed files with 15 additions and 13 deletions
|
@ -1,20 +1,21 @@
|
|||
COMMENT = sanitize HTML fragments
|
||||
COMMENT= sanitize HTML fragments
|
||||
|
||||
DISTNAME = rails-html-sanitizer-1.5.0
|
||||
CATEGORIES = devel
|
||||
MAINTAINER = Purple Rain <purplerain@secbsd.org>
|
||||
REVISION = 0
|
||||
DISTNAME= rails-html-sanitizer-1.6.0
|
||||
|
||||
HOMEPAGE = https://github.com/rails/rails-html-sanitizer
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= https://github.com/rails/rails-html-sanitizer
|
||||
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE =Yes
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES = lang/ruby
|
||||
MODULES= lang/ruby
|
||||
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
RUN_DEPENDS = devel/ruby-loofah
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
devel/ruby-loofah,${MODRUBY_FLAVOR}
|
||||
|
||||
CONFIGURE_STYLE = ruby gem
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (rails-html-sanitizer-1.5.0.gem) = vzJgdeipaM2ILDCxWkyRAAWb468jVgk9xoMk7DvZ6nk=
|
||||
SIZE (rails-html-sanitizer-1.5.0.gem) = 19456
|
||||
SHA256 (rails-html-sanitizer-1.6.0.gem) = hunxnS5nSIkNzCYzyJRcpFuqCKHfnYwhXOF7Owr6pN4=
|
||||
SIZE (rails-html-sanitizer-1.6.0.gem) = 23552
|
||||
|
|
|
@ -12,6 +12,7 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/rails/html/sanitizer.rb
|
|||
${GEM_LIB}/gems/${DISTNAME}/lib/rails/html/sanitizer/version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rails/html/scrubbers.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/rails_api_test.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/sanitizer_test.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/scrubbers_test.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue