aboutsummaryrefslogtreecommitdiff
path: root/math/hs-ieee754
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-12-20 02:23:04 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-12-20 02:23:04 +0000
commitf6f83c9efc2c46d2970746758e2c682bb8a518ec (patch)
tree290f2ea61305744bf0f477895c56b92acaeb361f /math/hs-ieee754
parentaf071cfdc1f8578bd1523b823e683074a3139a34 (diff)
downloadports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.tar.gz
ports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.zip
Notes
Diffstat (limited to 'math/hs-ieee754')
-rw-r--r--math/hs-ieee754/Makefile7
-rw-r--r--math/hs-ieee754/pkg-descr2
2 files changed, 2 insertions, 7 deletions
diff --git a/math/hs-ieee754/Makefile b/math/hs-ieee754/Makefile
index 96c87a844274..55b863f8d55f 100644
--- a/math/hs-ieee754/Makefile
+++ b/math/hs-ieee754/Makefile
@@ -1,13 +1,8 @@
-# New ports collection makefile for: hs-ieee754
-# Date created: April 7, 2012
-# Whom: haskell@FreeBSD.org
-#
# $FreeBSD$
-#
PORTNAME= ieee754
PORTVERSION= 0.7.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/math/hs-ieee754/pkg-descr b/math/hs-ieee754/pkg-descr
index 614a09e9b446..bae95aafb448 100644
--- a/math/hs-ieee754/pkg-descr
+++ b/math/hs-ieee754/pkg-descr
@@ -2,4 +2,4 @@ Utilities for dealing with IEEE floating point numbers, ported from the
Tango math library; approximate and exact equality comparisons for general
types.
-WWW: http://github.com/patperry/hs-ieee754
+WWW: http://github.com/patperry/hs-ieee754