aboutsummaryrefslogtreecommitdiff
path: root/editors/mined
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2006-04-01 19:55:53 +0000
committerThierry Thomas <thierry@FreeBSD.org>2006-04-01 19:55:53 +0000
commit232b8cf49a79803e4d1e47c27869f04463411d5d (patch)
tree956a248f84e18476f990c773edb70e3f341da583 /editors/mined
parent93463c95c808931c67066e8cf0387dd941f5aa44 (diff)
downloadports-232b8cf49a79803e4d1e47c27869f04463411d5d.tar.gz
ports-232b8cf49a79803e4d1e47c27869f04463411d5d.zip
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
Notes
Notes: svn path=/head/; revision=158588
Diffstat (limited to 'editors/mined')
-rw-r--r--editors/mined/Makefile6
-rw-r--r--editors/mined/distinfo6
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