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 /textproc/hs-double-conversion | |
parent | af071cfdc1f8578bd1523b823e683074a3139a34 (diff) |
Notes
Diffstat (limited to 'textproc/hs-double-conversion')
-rw-r--r-- | textproc/hs-double-conversion/Makefile | 8 | ||||
-rw-r--r-- | textproc/hs-double-conversion/distinfo | 4 | ||||
-rw-r--r-- | textproc/hs-double-conversion/pkg-descr | 2 |
3 files changed, 4 insertions, 10 deletions
diff --git a/textproc/hs-double-conversion/Makefile b/textproc/hs-double-conversion/Makefile index fc38c0dcff9e..87a8a6e2fe2b 100644 --- a/textproc/hs-double-conversion/Makefile +++ b/textproc/hs-double-conversion/Makefile @@ -1,13 +1,7 @@ -# New ports collection makefile for: hs-double-conversion -# Date created: July 13, 2011 -# Whom: haskell@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= double-conversion -PORTVERSION= 0.2.0.4 -PORTREVISION= 2 +PORTVERSION= 0.2.0.5 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-double-conversion/distinfo b/textproc/hs-double-conversion/distinfo index 4ecdfec0cdfc..87cdcc72fa6c 100644 --- a/textproc/hs-double-conversion/distinfo +++ b/textproc/hs-double-conversion/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/double-conversion-0.2.0.4.tar.gz) = 3da5f0c17875b2cbca805439e901f90fac97e25312a5e173820a083f85452b03 -SIZE (cabal/double-conversion-0.2.0.4.tar.gz) = 6833347 +SHA256 (cabal/double-conversion-0.2.0.5.tar.gz) = 0eaaa0469bbd11d40b724c47aa2b45ae1d95948d6c0a8b7c53b460eb345243fc +SIZE (cabal/double-conversion-0.2.0.5.tar.gz) = 6830329 diff --git a/textproc/hs-double-conversion/pkg-descr b/textproc/hs-double-conversion/pkg-descr index 6da6186995bc..71059e5abe4d 100644 --- a/textproc/hs-double-conversion/pkg-descr +++ b/textproc/hs-double-conversion/pkg-descr @@ -11,4 +11,4 @@ to be due to the cost of allocating ByteString values via malloc.) As a final note, be aware that the bytestring-show package is about 50% slower than simply using show. -WWW: http://github.com/mailrank/double-conversion +WWW: https://github.com/bos/double-conversion |