Update to sanitize 2.0.6.
This commit is contained in:
parent
2be989a60d
commit
9d906b7c82
@ -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
|
COMMENT= whitelist-based HTML sanitizer
|
||||||
|
|
||||||
DISTNAME= sanitize-2.0.3
|
DISTNAME= sanitize-2.0.6
|
||||||
REVISION= 2
|
|
||||||
CATEGORIES= www textproc
|
CATEGORIES= www textproc
|
||||||
|
|
||||||
HOMEPAGE= https://github.com/rgrove/sanitize/
|
HOMEPAGE= https://github.com/rgrove/sanitize/
|
||||||
@ -12,9 +11,12 @@ HOMEPAGE= https://github.com/rgrove/sanitize/
|
|||||||
PERMIT_PACKAGE_CDROM= Yes
|
PERMIT_PACKAGE_CDROM= Yes
|
||||||
|
|
||||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
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
|
MODULES= lang/ruby
|
||||||
CONFIGURE_STYLE= ruby gem
|
CONFIGURE_STYLE= ruby gem
|
||||||
|
|
||||||
|
MODRUBY_TEST= ruby
|
||||||
|
MODRUBY_TEST_TARGET= -I lib test/test_sanitize.rb
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,5 +1,2 @@
|
|||||||
MD5 (sanitize-2.0.3.gem) = YyThBs+nsfqp0Q1a1vRb5g==
|
SHA256 (sanitize-2.0.6.gem) = IEza9vfbEuINolSXqXTK56iRz7evs3ZpoNMQBzAABKk=
|
||||||
RMD160 (sanitize-2.0.3.gem) = IwkT6sY90UUNBlH2sGFEjLe/KsM=
|
SIZE (sanitize-2.0.6.gem) = 19968
|
||||||
SHA1 (sanitize-2.0.3.gem) = bzmCWF2VmpmqNAJBXUIt6rBFzTQ=
|
|
||||||
SHA256 (sanitize-2.0.3.gem) = vj3EOkKwBX3CrZRcLn5CBfM6JAMIkbjdfZQ/yCnNsJg=
|
|
||||||
SIZE (sanitize-2.0.3.gem) = 14336
|
|
||||||
|
@ -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}/cache/${DISTNAME}.gem
|
||||||
${GEM_LIB}/gems/${DISTNAME}/
|
${GEM_LIB}/gems/${DISTNAME}/
|
||||||
${GEM_LIB}/gems/${DISTNAME}/HISTORY.md
|
${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_comment.rb
|
||||||
${GEM_LIB}/gems/${DISTNAME}/lib/sanitize/transformers/clean_element.rb
|
${GEM_LIB}/gems/${DISTNAME}/lib/sanitize/transformers/clean_element.rb
|
||||||
${GEM_LIB}/gems/${DISTNAME}/lib/sanitize/version.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
|
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
||||||
|
Loading…
x
Reference in New Issue
Block a user