mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
Update to 0.15.1.
This commit is contained in:
parent
24b51a724c
commit
5cd5d2f12a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207034
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= c2hs
|
||||
PORTVERSION= 0.15.0
|
||||
PORTVERSION= 0.15.1
|
||||
CATEGORIES= devel haskell
|
||||
MASTER_SITES= http://www.cse.unsw.edu.au/~chak/haskell/c2hs/
|
||||
PKGNAMEPREFIX= hs-
|
||||
@ -21,15 +21,17 @@ LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
GHC_VERSION= 6.6.1
|
||||
GHC_VERSION= 6.8.2
|
||||
|
||||
# 'owned' by lang/ghc:
|
||||
CABALDIR= ${PREFIX}/${SUBDIR}
|
||||
CABALCMD= ${LOCALBASE}/bin/runghc Setup.hs
|
||||
SUBDIR= lib/ghc-${GHC_VERSION}/cabal
|
||||
|
||||
PLIST_FILES= bin/c2hs ${SUBDIR}/${PORTNAME}/C2HS.hs
|
||||
PLIST_DIRS= ${SUBDIR}/${PORTNAME}
|
||||
PLIST_FILES= bin/c2hs ${SUBDIR}/${PORTNAME}/C2HS.hs \
|
||||
${SUBDIR}/${PORTNAME}/doc/c2hs-${PORTVERSION}/COPYING
|
||||
PLIST_DIRS= ${SUBDIR}/${PORTNAME}/doc/c2hs-${PORTVERSION} ${SUBDIR}/${PORTNAME}/doc \
|
||||
${SUBDIR}/${PORTNAME}
|
||||
|
||||
CONFIGURE_ARGS= --ghc --prefix=${PREFIX} --libdir=${CABALDIR} \
|
||||
--datadir=${CABALDIR}/${PORTNAME} \
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (c2hs-0.15.0.tar.gz) = 3a8b5647595bbd1d2a02ff28da52d62c
|
||||
SHA256 (c2hs-0.15.0.tar.gz) = 84cd14893a49cd58abc0c4a75a3b17805e2694872bd14c3eb6021fe32378cacd
|
||||
SIZE (c2hs-0.15.0.tar.gz) = 180115
|
||||
MD5 (c2hs-0.15.1.tar.gz) = 69f99fba67419edd471b77efb0bd644f
|
||||
SHA256 (c2hs-0.15.1.tar.gz) = a9938d6a8cc63bfd5d498159316624a8fe91f7f05d4e919e31be22f4b64c9aca
|
||||
SIZE (c2hs-0.15.1.tar.gz) = 270339
|
||||
|
Loading…
x
Reference in New Issue
Block a user