diff options
author | obraun <obraun@FreeBSD.org> | 2003-04-07 21:51:01 +0000 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2003-04-07 21:51:01 +0000 |
commit | 6e8c89fbb4c23a16c1fd4e0a456ac085ebfffe1e (patch) | |
tree | a2bdea2c41ceb294b602fb6de45f126ba07906fc /lang/helium | |
parent | 4a03a109d403a7fad703c058a128cf7d322776ee (diff) | |
download | FreeBSD-ports-6e8c89fbb4c23a16c1fd4e0a456ac085ebfffe1e.zip FreeBSD-ports-6e8c89fbb4c23a16c1fd4e0a456ac085ebfffe1e.tar.gz |
Upgrade to 1.1.
Diffstat (limited to 'lang/helium')
-rw-r--r-- | lang/helium/Makefile | 8 | ||||
-rw-r--r-- | lang/helium/distinfo | 2 | ||||
-rw-r--r-- | lang/helium/pkg-plist | 2 |
3 files changed, 5 insertions, 7 deletions
diff --git a/lang/helium/Makefile b/lang/helium/Makefile index e9c0bd4..fe8a47b 100644 --- a/lang/helium/Makefile +++ b/lang/helium/Makefile @@ -6,8 +6,7 @@ # PORTNAME= helium -PORTVERSION= 1.0 -PORTREVISION= 1 +PORTVERSION= 1.1 CATEGORIES= lang haskell MASTER_SITES= http://www.cs.uu.nl/~afie/helium/distr/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -16,15 +15,14 @@ MAINTAINER= obraun@FreeBSD.org COMMENT= Functional programming compiler for a subset of Haskell BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc -RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_REINPLACE= yes USE_GMAKE= yes post-patch: - ${REINPLACE_CMD} -e 's/hi$$(EXE)/helium-i/g' \ - ${WRKSRC}/heliumNT/src/Makefile.in + @${REINPLACE_CMD} -e '/#include "math.h"/d' \ + ${WRKSRC}/lvm/src/runtime/core/primfloat.c do-configure: @(cd ${WRKSRC}/lvm/src/ && ./configure) diff --git a/lang/helium/distinfo b/lang/helium/distinfo index 25c30de..0352683 100644 --- a/lang/helium/distinfo +++ b/lang/helium/distinfo @@ -1 +1 @@ -MD5 (helium-1.0-src.tar.gz) = 6445b483106e0bd6b5887be1ff994765 +MD5 (helium-1.1-src.tar.gz) = 1c33240ce2d286c8225246d87c353f40 diff --git a/lang/helium/pkg-plist b/lang/helium/pkg-plist index 0315a38..cfa49b9 100644 --- a/lang/helium/pkg-plist +++ b/lang/helium/pkg-plist @@ -1,5 +1,5 @@ bin/helium -bin/helium-i +bin/texthint bin/lvmrun helium/demo/Calendar.hs helium/demo/ParserDemo.hs |