Upgrade to 1.2 which works with ghc 6 and on -current
This commit is contained in:
parent
45e7c993c6
commit
4cbfb55750
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101749
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user