aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2012-06-04 06:51:32 +0800
committerpgj <pgj@FreeBSD.org>2012-06-04 06:51:32 +0800
commit1e9728728d004bea576ccf548c8b78c839b3dd01 (patch)
treefbadef68b0e30d235ff60d18a3bc668bce6d32d6
parentbc64a09f36caedf7fa16cf743cbc9d16080b12fd (diff)
downloadfreebsd-ports-gnome-1e9728728d004bea576ccf548c8b78c839b3dd01.tar.gz
freebsd-ports-gnome-1e9728728d004bea576ccf548c8b78c839b3dd01.tar.zst
freebsd-ports-gnome-1e9728728d004bea576ccf548c8b78c839b3dd01.zip
- Update to 0.3.2
Obtained from: FreeBSD Haskell
-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