Update to 1.2.0
- Add LICENSE_FILE - Update version requirement of RUN_DEPENDS - Take maintainership Changes: https://github.com/rails/rails-html-sanitizer/releases
This commit is contained in:
parent
f2297bc1f1
commit
cff563d888
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508543
2 changed files with 10 additions and 8 deletions
|
@ -1,19 +1,21 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rails-html-sanitizer
|
||||
PORTVERSION= 1.0.4
|
||||
PORTVERSION= 1.2.0
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Sanitize HTML fragments in Rails applications
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-loofah>=2.2.2:textproc/rubygem-loofah
|
||||
RUN_DEPENDS= rubygem-loofah>=2.2.2<3:textproc/rubygem-loofah
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1521810566
|
||||
SHA256 (rubygem/rails-html-sanitizer-1.0.4.gem) = 99cbc3d267856f6731663e654140be298393b1ee966027efab5dbcd44ade67bf
|
||||
SIZE (rubygem/rails-html-sanitizer-1.0.4.gem) = 15872
|
||||
TIMESTAMP = 1565447556
|
||||
SHA256 (rubygem/rails-html-sanitizer-1.2.0.gem) = 386f7b52a3c7a436ae2faa9886da3e5dc1b06c7ac90a9c58a1781d35eaef9c46
|
||||
SIZE (rubygem/rails-html-sanitizer-1.2.0.gem) = 16384
|
||||
|
|
Loading…
Reference in a new issue