summaryrefslogtreecommitdiff
path: root/databases/hs-persistent-template
diff options
context:
space:
mode:
Diffstat (limited to 'databases/hs-persistent-template')
-rw-r--r--databases/hs-persistent-template/Makefile5
-rw-r--r--databases/hs-persistent-template/distinfo6
-rw-r--r--databases/hs-persistent-template/files/patch-persistent-template.cabal6
3 files changed, 8 insertions, 9 deletions
diff --git a/databases/hs-persistent-template/Makefile b/databases/hs-persistent-template/Makefile
index 15460be92087..5094ba53bfc5 100644
--- a/databases/hs-persistent-template/Makefile
+++ b/databases/hs-persistent-template/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= persistent-template
-PORTVERSION= 2.5.2
-PORTREVISION= 1
+PORTVERSION= 2.5.4
CATEGORIES= databases haskell
MAINTAINER= haskell@FreeBSD.org
@@ -11,7 +10,7 @@ COMMENT= Type-safe, non-relational, multi-backend persistence
LICENSE= MIT
USE_CABAL= aeson aeson-compat http-api-data monad-control monad-logger \
- path-pieces persistent tagged text unordered-containers
+ path-pieces persistent tagged unordered-containers
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
diff --git a/databases/hs-persistent-template/distinfo b/databases/hs-persistent-template/distinfo
index 351c8ead4fb0..c2e94a6f3ab5 100644
--- a/databases/hs-persistent-template/distinfo
+++ b/databases/hs-persistent-template/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1499620138
-SHA256 (cabal/persistent-template-2.5.2.tar.gz) = de695b008158f9ae66d103fc33f89c098ebcf59337367063d9f4f816a58b4011
-SIZE (cabal/persistent-template-2.5.2.tar.gz) = 20403
+TIMESTAMP = 1525178560
+SHA256 (cabal/persistent-template-2.5.4.tar.gz) = 4cae740ce92f98cb3ae9e092e740753394d5687b887399ee5f87af7f3c730a01
+SIZE (cabal/persistent-template-2.5.4.tar.gz) = 21079
diff --git a/databases/hs-persistent-template/files/patch-persistent-template.cabal b/databases/hs-persistent-template/files/patch-persistent-template.cabal
index 9d1b31b66c25..be71582a8075 100644
--- a/databases/hs-persistent-template/files/patch-persistent-template.cabal
+++ b/databases/hs-persistent-template/files/patch-persistent-template.cabal
@@ -1,11 +1,11 @@
---- persistent-template.cabal.orig 2017-07-10 13:31:32 UTC
+--- persistent-template.cabal.orig 2018-05-01 13:03:22 UTC
+++ persistent-template.cabal
@@ -23,7 +23,7 @@ library
, text >= 0.5
, transformers >= 0.2 && < 0.6
, containers
-- , aeson >= 0.7 && < 1.2
-+ , aeson >= 0.7 && < 1.3
+- , aeson >= 0.7 && < 1.3
++ , aeson >= 0.7 && < 1.4
, aeson-compat >= 0.3.2.0 && < 0.4
, monad-logger
, unordered-containers