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-hint | |
parent | af071cfdc1f8578bd1523b823e683074a3139a34 (diff) | |
download | ports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.tar.gz ports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.zip |
Notes
Diffstat (limited to 'devel/hs-hint')
-rw-r--r-- | devel/hs-hint/Makefile | 9 | ||||
-rw-r--r-- | devel/hs-hint/distinfo | 4 | ||||
-rw-r--r-- | devel/hs-hint/pkg-descr | 2 |
3 files changed, 5 insertions, 10 deletions
diff --git a/devel/hs-hint/Makefile b/devel/hs-hint/Makefile index d71e100a756a..a4c32f5dbeaf 100644 --- a/devel/hs-hint/Makefile +++ b/devel/hs-hint/Makefile @@ -1,13 +1,8 @@ -# New ports collection makefile for: hs-hint -# Date created: December 20 2009 -# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> -# +# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> # $FreeBSD$ -# PORTNAME= hint -PORTVERSION= 0.3.3.4 -PORTREVISION= 1 +PORTVERSION= 0.3.3.5 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-hint/distinfo b/devel/hs-hint/distinfo index 497aadfc60a3..920e879eec28 100644 --- a/devel/hs-hint/distinfo +++ b/devel/hs-hint/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/hint-0.3.3.4.tar.gz) = 3ec235f0cd969316540d1e6eb6d0789fd37450e7a1df8bf8e641839a2485bb5e -SIZE (cabal/hint-0.3.3.4.tar.gz) = 27888 +SHA256 (cabal/hint-0.3.3.5.tar.gz) = 98562846596b7835c18c630e7c3d3c2ae39000facea4ab889b51b002c222ed26 +SIZE (cabal/hint-0.3.3.5.tar.gz) = 28562 diff --git a/devel/hs-hint/pkg-descr b/devel/hs-hint/pkg-descr index a26bd4beffe6..32b30f834e00 100644 --- a/devel/hs-hint/pkg-descr +++ b/devel/hs-hint/pkg-descr @@ -3,4 +3,4 @@ modules, browse them, type-check and evaluate strings with Haskell expressions and even coerce them into values. The library is thread-safe and type-safe (even the coercion of expressions to values). -WWW: http://darcsden.com/jcpetruzza/hint +WWW: http://darcsden.com/jcpetruzza/hint |