aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-ShellCheck
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-ShellCheck')
-rw-r--r--devel/hs-ShellCheck/Makefile7
-rw-r--r--devel/hs-ShellCheck/distinfo4
-rw-r--r--devel/hs-ShellCheck/files/patch-ShellCheck.cabal28
3 files changed, 5 insertions, 34 deletions
diff --git a/devel/hs-ShellCheck/Makefile b/devel/hs-ShellCheck/Makefile
index 8eb695171dbb..356124bdf46b 100644
--- a/devel/hs-ShellCheck/Makefile
+++ b/devel/hs-ShellCheck/Makefile
@@ -1,16 +1,15 @@
# $FreeBSD$
PORTNAME= ShellCheck
-PORTVERSION= 0.3.5
+PORTVERSION= 0.3.8
CATEGORIES= devel haskell
MAINTAINER= luca.pizzamiglio@gmail.com
COMMENT= Shell script analysis tool
-LICENSE= AGPLv3
+LICENSE= GPLv3
-USE_CABAL= json>=0.7 parsec QuickCheck>=2.6 regex-posix>=0.95.2 \
- regex-compat>=0.95.1 tf-random>=0.5
+USE_CABAL= json mtl parsec QuickCheck>=2.7.4 regex-tdfa
EXECUTABLE= shellcheck
diff --git a/devel/hs-ShellCheck/distinfo b/devel/hs-ShellCheck/distinfo
index 31b621660d6e..d50766e71b39 100644
--- a/devel/hs-ShellCheck/distinfo
+++ b/devel/hs-ShellCheck/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/ShellCheck-0.3.5.tar.gz) = 9289fda0b3683f4e7c2c003f875a9e308897368fe956ed924a76cafc2fdc9974
-SIZE (cabal/ShellCheck-0.3.5.tar.gz) = 77173
+SHA256 (cabal/ShellCheck-0.3.8.tar.gz) = c185b77166724c06531b3e07b7a8353c0451809a1f60e9f6756d29247853651a
+SIZE (cabal/ShellCheck-0.3.8.tar.gz) = 86202
diff --git a/devel/hs-ShellCheck/files/patch-ShellCheck.cabal b/devel/hs-ShellCheck/files/patch-ShellCheck.cabal
deleted file mode 100644
index 0783474e383e..000000000000
--- a/devel/hs-ShellCheck/files/patch-ShellCheck.cabal
+++ /dev/null
@@ -1,28 +0,0 @@
---- ShellCheck.cabal.orig 2014-11-10 01:30:00.000000000 +0100
-+++ ShellCheck.cabal 2015-02-03 18:19:38.355225341 +0100
-@@ -42,7 +42,7 @@
- mtl,
- parsec,
- regex-compat,
-- QuickCheck >= 2.7.4
-+ QuickCheck >= 2.6
- exposed-modules:
- ShellCheck.Analytics
- ShellCheck.AST
-@@ -64,7 +64,7 @@
- parsec,
- regex-compat,
- transformers,
-- QuickCheck >= 2.7.4
-+ QuickCheck >= 2.6
- main-is: shellcheck.hs
-
- test-suite test-shellcheck
-@@ -79,6 +79,6 @@
- parsec,
- regex-compat,
- transformers,
-- QuickCheck >= 2.7.4
-+ QuickCheck >= 2.6
- main-is: test/shellcheck.hs
-