diff options
author | obraun <obraun@FreeBSD.org> | 2004-08-13 19:50:24 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2004-08-13 19:50:24 +0800 |
commit | 3099b74249564a2af46213b3da3c8c23dcfae423 (patch) | |
tree | dcd37803f46a8a4053487ac1582b9e369cc98b04 /devel | |
parent | 2eae15afef262517614bc571582bac9e203161d8 (diff) | |
download | freebsd-ports-gnome-3099b74249564a2af46213b3da3c8c23dcfae423.tar.gz freebsd-ports-gnome-3099b74249564a2af46213b3da3c8c23dcfae423.tar.zst freebsd-ports-gnome-3099b74249564a2af46213b3da3c8c23dcfae423.zip |
Upgrade to 0.6.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/hs-cpphs/Makefile | 4 | ||||
-rw-r--r-- | devel/hs-cpphs/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/hs-cpphs/Makefile b/devel/hs-cpphs/Makefile index 16dab8fb28c5..6b9d2c1eab1d 100644 --- a/devel/hs-cpphs/Makefile +++ b/devel/hs-cpphs/Makefile @@ -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 diff --git a/devel/hs-cpphs/distinfo b/devel/hs-cpphs/distinfo index 6e937783fb4b..2afcd0be2d53 100644 --- a/devel/hs-cpphs/distinfo +++ b/devel/hs-cpphs/distinfo @@ -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 |