mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Upgrade to 0.6.
This commit is contained in:
parent
2ff5210f90
commit
7304f11de7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116099
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user