aboutsummaryrefslogtreecommitdiffstats
path: root/www/hs-snap
diff options
context:
space:
mode:
authorarrowd <arrowd@FreeBSD.org>2018-07-29 18:40:28 +0800
committerarrowd <arrowd@FreeBSD.org>2018-07-29 18:40:28 +0800
commit5c6dffa30419317c6e0bf723e3376df6b4beea98 (patch)
tree0816dabc0676210bc3de5d66bab15e761867ea3d /www/hs-snap
parent9f8b08ace1c695668959345a71a50ecac4ccf8f1 (diff)
downloadfreebsd-ports-gnome-5c6dffa30419317c6e0bf723e3376df6b4beea98.tar.gz
freebsd-ports-gnome-5c6dffa30419317c6e0bf723e3376df6b4beea98.tar.zst
freebsd-ports-gnome-5c6dffa30419317c6e0bf723e3376df6b4beea98.zip
Update some hs-* ports that were previously IGNORE'd.
Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D16308
Diffstat (limited to 'www/hs-snap')
-rw-r--r--www/hs-snap/Makefile5
-rw-r--r--www/hs-snap/distinfo6
-rw-r--r--www/hs-snap/files/patch-snap.cabal29
3 files changed, 4 insertions, 36 deletions
diff --git a/www/hs-snap/Makefile b/www/hs-snap/Makefile
index 5167eb360e64..dae2fbf023ff 100644
--- a/www/hs-snap/Makefile
+++ b/www/hs-snap/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= snap
-PORTVERSION= 1.0.0.1
-PORTREVISION= 4
+PORTVERSION= 1.1.1.0
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
@@ -16,7 +15,5 @@ USE_CABAL= aeson attoparsec cereal clientsession configurator \
snap-core snap-server transformers-base \
unordered-containers xmlhtml
-IGNORE= Doesn't build with recent GHC version
-
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
diff --git a/www/hs-snap/distinfo b/www/hs-snap/distinfo
index 4a2104e9fdc8..4debd81b9c46 100644
--- a/www/hs-snap/distinfo
+++ b/www/hs-snap/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1499625379
-SHA256 (cabal/snap-1.0.0.1.tar.gz) = 293f16c1404793121d3d85abb6287bbb32f5dc1d82b12146d4bb650052322db8
-SIZE (cabal/snap-1.0.0.1.tar.gz) = 81400
+TIMESTAMP = 1531830411
+SHA256 (cabal/snap-1.1.1.0.tar.gz) = e74b645ed6f97c47ce55e68d416d86363a99f891c876e1e2d5d34d147cde6f22
+SIZE (cabal/snap-1.1.1.0.tar.gz) = 82418
diff --git a/www/hs-snap/files/patch-snap.cabal b/www/hs-snap/files/patch-snap.cabal
deleted file mode 100644
index 281c9182d169..000000000000
--- a/www/hs-snap/files/patch-snap.cabal
+++ /dev/null
@@ -1,29 +0,0 @@
---- snap.cabal.orig 2016-09-23 03:03:09 UTC
-+++ snap.cabal
-@@ -103,7 +103,7 @@ Library
- Snap.Snaplet.Session.SecureCookie
-
- build-depends:
-- aeson >= 0.6 && < 1.1,
-+ aeson >= 0.6 && < 1.3,
- attoparsec >= 0.10 && < 0.14,
- base >= 4 && < 5,
- bytestring >= 0.9.1 && < 0.11,
-@@ -111,7 +111,7 @@ Library
- clientsession >= 0.8 && < 0.10,
- configurator >= 0.1 && < 0.4,
- containers >= 0.2 && < 0.6,
-- directory >= 1.1 && < 1.3,
-+ directory >= 1.1 && < 1.4,
- directory-tree >= 0.10 && < 0.13,
- dlist >= 0.5 && < 0.9,
- filepath >= 1.3 && < 1.5,
-@@ -120,7 +120,7 @@ Library
- -- the version disjunction causes problems with dependency resolution.
- hashable >= 1.2.0.6 && < 1.3,
- heist >= 1.0 && < 1.1,
-- lens >= 3.7.6 && < 4.15,
-+ lens >= 3.7.6 && < 4.16,
- lifted-base >= 0.2 && < 0.3,
- map-syntax >= 0.2 && < 0.3,
- monad-control >= 0.3 && < 1.1,