diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-04 12:09:42 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-04 12:09:42 +0000 |
commit | 7a5720c8c95706eea4d61a44e5334ea9684a4ac5 (patch) | |
tree | 7b93eea37080104d83175644245580894008a9d3 /devel/hs-ShellCheck | |
parent | d219efb979647df0491dbbceb45acbd9107a7675 (diff) | |
download | ports-7a5720c8c95706eea4d61a44e5334ea9684a4ac5.tar.gz ports-7a5720c8c95706eea4d61a44e5334ea9684a4ac5.zip |
Notes
Diffstat (limited to 'devel/hs-ShellCheck')
-rw-r--r-- | devel/hs-ShellCheck/Makefile | 5 | ||||
-rw-r--r-- | devel/hs-ShellCheck/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/devel/hs-ShellCheck/Makefile b/devel/hs-ShellCheck/Makefile index 356124bdf46b..6ac94a4e02ea 100644 --- a/devel/hs-ShellCheck/Makefile +++ b/devel/hs-ShellCheck/Makefile @@ -1,15 +1,16 @@ # $FreeBSD$ PORTNAME= ShellCheck -PORTVERSION= 0.3.8 +PORTVERSION= 0.4.3 CATEGORIES= devel haskell MAINTAINER= luca.pizzamiglio@gmail.com COMMENT= Shell script analysis tool LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE -USE_CABAL= json mtl parsec QuickCheck>=2.7.4 regex-tdfa +USE_CABAL= json mtl>=2.2.1 parsec QuickCheck>=2.7.4 regex-tdfa EXECUTABLE= shellcheck diff --git a/devel/hs-ShellCheck/distinfo b/devel/hs-ShellCheck/distinfo index d50766e71b39..ee8b30f7dee6 100644 --- a/devel/hs-ShellCheck/distinfo +++ b/devel/hs-ShellCheck/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/ShellCheck-0.3.8.tar.gz) = c185b77166724c06531b3e07b7a8353c0451809a1f60e9f6756d29247853651a -SIZE (cabal/ShellCheck-0.3.8.tar.gz) = 86202 +SHA256 (cabal/ShellCheck-0.4.3.tar.gz) = df71c303c43ae79846c9f9198a4d4ba2c4c2ee4c06974491d7130fcea0b8efdf +SIZE (cabal/ShellCheck-0.4.3.tar.gz) = 102155 |