From owner-svn-ports-head@FreeBSD.ORG Sat May 2 16:55:27 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DE2BA60C; Sat, 2 May 2015 16:55:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B36EE1C50; Sat, 2 May 2015 16:55:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t42GtRqo070354; Sat, 2 May 2015 16:55:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t42GtRIw070351; Sat, 2 May 2015 16:55:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505021655.t42GtRIw070351@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 2 May 2015 16:55:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385192 - head/textproc/rubygem-sanitize X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 May 2015 16:55:28 -0000 Author: sunpoet Date: Sat May 2 16:55:26 2015 New Revision: 385192 URL: https://svnweb.freebsd.org/changeset/ports/385192 Log: - Update to 4.0.0 - Add LICENSE - Update WWW Changes: https://github.com/rgrove/sanitize/blob/master/HISTORY.md Modified: head/textproc/rubygem-sanitize/Makefile head/textproc/rubygem-sanitize/distinfo head/textproc/rubygem-sanitize/pkg-descr Modified: head/textproc/rubygem-sanitize/Makefile ============================================================================== --- head/textproc/rubygem-sanitize/Makefile Sat May 2 16:55:21 2015 (r385191) +++ head/textproc/rubygem-sanitize/Makefile Sat May 2 16:55:26 2015 (r385192) @@ -2,19 +2,21 @@ # $FreeBSD$ PORTNAME= sanitize -PORTVERSION= 3.0.2 +PORTVERSION= 4.0.0 CATEGORIES= textproc rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Whitelist based HTML sanitizer -RUN_DEPENDS= rubygem-crass>=0.2.0:${PORTSDIR}/www/rubygem-crass \ +LICENSE= MIT + +RUN_DEPENDS= rubygem-crass>=1.0.2:${PORTSDIR}/www/rubygem-crass \ rubygem-nokogiri>=1.4.4:${PORTSDIR}/textproc/rubygem-nokogiri \ - rubygem-nokogumbo>=1.1.12:${PORTSDIR}/textproc/rubygem-nokogumbo + rubygem-nokogumbo=1.4.1:${PORTSDIR}/textproc/rubygem-nokogumbo -USE_RUBY= yes -USE_RUBYGEMS= yes +USE_RUBY= yes +USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include Modified: head/textproc/rubygem-sanitize/distinfo ============================================================================== --- head/textproc/rubygem-sanitize/distinfo Sat May 2 16:55:21 2015 (r385191) +++ head/textproc/rubygem-sanitize/distinfo Sat May 2 16:55:26 2015 (r385192) @@ -1,2 +1,2 @@ -SHA256 (rubygem/sanitize-3.0.2.gem) = 95f678ec4fdd370d49c9ba2286601900f21a585f3aa492f1be83fac18aa268bd -SIZE (rubygem/sanitize-3.0.2.gem) = 35328 +SHA256 (rubygem/sanitize-4.0.0.gem) = 56445c9c609e98e855902d0be6c76a687a2987c698f56a983feedd1d8b46676a +SIZE (rubygem/sanitize-4.0.0.gem) = 38912 Modified: head/textproc/rubygem-sanitize/pkg-descr ============================================================================== --- head/textproc/rubygem-sanitize/pkg-descr Sat May 2 16:55:21 2015 (r385191) +++ head/textproc/rubygem-sanitize/pkg-descr Sat May 2 16:55:26 2015 (r385192) @@ -8,4 +8,4 @@ and even certain URL protocols within at Any HTML elements or attributes that you don't explicitly allow will be removed. -WWW: http://wonko.com/post/sanitize +WWW: https://github.com/rgrove/sanitize/