aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-hmake
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-04-08 07:15:56 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-04-08 07:15:56 +0000
commitad58fd3e15ebe6e5e0781247c1c94b848ac43023 (patch)
treeb55de4e7ce751e9395ee944ec4141f8f9ba3d04b /devel/hs-hmake
parent41d3d72f705bcf494b6c2e846505283f59a8d8b9 (diff)
downloadports-ad58fd3e15ebe6e5e0781247c1c94b848ac43023.tar.gz
ports-ad58fd3e15ebe6e5e0781247c1c94b848ac43023.zip
Notes
Diffstat (limited to 'devel/hs-hmake')
-rw-r--r--devel/hs-hmake/Makefile3
-rw-r--r--devel/hs-hmake/distinfo4
-rw-r--r--devel/hs-hmake/files/patch-script::hi.inst11
3 files changed, 3 insertions, 15 deletions
diff --git a/devel/hs-hmake/Makefile b/devel/hs-hmake/Makefile
index f7ce62414824..fed631521700 100644
--- a/devel/hs-hmake/Makefile
+++ b/devel/hs-hmake/Makefile
@@ -7,6 +7,7 @@
PORTNAME= hmake
PORTVERSION= 3.10
+PORTREVISION= 1
CATEGORIES= devel haskell
MASTER_SITES= http://www.haskell.org/hmake/ \
ftp://ftp.cs.york.ac.uk/pub/haskell/hmake/ \
@@ -16,8 +17,6 @@ PKGNAMEPREFIX= hs-
MAINTAINER= haskell@FreeBSD.org
COMMENT= Intelligent compilation management tool for Haskell programs
-BROKEN= Size mismatch
-
.include <bsd.port.pre.mk>
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
diff --git a/devel/hs-hmake/distinfo b/devel/hs-hmake/distinfo
index b17ff3c2b042..77e06897de39 100644
--- a/devel/hs-hmake/distinfo
+++ b/devel/hs-hmake/distinfo
@@ -1,2 +1,2 @@
-MD5 (hmake-3.10.tar.gz) = 44eccd9574bb83e95ecedca29aa29d87
-SIZE (hmake-3.10.tar.gz) = 106380
+MD5 (hmake-3.10.tar.gz) = 32c8fea53feaa9b2ead1622609ec052a
+SIZE (hmake-3.10.tar.gz) = 104656
diff --git a/devel/hs-hmake/files/patch-script::hi.inst b/devel/hs-hmake/files/patch-script::hi.inst
deleted file mode 100644
index 51ca660cc1f6..000000000000
--- a/devel/hs-hmake/files/patch-script::hi.inst
+++ /dev/null
@@ -1,11 +0,0 @@
---- script/hi.inst.orig Fri Mar 11 16:38:05 2005
-+++ script/hi.inst Fri Mar 11 16:38:13 2005
-@@ -7,7 +7,7 @@
- HMAKECONFDIR=${HMAKECONFDIR-ConfDir}
- MACHINE=${MACHINE-"`$SCRIPTDIR/harch`"}
- INSTALLVER="InstallVer"
--export MACHINE INSTALLVER HMAKEDIR SCRIPTDIR
-+export MACHINE INSTALLVER HMAKEDIR SCRIPTDIR HMAKECONFDIR
-
- if [ ! -d $HMAKEDIR/$MACHINE ]
- then