diff options
author | vs <vs@FreeBSD.org> | 2005-04-08 15:15:56 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-04-08 15:15:56 +0800 |
commit | 6322ffe8884325da082fce4fe5da361a35dd225d (patch) | |
tree | a13a95d479ccc31ce5932abf0f6a028e1201b73d /devel | |
parent | 57cb363785e001f7062a84deb2b86e932d48c01f (diff) | |
download | freebsd-ports-gnome-6322ffe8884325da082fce4fe5da361a35dd225d.tar.gz freebsd-ports-gnome-6322ffe8884325da082fce4fe5da361a35dd225d.tar.zst freebsd-ports-gnome-6322ffe8884325da082fce4fe5da361a35dd225d.zip |
Unbreak: Our patch got integrated into upstream
Diffstat (limited to 'devel')
-rw-r--r-- | devel/hs-hmake/Makefile | 3 | ||||
-rw-r--r-- | devel/hs-hmake/distinfo | 4 | ||||
-rw-r--r-- | devel/hs-hmake/files/patch-script::hi.inst | 11 |
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 |