diff options
author | vs <vs@FreeBSD.org> | 2005-03-17 22:18:16 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-03-17 22:18:16 +0800 |
commit | 1c967003526d0997c91e5a19f8fbb46293067ffb (patch) | |
tree | 7bb15e32d8e5cb0bb0c8b2fd8eb872ee58cbc2ba /devel | |
parent | 03d6277a5b6422602c6368f72958eadde6aeff47 (diff) | |
download | freebsd-ports-gnome-1c967003526d0997c91e5a19f8fbb46293067ffb.tar.gz freebsd-ports-gnome-1c967003526d0997c91e5a19f8fbb46293067ffb.tar.zst freebsd-ports-gnome-1c967003526d0997c91e5a19f8fbb46293067ffb.zip |
- Update to 0.9: Handle ghc-6.4 correctly
- Add LIB_DEPENDS on gmp.6
Diffstat (limited to 'devel')
-rw-r--r-- | devel/hs-cpphs/Makefile | 3 | ||||
-rw-r--r-- | devel/hs-cpphs/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/hs-cpphs/Makefile b/devel/hs-cpphs/Makefile index e5b80a0df2d0..f253b1af1377 100644 --- a/devel/hs-cpphs/Makefile +++ b/devel/hs-cpphs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cpphs -PORTVERSION= 0.8 +PORTVERSION= 0.9 CATEGORIES= devel haskell MASTER_SITES= http://www.cs.york.ac.uk/fp/cpphs/ PKGNAMEPREFIX= hs- @@ -15,6 +15,7 @@ MAINTAINER= haskell@FreeBSD.org COMMENT= A simplified re-implementation of cpp in Haskell BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc +LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 PLIST_FILES= bin/cpphs diff --git a/devel/hs-cpphs/distinfo b/devel/hs-cpphs/distinfo index c68e2372585e..d3cece211a87 100644 --- a/devel/hs-cpphs/distinfo +++ b/devel/hs-cpphs/distinfo @@ -1,2 +1,2 @@ -MD5 (cpphs-0.8.tar.gz) = 1b46d5b80159df20668f6bff4e6c1796 -SIZE (cpphs-0.8.tar.gz) = 40759 +MD5 (cpphs-0.9.tar.gz) = d40cb6dda342ba66d8ee61f3e6fe09a0 +SIZE (cpphs-0.9.tar.gz) = 40972 |