diff options
author | arrowd <arrowd@FreeBSD.org> | 2018-06-30 17:57:59 +0800 |
---|---|---|
committer | arrowd <arrowd@FreeBSD.org> | 2018-06-30 17:57:59 +0800 |
commit | c75c0846782c2960148b87ddd488d0ff3b37c016 (patch) | |
tree | e7dcfa318181269d56d040d7b33ff15f28653b40 /databases | |
parent | 04c4c5c51a684f5b25872b065c160b687a303377 (diff) | |
download | freebsd-ports-gnome-c75c0846782c2960148b87ddd488d0ff3b37c016.tar.gz freebsd-ports-gnome-c75c0846782c2960148b87ddd488d0ff3b37c016.tar.zst freebsd-ports-gnome-c75c0846782c2960148b87ddd488d0ff3b37c016.zip |
lang/ghc: Update to 8.4.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
In ghc-pkgs.txt, check and remove all the packages that have been moved
on the update, then use this command:
# pkg install -y `cat ghc-pkgs.txt`
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16038
Diffstat (limited to 'databases')
-rw-r--r-- | databases/hs-esqueleto/Makefile | 2 | ||||
-rw-r--r-- | databases/hs-hedis/Makefile | 2 | ||||
-rw-r--r-- | databases/hs-mysql/Makefile | 1 | ||||
-rw-r--r-- | databases/hs-persistent-sqlite/Makefile | 1 | ||||
-rw-r--r-- | databases/hs-persistent-template/Makefile | 1 | ||||
-rw-r--r-- | databases/hs-persistent/Makefile | 1 |
6 files changed, 6 insertions, 2 deletions
diff --git a/databases/hs-esqueleto/Makefile b/databases/hs-esqueleto/Makefile index 9649100342cd..08073021445c 100644 --- a/databases/hs-esqueleto/Makefile +++ b/databases/hs-esqueleto/Makefile @@ -2,7 +2,7 @@ PORTNAME= esqueleto PORTVERSION= 2.5.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases haskell MAINTAINER= haskell@FreeBSD.org diff --git a/databases/hs-hedis/Makefile b/databases/hs-hedis/Makefile index 81ecbe4ddf70..e626873f9e98 100644 --- a/databases/hs-hedis/Makefile +++ b/databases/hs-hedis/Makefile @@ -3,7 +3,7 @@ PORTNAME= hedis PORTVERSION= 0.10.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases haskell MAINTAINER= haskell@FreeBSD.org diff --git a/databases/hs-mysql/Makefile b/databases/hs-mysql/Makefile index 510c8306b029..7f1fbaff4d16 100644 --- a/databases/hs-mysql/Makefile +++ b/databases/hs-mysql/Makefile @@ -3,6 +3,7 @@ PORTNAME= mysql PORTVERSION= 0.1.5 +PORTREVISION= 1 CATEGORIES= databases haskell MAINTAINER= haskell@FreeBSD.org diff --git a/databases/hs-persistent-sqlite/Makefile b/databases/hs-persistent-sqlite/Makefile index 410c0d24542a..008a91479cee 100644 --- a/databases/hs-persistent-sqlite/Makefile +++ b/databases/hs-persistent-sqlite/Makefile @@ -2,6 +2,7 @@ PORTNAME= persistent-sqlite PORTVERSION= 2.8.1.2 +PORTREVISION= 1 CATEGORIES= databases haskell MAINTAINER= haskell@FreeBSD.org diff --git a/databases/hs-persistent-template/Makefile b/databases/hs-persistent-template/Makefile index 5094ba53bfc5..9aa60ba48c2a 100644 --- a/databases/hs-persistent-template/Makefile +++ b/databases/hs-persistent-template/Makefile @@ -2,6 +2,7 @@ PORTNAME= persistent-template PORTVERSION= 2.5.4 +PORTREVISION= 1 CATEGORIES= databases haskell MAINTAINER= haskell@FreeBSD.org diff --git a/databases/hs-persistent/Makefile b/databases/hs-persistent/Makefile index e4bff1f9a26d..695e77d385f4 100644 --- a/databases/hs-persistent/Makefile +++ b/databases/hs-persistent/Makefile @@ -2,6 +2,7 @@ PORTNAME= persistent PORTVERSION= 2.8.2 +PORTREVISION= 1 CATEGORIES= databases haskell MAINTAINER= haskell@FreeBSD.org |