aboutsummaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2019-06-13 13:57:14 +0000
committerGleb Popov <arrowd@FreeBSD.org>2019-06-13 13:57:14 +0000
commite4b6cd74b6d0abb9b3d47838b3ec9c64953dc258 (patch)
tree8fee22f4ca1a84563a8ec1e78851d37df11381ec /converters
parente9ff559e0d7c1792c49c9d2057c665ffa03d6c08 (diff)
downloadports-e4b6cd74b6d0abb9b3d47838b3ec9c64953dc258.tar.gz
ports-e4b6cd74b6d0abb9b3d47838b3ec9c64953dc258.zip
For ports with USES=cabal install a wrapper shell script instead of a real
executable into /bin/, that sets some environment variables to workaround https://github.com/haskell/cabal/issues/5997 While there, update bunch of Haskell ports, install their data files. PR: 237878 Reviewed by: tcberner Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D20556
Notes
Notes: svn path=/head/; revision=504093
Diffstat (limited to 'converters')
-rw-r--r--converters/hs-aeson-pretty/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/hs-aeson-pretty/Makefile b/converters/hs-aeson-pretty/Makefile
index e45f7ed3d303..7fe566d48ed9 100644
--- a/converters/hs-aeson-pretty/Makefile
+++ b/converters/hs-aeson-pretty/Makefile
@@ -2,7 +2,7 @@
PORTNAME= aeson-pretty
PORTVERSION= 0.8.7
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= converters haskell
MAINTAINER= haskell@FreeBSD.org