mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
Upgrade to 0.5.1.
Add message about the need for profiling version of GHC's libs.
This commit is contained in:
parent
4ad7c5b9d2
commit
15fa521875
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80105
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= buddha
|
||||
PORTVERSION= 0.5
|
||||
PORTVERSION= 0.5.1
|
||||
CATEGORIES= devel haskell
|
||||
MASTER_SITES= http://www.cs.mu.oz.au/~bjpop/buddha/download/
|
||||
PKGNAMEPREFIX= hs-
|
||||
@ -23,6 +23,12 @@ USE_GMAKE= yes
|
||||
|
||||
PLIST_SUB+= BUDDHA_VERSION=${PORTVERSION}
|
||||
|
||||
pre-everything::
|
||||
@${ECHO_CMD} ""
|
||||
@${ECHO_CMD} "You need the profiling versions of GHC's libraries to build buddha."
|
||||
@${ECHO_CMD} "They are available, unless your GHC has been built with WITHOUT_PROFILE=yes."
|
||||
@${ECHO_CMD} ""
|
||||
|
||||
pre-build:
|
||||
@(cd ${WRKSRC} && ${GMAKE} depend)
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (buddha-0.5.tar.gz) = ac01634c582a4dbf35f89fe5b15449b9
|
||||
MD5 (buddha-0.5.1.tar.gz) = a3ccc61a57cc73e79a05afc4f301186f
|
||||
|
Loading…
Reference in New Issue
Block a user