aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-06-03 22:51:32 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-06-03 22:51:32 +0000
commit4be6727438d7297617b7b142ab10c21113c8418f (patch)
treecfa44844906f15793fd73b10b5396482249c526e /www
parentc23b1a2542391d2d125ab8dfa0b85f638e2ae29d (diff)
Notes
Diffstat (limited to 'www')
-rw-r--r--www/hs-xss-sanitize/Makefile6
-rw-r--r--www/hs-xss-sanitize/distinfo4
-rw-r--r--www/hs-xss-sanitize/pkg-descr2
3 files changed, 6 insertions, 6 deletions
diff --git a/www/hs-xss-sanitize/Makefile b/www/hs-xss-sanitize/Makefile
index f2e4bb8c6182..581edb69b1f5 100644
--- a/www/hs-xss-sanitize/Makefile
+++ b/www/hs-xss-sanitize/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xss-sanitize
-PORTVERSION= 0.3.1
+PORTVERSION= 0.3.2
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
@@ -14,8 +14,8 @@ 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 <bsd.port.mk>
diff --git a/www/hs-xss-sanitize/distinfo b/www/hs-xss-sanitize/distinfo
index 82bc6645cc57..9e6f6075a25a 100644
--- a/www/hs-xss-sanitize/distinfo
+++ b/www/hs-xss-sanitize/distinfo
@@ -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
diff --git a/www/hs-xss-sanitize/pkg-descr b/www/hs-xss-sanitize/pkg-descr
index 18ec7528aabb..980d2bc63fae 100644
--- a/www/hs-xss-sanitize/pkg-descr
+++ b/www/hs-xss-sanitize/pkg-descr
@@ -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