Update to 0.2.6 (no functional changes since we're building with ghc anyway)
Prodded by: e[dr]win's magical distfile survey
This commit is contained in:
parent
feda527d12
commit
2393b0688d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144278
2 changed files with 4 additions and 5 deletions
|
@ -5,8 +5,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= idoc
|
||||
PORTVERSION= 0.2.5
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.2.6
|
||||
CATEGORIES= devel haskell
|
||||
MASTER_SITES= http://www.cse.unsw.edu.au/~chak/haskell/idoc/
|
||||
PKGNAMEPREFIX= hs-
|
||||
|
@ -19,11 +18,11 @@ BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
|
|||
PLIST_FILES= bin/idoc
|
||||
USE_REINPLACE= yes
|
||||
USE_GMAKE= yes
|
||||
MAKE_ARGS= PREFIX="${PREFIX}"
|
||||
|
||||
ALL_TARGET= # empty
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|^\(PREFIX\)|#\1|' ${WRKSRC}/Makefile
|
||||
@${REINPLACE_CMD} -e 's|IOExts|Debug.Trace|' ${WRKSRC}/IDoc.hs
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (idoc-0.2.5.tar.gz) = bfc37c24ea2c6e1f01b83129895984bd
|
||||
SIZE (idoc-0.2.5.tar.gz) = 27194
|
||||
MD5 (idoc-0.2.6.tar.gz) = 5acb412b8fe0c13a9818f2b84c9637c4
|
||||
SIZE (idoc-0.2.6.tar.gz) = 27594
|
||||
|
|
Loading…
Reference in a new issue