aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/hs-DAV/Makefile1
-rw-r--r--www/hs-HTTP/Makefile1
-rw-r--r--www/hs-activehs/Makefile1
-rw-r--r--www/hs-authenticate/Makefile1
-rw-r--r--www/hs-cgi/Makefile1
-rw-r--r--www/hs-cookie/Makefile1
-rw-r--r--www/hs-css-text/Makefile1
-rw-r--r--www/hs-fastcgi/Makefile2
-rw-r--r--www/hs-gitit/Makefile1
-rw-r--r--www/hs-hS3/Makefile2
-rw-r--r--www/hs-happstack-server/Makefile1
-rw-r--r--www/hs-happstack/Makefile2
-rw-r--r--www/hs-heist/Makefile1
-rw-r--r--www/hs-hjsmin/Makefile1
-rw-r--r--www/hs-http-api-data/Makefile1
-rw-r--r--www/hs-http-client-tls/Makefile1
-rw-r--r--www/hs-http-client/Makefile1
-rw-r--r--www/hs-http-conduit/Makefile1
-rw-r--r--www/hs-http-date/Makefile2
-rw-r--r--www/hs-http-reverse-proxy/Makefile1
-rw-r--r--www/hs-http-server/Makefile2
-rw-r--r--www/hs-http-types/Makefile1
-rw-r--r--www/hs-http2/Makefile1
-rw-r--r--www/hs-multipart/Makefile2
-rw-r--r--www/hs-oeis/Makefile1
-rw-r--r--www/hs-path-pieces/Makefile1
-rw-r--r--www/hs-recaptcha/Makefile2
-rw-r--r--www/hs-shakespeare/Makefile1
-rw-r--r--www/hs-snap-core/Makefile1
-rw-r--r--www/hs-snap-server/Makefile1
-rw-r--r--www/hs-snap/Makefile1
-rw-r--r--www/hs-url/Makefile2
-rw-r--r--www/hs-wai-app-static/Makefile1
-rw-r--r--www/hs-wai-extra/Makefile1
-rw-r--r--www/hs-wai-logger/Makefile1
-rw-r--r--www/hs-wai/Makefile1
-rw-r--r--www/hs-warp-tls/Makefile1
-rw-r--r--www/hs-warp/Makefile1
-rw-r--r--www/hs-webkit/Makefile1
-rw-r--r--www/hs-xss-sanitize/Makefile1
-rw-r--r--www/hs-yesod-auth-hashdb/Makefile1
-rw-r--r--www/hs-yesod-auth/Makefile1
-rw-r--r--www/hs-yesod-bin/Makefile1
-rw-r--r--www/hs-yesod-core/Makefile1
-rw-r--r--www/hs-yesod-form/Makefile1
-rw-r--r--www/hs-yesod-persistent/Makefile1
-rw-r--r--www/hs-yesod-static/Makefile1
-rw-r--r--www/hs-yesod-test/Makefile1
-rw-r--r--www/hs-yesod/Makefile1
49 files changed, 49 insertions, 8 deletions
diff --git a/www/hs-DAV/Makefile b/www/hs-DAV/Makefile
index da3c48ca7ae4..a9c599ba2c4a 100644
--- a/www/hs-DAV/Makefile
+++ b/www/hs-DAV/Makefile
@@ -2,6 +2,7 @@
PORTNAME= DAV
PORTVERSION= 1.3.1
+PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-HTTP/Makefile b/www/hs-HTTP/Makefile
index 93b99a07feba..5e82756ef2cd 100644
--- a/www/hs-HTTP/Makefile
+++ b/www/hs-HTTP/Makefile
@@ -3,6 +3,7 @@
PORTNAME= HTTP
PORTVERSION= 4000.3.7
+PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-activehs/Makefile b/www/hs-activehs/Makefile
index 80403ea395d6..01d054058024 100644
--- a/www/hs-activehs/Makefile
+++ b/www/hs-activehs/Makefile
@@ -2,6 +2,7 @@
PORTNAME= activehs
PORTVERSION= 0.3.2
+PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-authenticate/Makefile b/www/hs-authenticate/Makefile
index 7a6d516c41a6..7a41fd196fac 100644
--- a/www/hs-authenticate/Makefile
+++ b/www/hs-authenticate/Makefile
@@ -2,6 +2,7 @@
PORTNAME= authenticate
PORTVERSION= 1.3.3.2
+PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-cgi/Makefile b/www/hs-cgi/Makefile
index e1b5f1c5534a..055678dd23d6 100644
--- a/www/hs-cgi/Makefile
+++ b/www/hs-cgi/Makefile
@@ -3,6 +3,7 @@
PORTNAME= cgi
PORTVERSION= 3001.3.0.2
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= www haskell
diff --git a/www/hs-cookie/Makefile b/www/hs-cookie/Makefile
index 21dc00ffb824..b514ebb45f5f 100644
--- a/www/hs-cookie/Makefile
+++ b/www/hs-cookie/Makefile
@@ -2,6 +2,7 @@
PORTNAME= cookie
PORTVERSION= 0.4.2.1
+PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-css-text/Makefile b/www/hs-css-text/Makefile
index 701bb67f74df..9bb5b6cbe5e1 100644
--- a/www/hs-css-text/Makefile
+++ b/www/hs-css-text/Makefile
@@ -2,6 +2,7 @@
PORTNAME= css-text
PORTVERSION= 0.1.2.2
+PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-fastcgi/Makefile b/www/hs-fastcgi/Makefile
index c6cde8c529c2..60e552333610 100644
--- a/www/hs-fastcgi/Makefile
+++ b/www/hs-fastcgi/Makefile
@@ -3,7 +3,7 @@
PORTNAME= fastcgi
PORTVERSION= 3001.0.2.4
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-gitit/Makefile b/www/hs-gitit/Makefile
index 2f42300ae035..e7e2ddc4e93b 100644
--- a/www/hs-gitit/Makefile
+++ b/www/hs-gitit/Makefile
@@ -2,6 +2,7 @@
PORTNAME= gitit
PORTVERSION= 0.12.2.1
+PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-hS3/Makefile b/www/hs-hS3/Makefile
index faf1cb48820d..05900bc542ac 100644
--- a/www/hs-hS3/Makefile
+++ b/www/hs-hS3/Makefile
@@ -2,7 +2,7 @@
PORTNAME= hS3
PORTVERSION= 0.5.9
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-happstack-server/Makefile b/www/hs-happstack-server/Makefile
index bd582aee1b8c..ce4c70a3c013 100644
--- a/www/hs-happstack-server/Makefile
+++ b/www/hs-happstack-server/Makefile
@@ -2,6 +2,7 @@
PORTNAME= happstack-server
PORTVERSION= 7.4.6.4
+PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-happstack/Makefile b/www/hs-happstack/Makefile
index 2bbf55ddc947..0b6b6b7cbc92 100644
--- a/www/hs-happstack/Makefile
+++ b/www/hs-happstack/Makefile
@@ -2,7 +2,7 @@
PORTNAME= happstack
PORTVERSION= 7.0.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-heist/Makefile b/www/hs-heist/Makefile
index 9480fa216a4e..213570cd5f39 100644
--- a/www/hs-heist/Makefile
+++ b/www/hs-heist/Makefile
@@ -2,6 +2,7 @@
PORTNAME= heist
PORTVERSION= 1.0.1.0
+PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-hjsmin/Makefile b/www/hs-hjsmin/Makefile
index 2f516445a112..b81ba2811ed4 100644
--- a/www/hs-hjsmin/Makefile
+++ b/www/hs-hjsmin/Makefile
@@ -2,6 +2,7 @@
PORTNAME= hjsmin
PORTVERSION= 0.2.0.2
+PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-http-api-data/Makefile b/www/hs-http-api-data/Makefile
index 56da32849742..0365a209387b 100644
--- a/www/hs-http-api-data/Makefile
+++ b/www/hs-http-api-data/Makefile
@@ -2,6 +2,7 @@
PORTNAME= http-api-data
PORTVERSION= 0.3.7.1
+PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-http-client-tls/Makefile b/www/hs-http-client-tls/Makefile
index 02c74cc2ca6f..0cc953d2afa6 100644
--- a/www/hs-http-client-tls/Makefile
+++ b/www/hs-http-client-tls/Makefile
@@ -2,6 +2,7 @@
PORTNAME= http-client-tls
PORTVERSION= 0.3.5.1
+PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-http-client/Makefile b/www/hs-http-client/Makefile
index 0f2ee6c6a3dd..ea01c51d80b8 100644
--- a/www/hs-http-client/Makefile
+++ b/www/hs-http-client/Makefile
@@ -2,6 +2,7 @@
PORTNAME= http-client
PORTVERSION= 0.5.7.0
+PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-http-conduit/Makefile b/www/hs-http-conduit/Makefile
index f5efb94ff3a4..983b0ab68d62 100644
--- a/www/hs-http-conduit/Makefile
+++ b/www/hs-http-conduit/Makefile
@@ -2,6 +2,7 @@
PORTNAME= http-conduit
PORTVERSION= 2.2.3.1
+PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-http-date/Makefile b/www/hs-http-date/Makefile
index 6daed2112f0b..9f6735017a82 100644
--- a/www/hs-http-date/Makefile
+++ b/www/hs-http-date/Makefile
@@ -2,7 +2,7 @@
PORTNAME= http-date
PORTVERSION= 0.0.6.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-http-reverse-proxy/Makefile b/www/hs-http-reverse-proxy/Makefile
index f968bcf2b20e..e395021c3c16 100644
--- a/www/hs-http-reverse-proxy/Makefile
+++ b/www/hs-http-reverse-proxy/Makefile
@@ -2,6 +2,7 @@
PORTNAME= http-reverse-proxy
PORTVERSION= 0.4.4
+PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-http-server/Makefile b/www/hs-http-server/Makefile
index 9a2d9e1e03cf..8790ec76ed43 100644
--- a/www/hs-http-server/Makefile
+++ b/www/hs-http-server/Makefile
@@ -3,7 +3,7 @@
PORTNAME= http-server
PORTVERSION= 1.0.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-http-types/Makefile b/www/hs-http-types/Makefile
index eed5504790a7..715e56934d76 100644
--- a/www/hs-http-types/Makefile
+++ b/www/hs-http-types/Makefile
@@ -2,6 +2,7 @@
PORTNAME= http-types
PORTVERSION= 0.9.1
+PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-http2/Makefile b/www/hs-http2/Makefile
index 8fb329634573..7cd6038548e6 100644
--- a/www/hs-http2/Makefile
+++ b/www/hs-http2/Makefile
@@ -2,6 +2,7 @@
PORTNAME= http2
PORTVERSION= 1.6.3
+PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-multipart/Makefile b/www/hs-multipart/Makefile
index fc24842ae63f..074b2ba84ea9 100644
--- a/www/hs-multipart/Makefile
+++ b/www/hs-multipart/Makefile
@@ -2,7 +2,7 @@
PORTNAME= multipart
PORTVERSION= 0.1.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-oeis/Makefile b/www/hs-oeis/Makefile
index cbd644fa18b1..d57fc7c17b2d 100644
--- a/www/hs-oeis/Makefile
+++ b/www/hs-oeis/Makefile
@@ -3,6 +3,7 @@
PORTNAME= oeis
PORTVERSION= 0.3.9
+PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-path-pieces/Makefile b/www/hs-path-pieces/Makefile
index f4406e155065..9e5c9addc79f 100644
--- a/www/hs-path-pieces/Makefile
+++ b/www/hs-path-pieces/Makefile
@@ -2,6 +2,7 @@
PORTNAME= path-pieces
PORTVERSION= 0.2.1
+PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-recaptcha/Makefile b/www/hs-recaptcha/Makefile
index 48fbdb03a1af..513eea7f5900 100644
--- a/www/hs-recaptcha/Makefile
+++ b/www/hs-recaptcha/Makefile
@@ -2,7 +2,7 @@
PORTNAME= recaptcha
PORTVERSION= 0.1.0.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-shakespeare/Makefile b/www/hs-shakespeare/Makefile
index 0830885f9200..cf7cc6c3bfbc 100644
--- a/www/hs-shakespeare/Makefile
+++ b/www/hs-shakespeare/Makefile
@@ -2,6 +2,7 @@
PORTNAME= shakespeare
PORTVERSION= 2.0.13
+PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-snap-core/Makefile b/www/hs-snap-core/Makefile
index d7515a05adc1..00764ef8eb78 100644
--- a/www/hs-snap-core/Makefile
+++ b/www/hs-snap-core/Makefile
@@ -2,6 +2,7 @@
PORTNAME= snap-core
PORTVERSION= 1.0.2.1
+PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-snap-server/Makefile b/www/hs-snap-server/Makefile
index 6c8222f45746..4d0e9f60910d 100644
--- a/www/hs-snap-server/Makefile
+++ b/www/hs-snap-server/Makefile
@@ -2,6 +2,7 @@
PORTNAME= snap-server
PORTVERSION= 1.0.2.2
+PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-snap/Makefile b/www/hs-snap/Makefile
index 74272b57d28b..9f1fc90bd6b3 100644
--- a/www/hs-snap/Makefile
+++ b/www/hs-snap/Makefile
@@ -2,6 +2,7 @@
PORTNAME= snap
PORTVERSION= 1.0.0.1
+PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-url/Makefile b/www/hs-url/Makefile
index 351ed2905c86..f36afb722805 100644
--- a/www/hs-url/Makefile
+++ b/www/hs-url/Makefile
@@ -3,7 +3,7 @@
PORTNAME= url
PORTVERSION= 2.1.3
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-wai-app-static/Makefile b/www/hs-wai-app-static/Makefile
index 316acb9043b0..37baf4e3959b 100644
--- a/www/hs-wai-app-static/Makefile
+++ b/www/hs-wai-app-static/Makefile
@@ -2,6 +2,7 @@
PORTNAME= wai-app-static
PORTVERSION= 3.1.6.1
+PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-wai-extra/Makefile b/www/hs-wai-extra/Makefile
index 9bea0d5fb73d..f3184a58600c 100644
--- a/www/hs-wai-extra/Makefile
+++ b/www/hs-wai-extra/Makefile
@@ -2,6 +2,7 @@
PORTNAME= wai-extra
PORTVERSION= 3.0.20.0
+PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-wai-logger/Makefile b/www/hs-wai-logger/Makefile
index c3f363bb93b4..bb4510634f32 100644
--- a/www/hs-wai-logger/Makefile
+++ b/www/hs-wai-logger/Makefile
@@ -2,6 +2,7 @@
PORTNAME= wai-logger
PORTVERSION= 2.3.0
+PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-wai/Makefile b/www/hs-wai/Makefile
index b9612a83433b..12649a9868df 100644
--- a/www/hs-wai/Makefile
+++ b/www/hs-wai/Makefile
@@ -2,6 +2,7 @@
PORTNAME= wai
PORTVERSION= 3.2.1.1
+PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-warp-tls/Makefile b/www/hs-warp-tls/Makefile
index 2a8794e05c55..f9b26ed9922c 100644
--- a/www/hs-warp-tls/Makefile
+++ b/www/hs-warp-tls/Makefile
@@ -2,6 +2,7 @@
PORTNAME= warp-tls
PORTVERSION= 3.2.4
+PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-warp/Makefile b/www/hs-warp/Makefile
index 1efcba46f7a7..679be7122af4 100644
--- a/www/hs-warp/Makefile
+++ b/www/hs-warp/Makefile
@@ -2,6 +2,7 @@
PORTNAME= warp
PORTVERSION= 3.2.13
+PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-webkit/Makefile b/www/hs-webkit/Makefile
index 3e367378a9cb..2e33e2cb90dc 100644
--- a/www/hs-webkit/Makefile
+++ b/www/hs-webkit/Makefile
@@ -2,6 +2,7 @@
PORTNAME= webkit
PORTVERSION= 0.14.2.1
+PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-xss-sanitize/Makefile b/www/hs-xss-sanitize/Makefile
index 9d217aeedcb9..eccb65aea02b 100644
--- a/www/hs-xss-sanitize/Makefile
+++ b/www/hs-xss-sanitize/Makefile
@@ -2,6 +2,7 @@
PORTNAME= xss-sanitize
PORTVERSION= 0.3.5.7
+PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-yesod-auth-hashdb/Makefile b/www/hs-yesod-auth-hashdb/Makefile
index 77e549f6d5cf..4213cca768a8 100644
--- a/www/hs-yesod-auth-hashdb/Makefile
+++ b/www/hs-yesod-auth-hashdb/Makefile
@@ -2,6 +2,7 @@
PORTNAME= yesod-auth-hashdb
PORTVERSION= 1.6.1
+PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-yesod-auth/Makefile b/www/hs-yesod-auth/Makefile
index e1d0dddfa2b0..89156ace84b8 100644
--- a/www/hs-yesod-auth/Makefile
+++ b/www/hs-yesod-auth/Makefile
@@ -2,6 +2,7 @@
PORTNAME= yesod-auth
PORTVERSION= 1.4.17.2
+PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-yesod-bin/Makefile b/www/hs-yesod-bin/Makefile
index 965655980690..ac5fd1ac3b15 100644
--- a/www/hs-yesod-bin/Makefile
+++ b/www/hs-yesod-bin/Makefile
@@ -2,6 +2,7 @@
PORTNAME= yesod-bin
PORTVERSION= 1.5.2.3
+PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-yesod-core/Makefile b/www/hs-yesod-core/Makefile
index 79c62b2abf9c..571c9b3bed9f 100644
--- a/www/hs-yesod-core/Makefile
+++ b/www/hs-yesod-core/Makefile
@@ -2,6 +2,7 @@
PORTNAME= yesod-core
PORTVERSION= 1.4.35
+PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-yesod-form/Makefile b/www/hs-yesod-form/Makefile
index e7fc6c6ef6c2..69ec36dd9cc6 100644
--- a/www/hs-yesod-form/Makefile
+++ b/www/hs-yesod-form/Makefile
@@ -2,6 +2,7 @@
PORTNAME= yesod-form
PORTVERSION= 1.4.12
+PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-yesod-persistent/Makefile b/www/hs-yesod-persistent/Makefile
index 4bcae28c0c70..f1367e876a66 100644
--- a/www/hs-yesod-persistent/Makefile
+++ b/www/hs-yesod-persistent/Makefile
@@ -2,6 +2,7 @@
PORTNAME= yesod-persistent
PORTVERSION= 1.4.2
+PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-yesod-static/Makefile b/www/hs-yesod-static/Makefile
index e1b51c641d6a..702bb022ba8c 100644
--- a/www/hs-yesod-static/Makefile
+++ b/www/hs-yesod-static/Makefile
@@ -2,6 +2,7 @@
PORTNAME= yesod-static
PORTVERSION= 1.5.3
+PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-yesod-test/Makefile b/www/hs-yesod-test/Makefile
index a212d8a58ea5..a2453ce0e81a 100644
--- a/www/hs-yesod-test/Makefile
+++ b/www/hs-yesod-test/Makefile
@@ -2,6 +2,7 @@
PORTNAME= yesod-test
PORTVERSION= 1.5.7
+PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-yesod/Makefile b/www/hs-yesod/Makefile
index 4db58e4bed91..fd601f8037aa 100644
--- a/www/hs-yesod/Makefile
+++ b/www/hs-yesod/Makefile
@@ -2,6 +2,7 @@
PORTNAME= yesod
PORTVERSION= 1.4.5
+PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org