Upgrade to 0.6.

This commit is contained in:
Oliver Braun 2004-08-13 11:50:24 +00:00
parent 2ff5210f90
commit 7304f11de7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116099
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= cpphs
PORTVERSION= 0.5
PORTVERSION= 0.6
CATEGORIES= devel haskell
MASTER_SITES= http://www.cs.york.ac.uk/fp/cpphs/
PKGNAMEPREFIX= hs-
@ -19,7 +19,7 @@ BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
PLIST_FILES= bin/cpphs
do-build:
@(cd ${WRKSRC} && ghc -o cpphs --make cpphs)
@(cd ${WRKSRC} && ghc -o cpphs --make Main)
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/cpphs ${PREFIX}/bin/cpphs

View File

@ -1,2 +1,2 @@
MD5 (cpphs-0.5.tar.gz) = 33038f98da5604b95e439674bda77246
SIZE (cpphs-0.5.tar.gz) = 32991
MD5 (cpphs-0.6.tar.gz) = 60a549a243e9956d01d6cf7eaac2e6cb
SIZE (cpphs-0.6.tar.gz) = 35227