diff options
author | obraun <obraun@FreeBSD.org> | 2004-03-16 00:22:38 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2004-03-16 00:22:38 +0800 |
commit | f9f689bbfb50653fefcd01fb8d6c08b683c5bf6a (patch) | |
tree | a8d059dcb46efd7583df1439ee5aa8c3c7d58224 /devel/hs-buddha | |
parent | 953b5669b52206456dc7ea62240cf4e87d7ca43f (diff) | |
download | freebsd-ports-gnome-f9f689bbfb50653fefcd01fb8d6c08b683c5bf6a.tar.gz freebsd-ports-gnome-f9f689bbfb50653fefcd01fb8d6c08b683c5bf6a.tar.zst freebsd-ports-gnome-f9f689bbfb50653fefcd01fb8d6c08b683c5bf6a.zip |
Upgrade to 1.1.1 (works also on current).
Diffstat (limited to 'devel/hs-buddha')
-rw-r--r-- | devel/hs-buddha/Makefile | 10 | ||||
-rw-r--r-- | devel/hs-buddha/distinfo | 4 |
2 files changed, 4 insertions, 10 deletions
diff --git a/devel/hs-buddha/Makefile b/devel/hs-buddha/Makefile index aa007d2a9619..af036faaa57c 100644 --- a/devel/hs-buddha/Makefile +++ b/devel/hs-buddha/Makefile @@ -6,7 +6,7 @@ # PORTNAME= buddha -PORTVERSION= 1.1 +PORTVERSION= 1.1.1 CATEGORIES= devel haskell MASTER_SITES= http://www.cs.mu.oz.au/~bjpop/buddha/download/ PKGNAMEPREFIX= hs- @@ -25,12 +25,6 @@ USE_GMAKE= yes PLIST_SUB+= BUDDHA_VERSION=${PORTVERSION:S/.r/-rc/} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502102 -BROKEN= "Does not compile" -.endif - pre-everything:: @${ECHO_CMD} "" @${ECHO_CMD} "You need the profiling versions of GHC's libraries to build buddha." @@ -40,4 +34,4 @@ pre-everything:: pre-build: @(cd ${WRKSRC} && ${GMAKE} depend) -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/hs-buddha/distinfo b/devel/hs-buddha/distinfo index 22f70764175f..054c4eb7d7fa 100644 --- a/devel/hs-buddha/distinfo +++ b/devel/hs-buddha/distinfo @@ -1,2 +1,2 @@ -MD5 (buddha-1.1.tar.gz) = f8997ae0bcbc5f0741a907ba38424ea0 -SIZE (buddha-1.1.tar.gz) = 535440 +MD5 (buddha-1.1.1.tar.gz) = 953a3410084950bac7d361eb9c64c8fc +SIZE (buddha-1.1.1.tar.gz) = 535944 |