From 232b8cf49a79803e4d1e47c27869f04463411d5d Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Sat, 1 Apr 2006 19:55:53 +0000 Subject: [PATCH] Chase a silent update and make fetchable again. This is a quite important update, with many changes. Full diff available at: Reported by: dosirak via Kris --- editors/mined/Makefile | 6 +++++- editors/mined/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/editors/mined/Makefile b/editors/mined/Makefile index 01679927a453..cc63fdf90a7f 100644 --- a/editors/mined/Makefile +++ b/editors/mined/Makefile @@ -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 diff --git a/editors/mined/distinfo b/editors/mined/distinfo index bac283b0233e..7fad27753e11 100644 --- a/editors/mined/distinfo +++ b/editors/mined/distinfo @@ -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