summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2019-01-06 12:18:06 +0000
committerGleb Popov <arrowd@FreeBSD.org>2019-01-06 12:18:06 +0000
commite2c3fdc1fdeca1ffbdfef680e3e712ddc2e7e06f (patch)
treeec6e8ffeefbf83bfc231412c2c7a6b883ecd5bd8 /databases
parentUpdate to alpha-20181227 (diff)
lang/ghc: Update to 8.6.3 and bump PORTREVISION's of all Haskell ports.
As usual, it is recommended to rebuild or reinstall all the dependent ports and the lang/ghc port itself in one of the following ways: # portmaster -w -r ghc or # portupgrade -fr lang/ghc In case of pkg(8), it is probably safer to remove all the GHC-dependent packages along with GHC and reinstall everything from scratch. For example: # pkg query "%ro" ghc > ghc-pkgs.txt # pkg delete -y lang/ghc # pkg install -y `cat ghc-pkgs.txt` During update some hs-* ports got two PORTREVISION bumps in a row. Other ports got a PORTVERSION update together with one PORTREVISION bump. This is caused by bulk-bumping PORTREVISION of all hs-* ports. There are a lot of them updated, so figuring out which ones require a bump and which are not is too tedious. Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D18707
Notes
Notes: svn path=/head/; revision=489474
Diffstat (limited to 'databases')
-rw-r--r--databases/hs-esqueleto/Makefile2
-rw-r--r--databases/hs-hedis/Makefile2
-rw-r--r--databases/hs-mysql/Makefile2
-rw-r--r--databases/hs-persistent-sqlite/Makefile2
-rw-r--r--databases/hs-persistent-sqlite/distinfo6
-rw-r--r--databases/hs-persistent-template/Makefile2
-rw-r--r--databases/hs-persistent-template/files/patch-persistent-template.cabal11
-rw-r--r--databases/hs-persistent/Makefile2
-rw-r--r--databases/hs-persistent/distinfo6
-rw-r--r--databases/hs-persistent/files/patch-persistent.cabal11
10 files changed, 32 insertions, 14 deletions
diff --git a/databases/hs-esqueleto/Makefile b/databases/hs-esqueleto/Makefile
index 08073021445c..34d2eb7408e1 100644
--- a/databases/hs-esqueleto/Makefile
+++ b/databases/hs-esqueleto/Makefile
@@ -2,7 +2,7 @@
PORTNAME= esqueleto
PORTVERSION= 2.5.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= databases haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/databases/hs-hedis/Makefile b/databases/hs-hedis/Makefile
index e626873f9e98..88b221f23571 100644
--- a/databases/hs-hedis/Makefile
+++ b/databases/hs-hedis/Makefile
@@ -3,7 +3,7 @@
PORTNAME= hedis
PORTVERSION= 0.10.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= databases haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/databases/hs-mysql/Makefile b/databases/hs-mysql/Makefile
index 7f1fbaff4d16..f1a23c1070a5 100644
--- a/databases/hs-mysql/Makefile
+++ b/databases/hs-mysql/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mysql
PORTVERSION= 0.1.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/databases/hs-persistent-sqlite/Makefile b/databases/hs-persistent-sqlite/Makefile
index 008a91479cee..699fd2000f95 100644
--- a/databases/hs-persistent-sqlite/Makefile
+++ b/databases/hs-persistent-sqlite/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= persistent-sqlite
-PORTVERSION= 2.8.1.2
+PORTVERSION= 2.9.1
PORTREVISION= 1
CATEGORIES= databases haskell
diff --git a/databases/hs-persistent-sqlite/distinfo b/databases/hs-persistent-sqlite/distinfo
index 0151970acef4..fb57fcff0a9e 100644
--- a/databases/hs-persistent-sqlite/distinfo
+++ b/databases/hs-persistent-sqlite/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1525169028
-SHA256 (cabal/persistent-sqlite-2.8.1.2.tar.gz) = 2f7157f3830370f60c7c36490ea49b7c52caf0f2a7349f86cf47970189f9ad0c
-SIZE (cabal/persistent-sqlite-2.8.1.2.tar.gz) = 2044695
+TIMESTAMP = 1546102088
+SHA256 (cabal/persistent-sqlite-2.9.1.tar.gz) = 52407dd8195f36462e0dce9cea75176b9eaa3f0adf2feef6ca3ff01f422905d2
+SIZE (cabal/persistent-sqlite-2.9.1.tar.gz) = 2169017
diff --git a/databases/hs-persistent-template/Makefile b/databases/hs-persistent-template/Makefile
index 9aa60ba48c2a..a13d1d10eca0 100644
--- a/databases/hs-persistent-template/Makefile
+++ b/databases/hs-persistent-template/Makefile
@@ -2,7 +2,7 @@
PORTNAME= persistent-template
PORTVERSION= 2.5.4
-PORTREVISION= 1
+PORTREVISION= 3
CATEGORIES= databases haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/databases/hs-persistent-template/files/patch-persistent-template.cabal b/databases/hs-persistent-template/files/patch-persistent-template.cabal
index be71582a8075..04b069714821 100644
--- a/databases/hs-persistent-template/files/patch-persistent-template.cabal
+++ b/databases/hs-persistent-template/files/patch-persistent-template.cabal
@@ -1,6 +1,6 @@
---- persistent-template.cabal.orig 2018-05-01 13:03:22 UTC
+--- persistent-template.cabal.orig 2018-03-08 15:56:53 UTC
+++ persistent-template.cabal
-@@ -23,7 +23,7 @@ library
+@@ -23,13 +23,13 @@ library
, text >= 0.5
, transformers >= 0.2 && < 0.6
, containers
@@ -9,3 +9,10 @@
, aeson-compat >= 0.3.2.0 && < 0.4
, monad-logger
, unordered-containers
+ , tagged
+ , path-pieces
+- , http-api-data >= 0.2 && < 0.4
++ , http-api-data >= 0.2 && < 0.5
+ , ghc-prim
+ exposed-modules: Database.Persist.TH
+ ghc-options: -Wall
diff --git a/databases/hs-persistent/Makefile b/databases/hs-persistent/Makefile
index 695e77d385f4..c6fbb62b3ed7 100644
--- a/databases/hs-persistent/Makefile
+++ b/databases/hs-persistent/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= persistent
-PORTVERSION= 2.8.2
+PORTVERSION= 2.9.0
PORTREVISION= 1
CATEGORIES= databases haskell
diff --git a/databases/hs-persistent/distinfo b/databases/hs-persistent/distinfo
index 95e379803d48..5dddd4ac79f9 100644
--- a/databases/hs-persistent/distinfo
+++ b/databases/hs-persistent/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1524929752
-SHA256 (cabal/persistent-2.8.2.tar.gz) = 696bb279259e307778dc7fbd49565c48a66429f14e793a41a13cfae0968c1ec0
-SIZE (cabal/persistent-2.8.2.tar.gz) = 58648
+TIMESTAMP = 1546018609
+SHA256 (cabal/persistent-2.9.0.tar.gz) = e7865ceb4aa1e93ca8c65c789f92c8046a39ecf41283682bcace33e89b77f261
+SIZE (cabal/persistent-2.9.0.tar.gz) = 60901
diff --git a/databases/hs-persistent/files/patch-persistent.cabal b/databases/hs-persistent/files/patch-persistent.cabal
new file mode 100644
index 000000000000..3494ecaa6136
--- /dev/null
+++ b/databases/hs-persistent/files/patch-persistent.cabal
@@ -0,0 +1,11 @@
+--- persistent.cabal.orig 2018-10-14 06:53:03 UTC
++++ persistent.cabal
+@@ -33,7 +33,7 @@ library
+ , resourcet >= 1.1.10
+ , resource-pool >= 0.2.2.0
+ , path-pieces >= 0.1
+- , http-api-data >= 0.2 && < 0.4
++ , http-api-data >= 0.2 && < 0.5
+ , aeson >= 0.5
+ , monad-logger >= 0.3.28
+ , base64-bytestring