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 /mail | |
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 'mail')
-rw-r--r-- | mail/hs-email-validate/Makefile | 1 | ||||
-rw-r--r-- | mail/hs-mime-mail/Makefile | 1 | ||||
-rw-r--r-- | mail/hs-mime-types/Makefile | 2 | ||||
-rw-r--r-- | mail/hs-mime/Makefile | 2 |
4 files changed, 4 insertions, 2 deletions
diff --git a/mail/hs-email-validate/Makefile b/mail/hs-email-validate/Makefile index 8616aec9b145..32b418fac585 100644 --- a/mail/hs-email-validate/Makefile +++ b/mail/hs-email-validate/Makefile @@ -2,6 +2,7 @@ PORTNAME= email-validate PORTVERSION= 2.3.2.5 +PORTREVISION= 1 CATEGORIES= mail haskell MAINTAINER= haskell@FreeBSD.org diff --git a/mail/hs-mime-mail/Makefile b/mail/hs-mime-mail/Makefile index ae9eec4fb7a2..d1c91a5bb2a0 100644 --- a/mail/hs-mime-mail/Makefile +++ b/mail/hs-mime-mail/Makefile @@ -2,6 +2,7 @@ PORTNAME= mime-mail PORTVERSION= 0.4.14 +PORTREVISION= 1 CATEGORIES= mail haskell MAINTAINER= haskell@FreeBSD.org diff --git a/mail/hs-mime-types/Makefile b/mail/hs-mime-types/Makefile index 230d7e05c8e6..e73a328dda97 100644 --- a/mail/hs-mime-types/Makefile +++ b/mail/hs-mime-types/Makefile @@ -2,7 +2,7 @@ PORTNAME= mime-types PORTVERSION= 0.1.0.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail haskell MAINTAINER= haskell@FreeBSD.org diff --git a/mail/hs-mime/Makefile b/mail/hs-mime/Makefile index fdf3787ce20e..22e29f24c2c1 100644 --- a/mail/hs-mime/Makefile +++ b/mail/hs-mime/Makefile @@ -3,7 +3,7 @@ PORTNAME= mime PORTVERSION= 0.4.0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail haskell MAINTAINER= haskell@FreeBSD.org |