Update to sanitize 2.0.6.

This commit is contained in:
jeremy 2014-09-27 16:59:31 +00:00
parent 2be989a60d
commit 9d906b7c82
3 changed files with 11 additions and 10 deletions

View File

@ -1,9 +1,8 @@
# $OpenBSD: Makefile,v 1.6 2013/10/26 23:55:38 jeremy Exp $
# $OpenBSD: Makefile,v 1.7 2014/09/27 16:59:31 jeremy Exp $
COMMENT= whitelist-based HTML sanitizer
DISTNAME= sanitize-2.0.3
REVISION= 2
DISTNAME= sanitize-2.0.6
CATEGORIES= www textproc
HOMEPAGE= https://github.com/rgrove/sanitize/
@ -12,9 +11,12 @@ HOMEPAGE= https://github.com/rgrove/sanitize/
PERMIT_PACKAGE_CDROM= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= textproc/ruby-nokogiri,${MODRUBY_FLAVOR}>=1.4.4,<1.6
RUN_DEPENDS= textproc/ruby-nokogiri,${MODRUBY_FLAVOR}>=1.4.4
MODULES= lang/ruby
CONFIGURE_STYLE= ruby gem
MODRUBY_TEST= ruby
MODRUBY_TEST_TARGET= -I lib test/test_sanitize.rb
.include <bsd.port.mk>

View File

@ -1,5 +1,2 @@
MD5 (sanitize-2.0.3.gem) = YyThBs+nsfqp0Q1a1vRb5g==
RMD160 (sanitize-2.0.3.gem) = IwkT6sY90UUNBlH2sGFEjLe/KsM=
SHA1 (sanitize-2.0.3.gem) = bzmCWF2VmpmqNAJBXUIt6rBFzTQ=
SHA256 (sanitize-2.0.3.gem) = vj3EOkKwBX3CrZRcLn5CBfM6JAMIkbjdfZQ/yCnNsJg=
SIZE (sanitize-2.0.3.gem) = 14336
SHA256 (sanitize-2.0.6.gem) = IEza9vfbEuINolSXqXTK56iRz7evs3ZpoNMQBzAABKk=
SIZE (sanitize-2.0.6.gem) = 19968

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/06/27 06:45:04 jasper Exp $
@comment $OpenBSD: PLIST,v 1.2 2014/09/27 16:59:31 jeremy Exp $
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/HISTORY.md
@ -17,4 +17,6 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/sanitize/transformers/clean_cdata.rb
${GEM_LIB}/gems/${DISTNAME}/lib/sanitize/transformers/clean_comment.rb
${GEM_LIB}/gems/${DISTNAME}/lib/sanitize/transformers/clean_element.rb
${GEM_LIB}/gems/${DISTNAME}/lib/sanitize/version.rb
${GEM_LIB}/gems/${DISTNAME}/test/
${GEM_LIB}/gems/${DISTNAME}/test/test_sanitize.rb
${GEM_LIB}/specifications/${DISTNAME}.gemspec