diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
commit | f6f83c9efc2c46d2970746758e2c682bb8a518ec (patch) | |
tree | 290f2ea61305744bf0f477895c56b92acaeb361f /devel/hs-hlint | |
parent | af071cfdc1f8578bd1523b823e683074a3139a34 (diff) | |
download | ports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.tar.gz ports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.zip |
Notes
Diffstat (limited to 'devel/hs-hlint')
-rw-r--r-- | devel/hs-hlint/Makefile | 9 | ||||
-rw-r--r-- | devel/hs-hlint/distinfo | 4 | ||||
-rw-r--r-- | devel/hs-hlint/pkg-descr | 2 |
3 files changed, 5 insertions, 10 deletions
diff --git a/devel/hs-hlint/Makefile b/devel/hs-hlint/Makefile index 1e80abf04450..ff9fcbfa44b5 100644 --- a/devel/hs-hlint/Makefile +++ b/devel/hs-hlint/Makefile @@ -1,18 +1,13 @@ -# New ports collection makefile for: hs-hlint -# Date created: January 2, 2012 -# Whom: haskell@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= hlint -PORTVERSION= 1.8.30 +PORTVERSION= 1.8.39 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Source code suggestions -LICENSE= GPLv2 +LICENSE= BSD CABAL_SETUP= Setup.hs diff --git a/devel/hs-hlint/distinfo b/devel/hs-hlint/distinfo index f5a1d51189bf..1e48d978c903 100644 --- a/devel/hs-hlint/distinfo +++ b/devel/hs-hlint/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/hlint-1.8.30.tar.gz) = 05b47cfc2c255d2b9e52c70a37f1e55a957327f3d610ec3eb62d9513ef81a2b0 -SIZE (cabal/hlint-1.8.30.tar.gz) = 67921 +SHA256 (cabal/hlint-1.8.39.tar.gz) = e58cea4090352e95c457b1153857ca57c346c8bfbb0bf17fbf28661b08713801 +SIZE (cabal/hlint-1.8.39.tar.gz) = 63401 diff --git a/devel/hs-hlint/pkg-descr b/devel/hs-hlint/pkg-descr index 2788cb4a0018..97ed14e6ace5 100644 --- a/devel/hs-hlint/pkg-descr +++ b/devel/hs-hlint/pkg-descr @@ -1,3 +1,3 @@ HLint gives suggestions on how to improve your source code. -WWW: http://community.haskell.org/~ndm/hlint/ +WWW: http://community.haskell.org/~ndm/hlint/ |