diff --git a/devel/hs-cpphs/Makefile b/devel/hs-cpphs/Makefile index f253b1af1377..b6915fcbc280 100644 --- a/devel/hs-cpphs/Makefile +++ b/devel/hs-cpphs/Makefile @@ -1,31 +1,31 @@ # New ports collection makefile for: cpphs # Date created: 14 June 2004 # Whom: obraun@FreeBSD.org # # $FreeBSD$ # PORTNAME= cpphs -PORTVERSION= 0.9 +PORTVERSION= 1.0 CATEGORIES= devel haskell MASTER_SITES= http://www.cs.york.ac.uk/fp/cpphs/ PKGNAMEPREFIX= hs- 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 MAN1= cpphs.1 do-build: @(cd ${WRKSRC} && ghc -o cpphs --make cpphs) do-install: @${INSTALL_PROGRAM} ${WRKSRC}/cpphs ${PREFIX}/bin/cpphs @${INSTALL_MAN} ${WRKSRC}/docs/cpphs.1 ${PREFIX}/man/man1 .include diff --git a/devel/hs-cpphs/distinfo b/devel/hs-cpphs/distinfo index d3cece211a87..201827aafbfd 100644 --- a/devel/hs-cpphs/distinfo +++ b/devel/hs-cpphs/distinfo @@ -1,2 +1,2 @@ -MD5 (cpphs-0.9.tar.gz) = d40cb6dda342ba66d8ee61f3e6fe09a0 -SIZE (cpphs-0.9.tar.gz) = 40972 +MD5 (cpphs-1.0.tar.gz) = e57d550691dea74cd50f07e9323439af +SIZE (cpphs-1.0.tar.gz) = 43775