- Update to 0.9: Handle ghc-6.4 correctly

- Add LIB_DEPENDS on gmp.6
This commit is contained in:
Volker Stolz 2005-03-17 14:18:16 +00:00
parent 31e5f22cd0
commit 54e93d96c5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131504
2 changed files with 4 additions and 3 deletions

View file

@ -6,7 +6,7 @@
# #
PORTNAME= cpphs PORTNAME= cpphs
PORTVERSION= 0.8 PORTVERSION= 0.9
CATEGORIES= devel haskell CATEGORIES= devel haskell
MASTER_SITES= http://www.cs.york.ac.uk/fp/cpphs/ MASTER_SITES= http://www.cs.york.ac.uk/fp/cpphs/
PKGNAMEPREFIX= hs- PKGNAMEPREFIX= hs-
@ -15,6 +15,7 @@ MAINTAINER= haskell@FreeBSD.org
COMMENT= A simplified re-implementation of cpp in Haskell COMMENT= A simplified re-implementation of cpp in Haskell
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4
PLIST_FILES= bin/cpphs PLIST_FILES= bin/cpphs

View file

@ -1,2 +1,2 @@
MD5 (cpphs-0.8.tar.gz) = 1b46d5b80159df20668f6bff4e6c1796 MD5 (cpphs-0.9.tar.gz) = d40cb6dda342ba66d8ee61f3e6fe09a0
SIZE (cpphs-0.8.tar.gz) = 40759 SIZE (cpphs-0.9.tar.gz) = 40972