summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
Diffstat (limited to 'databases')
-rw-r--r--databases/hs-esqueleto/Makefile6
-rw-r--r--databases/hs-hedis/Makefile6
-rw-r--r--databases/hs-hedis/distinfo6
-rw-r--r--databases/hs-mysql/Makefile5
-rw-r--r--databases/hs-mysql/distinfo6
-rw-r--r--databases/hs-persistent-sqlite/Makefile5
-rw-r--r--databases/hs-persistent-sqlite/distinfo6
-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
-rw-r--r--databases/hs-persistent/Makefile11
-rw-r--r--databases/hs-persistent/distinfo6
12 files changed, 36 insertions, 38 deletions
diff --git a/databases/hs-esqueleto/Makefile b/databases/hs-esqueleto/Makefile
index 3101a60bc2f4..9649100342cd 100644
--- a/databases/hs-esqueleto/Makefile
+++ b/databases/hs-esqueleto/Makefile
@@ -2,7 +2,7 @@
PORTNAME= esqueleto
PORTVERSION= 2.5.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases haskell
MAINTAINER= haskell@FreeBSD.org
@@ -11,7 +11,9 @@ COMMENT= Type-safe EDSL for SQL queries on persistent backends
LICENSE= BSD3CLAUSE
USE_CABAL= blaze-html conduit monad-logger persistent \
- resourcet tagged text unordered-containers
+ resourcet tagged unordered-containers
+
+IGNORE= Doesn't build with recent Persistent
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
diff --git a/databases/hs-hedis/Makefile b/databases/hs-hedis/Makefile
index 25d3d9820360..81ecbe4ddf70 100644
--- a/databases/hs-hedis/Makefile
+++ b/databases/hs-hedis/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= hedis
-PORTVERSION= 0.9.8
+PORTVERSION= 0.10.1
PORTREVISION= 1
CATEGORIES= databases haskell
@@ -11,8 +11,8 @@ COMMENT= Client library for the Redis datastore
LICENSE= BSD3CLAUSE
-USE_CABAL= async bytestring-lexing mtl network resource-pool scanner stm \
- text unordered-containers vector
+USE_CABAL= async bytestring-lexing errors HTTP mtl network network-uri \
+ resource-pool scanner unordered-containers vector
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
diff --git a/databases/hs-hedis/distinfo b/databases/hs-hedis/distinfo
index 45ae6d783f31..399fe1ec2c40 100644
--- a/databases/hs-hedis/distinfo
+++ b/databases/hs-hedis/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1499619995
-SHA256 (cabal/hedis-0.9.8.tar.gz) = 822e298c2fe55f7edf0e3a005e901fe7b107c4734eb0dd8f1ab6382330d3ae62
-SIZE (cabal/hedis-0.9.8.tar.gz) = 40058
+TIMESTAMP = 1524158122
+SHA256 (cabal/hedis-0.10.1.tar.gz) = 56afcf52d8b32f23a79de7c50bcaf309f0dfd610cceacb6174dfdce0c051f5f7
+SIZE (cabal/hedis-0.10.1.tar.gz) = 42203
diff --git a/databases/hs-mysql/Makefile b/databases/hs-mysql/Makefile
index 40396cde5d5c..510c8306b029 100644
--- a/databases/hs-mysql/Makefile
+++ b/databases/hs-mysql/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= mysql
-PORTVERSION= 0.1.4
-PORTREVISION= 1
+PORTVERSION= 0.1.5
CATEGORIES= databases haskell
MAINTAINER= haskell@FreeBSD.org
@@ -11,7 +10,7 @@ COMMENT= Low-level MySQL client library
LICENSE= BSD3CLAUSE
-USE_MYSQL= yes
+USES= mysql ssl
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
diff --git a/databases/hs-mysql/distinfo b/databases/hs-mysql/distinfo
index 9df0cddfc532..784ee195e863 100644
--- a/databases/hs-mysql/distinfo
+++ b/databases/hs-mysql/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1499450806
-SHA256 (cabal/mysql-0.1.4.tar.gz) = 9b8675db208851524a77b6e5c4278e6bc29eab16d970a9dda312ae366bdb668e
-SIZE (cabal/mysql-0.1.4.tar.gz) = 16219
+TIMESTAMP = 1524151121
+SHA256 (cabal/mysql-0.1.5.tar.gz) = 49b367d07f6d93fd4cbd08390f83bbf8e40c66156a1d2b0f570b68921e6f3075
+SIZE (cabal/mysql-0.1.5.tar.gz) = 16389
diff --git a/databases/hs-persistent-sqlite/Makefile b/databases/hs-persistent-sqlite/Makefile
index 44e8f2f8503e..410c0d24542a 100644
--- a/databases/hs-persistent-sqlite/Makefile
+++ b/databases/hs-persistent-sqlite/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= persistent-sqlite
-PORTVERSION= 2.6.2
-PORTREVISION= 1
+PORTVERSION= 2.8.1.2
CATEGORIES= databases haskell
MAINTAINER= haskell@FreeBSD.org
@@ -11,7 +10,7 @@ COMMENT= Backend for the persistent library using sqlite3
LICENSE= MIT
USE_CABAL= aeson conduit microlens-th monad-control monad-logger \
- old-locale persistent resource-pool resourcet text \
+ old-locale persistent resource-pool resourcet \
unordered-containers
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
diff --git a/databases/hs-persistent-sqlite/distinfo b/databases/hs-persistent-sqlite/distinfo
index 18e946c2798a..0151970acef4 100644
--- a/databases/hs-persistent-sqlite/distinfo
+++ b/databases/hs-persistent-sqlite/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1499620122
-SHA256 (cabal/persistent-sqlite-2.6.2.tar.gz) = 6136c471fc81869cf0fde2049defb9c82698e3c0048d1321c3eda01046b985bf
-SIZE (cabal/persistent-sqlite-2.6.2.tar.gz) = 3568400
+TIMESTAMP = 1525169028
+SHA256 (cabal/persistent-sqlite-2.8.1.2.tar.gz) = 2f7157f3830370f60c7c36490ea49b7c52caf0f2a7349f86cf47970189f9ad0c
+SIZE (cabal/persistent-sqlite-2.8.1.2.tar.gz) = 2044695
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
diff --git a/databases/hs-persistent/Makefile b/databases/hs-persistent/Makefile
index 3dca5c1299f6..e4bff1f9a26d 100644
--- a/databases/hs-persistent/Makefile
+++ b/databases/hs-persistent/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= persistent
-PORTVERSION= 2.7.0
-PORTREVISION= 1
+PORTVERSION= 2.8.2
CATEGORIES= databases haskell
MAINTAINER= haskell@FreeBSD.org
@@ -12,10 +11,10 @@ LICENSE= MIT
USE_CABAL= aeson>=0.5 attoparsec base64-bytestring blaze-html>=0.5 \
blaze-markup>=0.5.1 conduit>=1.0 exceptions>=0.6 \
- fast-logger>=2.1 http-api-data lifted-base>=0.1 monad-control>=0.3 \
- monad-logger>=0.3 mtl old-locale path-pieces>=0.1 resource-pool \
- resourcet>=1.1 scientific silently tagged text>=0.8 \
- transformers-base unordered-containers vector
+ fast-logger>=2.1 haskell-src-meta http-api-data lifted-base \
+ monad-control>=0.3 monad-logger>=0.3 mtl old-locale \
+ path-pieces>=0.1 resource-pool resourcet>=1.1 scientific \
+ silently tagged transformers-base unordered-containers vector
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
diff --git a/databases/hs-persistent/distinfo b/databases/hs-persistent/distinfo
index 2f8e6adf207d..95e379803d48 100644
--- a/databases/hs-persistent/distinfo
+++ b/databases/hs-persistent/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1499620101
-SHA256 (cabal/persistent-2.7.0.tar.gz) = cebc4d51d362ce329cb29cb3873eacc01a1453c54d356c4115a7488543e3deea
-SIZE (cabal/persistent-2.7.0.tar.gz) = 69320
+TIMESTAMP = 1524929752
+SHA256 (cabal/persistent-2.8.2.tar.gz) = 696bb279259e307778dc7fbd49565c48a66429f14e793a41a13cfae0968c1ec0
+SIZE (cabal/persistent-2.8.2.tar.gz) = 58648