aboutsummaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2018-06-30 09:57:59 +0000
committerGleb Popov <arrowd@FreeBSD.org>2018-06-30 09:57:59 +0000
commit98ae1eaf361ccc2d21dd1c53bd71dbecc189abf6 (patch)
treee7dcfa318181269d56d040d7b33ff15f28653b40 /converters
parent66f8fb874f8377f87c419ea43da885d3182fc695 (diff)
downloadports-98ae1eaf361ccc2d21dd1c53bd71dbecc189abf6.tar.gz
ports-98ae1eaf361ccc2d21dd1c53bd71dbecc189abf6.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
Notes
Notes: svn path=/head/; revision=473611
Diffstat (limited to 'converters')
-rw-r--r--converters/hs-aeson-compat/Makefile1
-rw-r--r--converters/hs-aeson-pretty/Makefile1
-rw-r--r--converters/hs-aeson/Makefile1
-rw-r--r--converters/hs-dataenc/Makefile2
-rw-r--r--converters/hs-json/Makefile1
-rw-r--r--converters/hs-sandi/Makefile1
6 files changed, 6 insertions, 1 deletions
diff --git a/converters/hs-aeson-compat/Makefile b/converters/hs-aeson-compat/Makefile
index e46500b3aa6e..dbc4cdc5a23b 100644
--- a/converters/hs-aeson-compat/Makefile
+++ b/converters/hs-aeson-compat/Makefile
@@ -2,6 +2,7 @@
PORTNAME= aeson-compat
PORTVERSION= 0.3.7.1
+PORTREVISION= 1
CATEGORIES= converters haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/converters/hs-aeson-pretty/Makefile b/converters/hs-aeson-pretty/Makefile
index a6ac165ca995..596b68f6b3b2 100644
--- a/converters/hs-aeson-pretty/Makefile
+++ b/converters/hs-aeson-pretty/Makefile
@@ -2,6 +2,7 @@
PORTNAME= aeson-pretty
PORTVERSION= 0.8.7
+PORTREVISION= 1
CATEGORIES= converters haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/converters/hs-aeson/Makefile b/converters/hs-aeson/Makefile
index eeaf65c73b9b..a4debf7cf589 100644
--- a/converters/hs-aeson/Makefile
+++ b/converters/hs-aeson/Makefile
@@ -2,6 +2,7 @@
PORTNAME= aeson
PORTVERSION= 1.3.1.0
+PORTREVISION= 1
CATEGORIES= converters haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/converters/hs-dataenc/Makefile b/converters/hs-dataenc/Makefile
index e259f8724438..32a6f29e452d 100644
--- a/converters/hs-dataenc/Makefile
+++ b/converters/hs-dataenc/Makefile
@@ -2,7 +2,7 @@
PORTNAME= dataenc
PORTVERSION= 0.14.0.7
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= converters haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/converters/hs-json/Makefile b/converters/hs-json/Makefile
index 246c0dffdb03..e51e71ef7c3e 100644
--- a/converters/hs-json/Makefile
+++ b/converters/hs-json/Makefile
@@ -3,6 +3,7 @@
PORTNAME= json
PORTVERSION= 0.9.2
+PORTREVISION= 1
CATEGORIES= converters haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/converters/hs-sandi/Makefile b/converters/hs-sandi/Makefile
index 885ca8273b37..1bcd5b1a6f5a 100644
--- a/converters/hs-sandi/Makefile
+++ b/converters/hs-sandi/Makefile
@@ -2,6 +2,7 @@
PORTNAME= sandi
PORTVERSION= 0.4.2
+PORTREVISION= 1
CATEGORIES= converters haskell
MAINTAINER= haskell@FreeBSD.org