Chase a silent update and make fetchable again.

This is a quite important update, with many changes. Full diff available
at:
<http://people.freebsd.org/~thierry/ports/mined-2000.12.060329_060401.diff>

Reported by:	dosirak via Kris
This commit is contained in:
Thierry Thomas 2006-04-01 19:55:53 +00:00
parent 93463c95c8
commit 232b8cf49a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158588
2 changed files with 8 additions and 4 deletions

View File

@ -7,13 +7,14 @@
PORTNAME= mined
PORTVERSION= 2000.12
PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= http://towo.net/mined/
MAINTAINER= thierry@FreeBSD.org
COMMENT= Text mode editor with Unicode support
MAKEFILE= makefile
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
.if defined(NOPORTDOCS)
ALL_TARGET= mined manual
@ -22,6 +23,8 @@ PORTDOCS= *
.endif
USE_GMAKE= yes
MAKEFILE= makefile
MAKE_SHELL= ${LOCALBASE}/bin/bash # To avoid "shift: can't shift that many"
REINPLACE_ARGS= -i ""
MAKE_ARGS= GMAKE=${GMAKE} CC=${CC:T} OPT="${CFLAGS}"
INSTALL_TARGET= localinstall
@ -36,6 +39,7 @@ pre-configure:
.for FILE in ${PRFX2FIX}
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/${FILE}
.endfor
${REINPLACE_CMD} -e 's|#! ${SH}|#! ${MAKE_SHELL}|' ${WRKSRC}/makemined
pre-build:
${MV} ${WRKSRC}/src/mkinclud.cc ${WRKSRC}/src/mkinclud.cc.bak

View File

@ -1,3 +1,3 @@
MD5 (mined-2000.12.tar.gz) = 2a39f04e7028ed841568df6dfa3d9f23
SHA256 (mined-2000.12.tar.gz) = 44bb98263cde909b6196c64d89680d8971e81656c37745f1703cad9402b4d265
SIZE (mined-2000.12.tar.gz) = 3324734
MD5 (mined-2000.12.tar.gz) = aaaaced94d4192aa5dbc4b29ba7f3ae9
SHA256 (mined-2000.12.tar.gz) = 69e46388d686d00b6ddaf79a270b2cb4621b4a1faab6d795f55e02200b34c32a
SIZE (mined-2000.12.tar.gz) = 3325984