Index: head/www/hs-xss-sanitize/Makefile =================================================================== --- head/www/hs-xss-sanitize/Makefile (revision 298301) +++ head/www/hs-xss-sanitize/Makefile (revision 298302) @@ -1,21 +1,21 @@ # New ports collection makefile for: hs-xss-sanitize # Date created: December 2, 2011 # Whom: haskell@FreeBSD.org # # $FreeBSD$ # PORTNAME= xss-sanitize -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.2 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Sanitize untrusted HTML to prevent XSS attacks LICENSE= BSD -USE_CABAL= attoparsec>=0.10.0.3 css-text>=0.1.1 network>=2 tagsoup>=0.12.2 \ - text>=0.11 utf8-string>=0.3 +USE_CABAL= attoparsec>=0.10.0.3 css-text>=0.1.1 network>=2 \ + tagsoup>=0.12.2 text>=0.11 utf8-string>=0.3 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Property changes on: head/www/hs-xss-sanitize/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/www/hs-xss-sanitize/distinfo =================================================================== --- head/www/hs-xss-sanitize/distinfo (revision 298301) +++ head/www/hs-xss-sanitize/distinfo (revision 298302) @@ -1,2 +1,2 @@ -SHA256 (cabal/xss-sanitize-0.3.1.tar.gz) = a54f7904f7102e489f71cc8cbff08293d66d38808fa8467b3f6015573ac61669 -SIZE (cabal/xss-sanitize-0.3.1.tar.gz) = 8299 +SHA256 (cabal/xss-sanitize-0.3.2.tar.gz) = 9db5e095347206229b9ca9261390c37760a2d9319fe6354102d1802886a0ef54 +SIZE (cabal/xss-sanitize-0.3.2.tar.gz) = 8366 Property changes on: head/www/hs-xss-sanitize/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/www/hs-xss-sanitize/pkg-descr =================================================================== --- head/www/hs-xss-sanitize/pkg-descr (revision 298301) +++ head/www/hs-xss-sanitize/pkg-descr (revision 298302) @@ -1,4 +1,4 @@ Run untrusted HTML through Text.HTML.SanitizeXSS.sanitizeXSS to prevent XSS attacks. -WWW: http://github.com/gregwebs/haskell-xss-sanitize +WWW: http://github.com/yesodweb/haskell-xss-sanitize Property changes on: head/www/hs-xss-sanitize/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property