diff options
-rw-r--r-- | lang/helium/Makefile | 14 | ||||
-rw-r--r-- | lang/helium/distinfo | 8 |
2 files changed, 8 insertions, 14 deletions
diff --git a/lang/helium/Makefile b/lang/helium/Makefile index 56eb45aaca62..ead0776478f2 100644 --- a/lang/helium/Makefile +++ b/lang/helium/Makefile @@ -6,8 +6,7 @@ # PORTNAME= helium -PORTVERSION= 1.1 -PORTREVISION= 2 +PORTVERSION= 1.2 CATEGORIES= lang haskell MASTER_SITES= http://www.cs.uu.nl/helium/distr/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -18,19 +17,14 @@ COMMENT= Functional programming compiler for a subset of Haskell .if defined(WITH_HINT) USE_JAVA= 1.4+ DISTFILES+= ${PORTNAME}-${PORTVERSION}-src.tar.gz \ - Hint.jar + Hint-${PORTVERSION}.jar EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}-src.tar.gz PLIST_SUB= HINT="" .else PLIST_SUB= HINT="@comment " .endif -.include <bsd.port.pre.mk> -.if ${OSVERSION} >= 500035 -BROKEN= does not compile -.endif - -BUILD_DEPENDS= ghc-5.04.3:${PORTSDIR}/lang/ghc5 +BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_SIZE= yes @@ -63,4 +57,4 @@ do-install: @${ECHO_CMD} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/lang/helium/distinfo b/lang/helium/distinfo index b611e25a1503..341348fba111 100644 --- a/lang/helium/distinfo +++ b/lang/helium/distinfo @@ -1,4 +1,4 @@ -MD5 (helium-1.1-src.tar.gz) = 1c33240ce2d286c8225246d87c353f40 -SIZE (helium-1.1-src.tar.gz) = 901073 -MD5 (Hint.jar) = d9caae2afdbd60a4a1f58174d318464a -SIZE (Hint.jar) = 120170 +MD5 (helium-1.2-src.tar.gz) = 6ea1d6e4436e137d75f5354b4758f299 +SIZE (helium-1.2-src.tar.gz) = 1200565 +MD5 (Hint-1.2.jar) = 713c6ae2cf74fd69cbc7d635d29da7b5 +SIZE (Hint-1.2.jar) = 119784 |