aboutsummaryrefslogtreecommitdiff
path: root/math/hs-ieee754
diff options
context:
space:
mode:
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