Index: head/textproc/rubygem-sanitize/Makefile =================================================================== --- head/textproc/rubygem-sanitize/Makefile (revision 442658) +++ head/textproc/rubygem-sanitize/Makefile (revision 442659) @@ -1,23 +1,23 @@ # Created by: Eric Freeman # $FreeBSD$ PORTNAME= sanitize -PORTVERSION= 4.4.0 +PORTVERSION= 4.5.0 CATEGORIES= textproc rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Whitelist based HTML sanitizer LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-crass>=1.0.2:www/rubygem-crass \ rubygem-nokogiri>=1.4.4:textproc/rubygem-nokogiri \ rubygem-nokogumbo>=1.4.1:textproc/rubygem-nokogumbo NO_ARCH= yes USE_RUBY= yes USES= gem .include Index: head/textproc/rubygem-sanitize/distinfo =================================================================== --- head/textproc/rubygem-sanitize/distinfo (revision 442658) +++ head/textproc/rubygem-sanitize/distinfo (revision 442659) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482981394 -SHA256 (rubygem/sanitize-4.4.0.gem) = 9637d81a9da65c235b601afbab05cd0d2eb58b08e7b7f1df213ca263de500bfe -SIZE (rubygem/sanitize-4.4.0.gem) = 39936 +TIMESTAMP = 1496638200 +SHA256 (rubygem/sanitize-4.5.0.gem) = 136d6e6f6e75523643fa98bfe071791b8c0315efe8045b34d23dbf7831d4c4af +SIZE (rubygem/sanitize-4.5.0.gem) = 39936 Index: head/textproc/rubygem-sanitize/pkg-descr =================================================================== --- head/textproc/rubygem-sanitize/pkg-descr (revision 442658) +++ head/textproc/rubygem-sanitize/pkg-descr (revision 442659) @@ -1,11 +1,11 @@ Sanitize is a whitelist-based HTML sanitizer. Given a list of acceptable elements and attributes, Sanitize will remove all unacceptable HTML from a string. Using a simple configuration syntax, you can tell Sanitize to allow certain elements, certain attributes within those elements, and even certain URL protocols within attributes that contain URLs. Any HTML elements or attributes that you don't explicitly allow will be removed. -WWW: https://github.com/rgrove/sanitize/ +WWW: https://github.com/rgrove/sanitize