Date: Tue, 31 Jul 2018 01:42:15 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475965 - head/devel/bashdb Message-ID: <201807310142.w6V1gF8r035914@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Tue Jul 31 01:42:14 2018 New Revision: 475965 URL: https://svnweb.freebsd.org/changeset/ports/475965 Log: devel/bashdb: Use the config argument to supply bash Reported by: adamw Modified: head/devel/bashdb/Makefile Modified: head/devel/bashdb/Makefile ============================================================================== --- head/devel/bashdb/Makefile Tue Jul 31 01:00:40 2018 (r475964) +++ head/devel/bashdb/Makefile Tue Jul 31 01:42:14 2018 (r475965) @@ -2,6 +2,7 @@ PORTNAME= bashdb DISTVERSION= 4.4-0.94 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}/ @@ -15,15 +16,12 @@ BUILD_DEPENDS= bash:shells/bash RUN_DEPENDS= bash:shells/bash USES= gmake python shebangfix -SHEBANG_GLOB= *.py +SHEBANG_FILES= lib/term-highlight.py GNU_CONFIGURE= yes NO_BUILD= yes NO_ARCH= yes -INFO= bashdb - -post-install: - @${REINPLACE_CMD} -i '' 's|#!/bin/bash|#!${LOCALBASE}/bin/bash|' \ - ${STAGEDIR}${PREFIX}/bin/${PORTNAME} +CONFIGURE_ARGS= --with-bash=${LOCALBASE}/bin/bash +INFO= bashdb .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807310142.w6V1gF8r035914>