Date: Sun, 1 Sep 2019 01:34:46 +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: r510671 - head/sysutils/byobu Message-ID: <201909010134.x811Ykt4072409@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun Sep 1 01:34:46 2019 New Revision: 510671 URL: https://svnweb.freebsd.org/changeset/ports/510671 Log: sysutils/byobu: Better sed fix PR: 240240 Submitted by: Justin Coffman <jcoffman@xsecure.io> Modified: head/sysutils/byobu/Makefile Modified: head/sysutils/byobu/Makefile ============================================================================== --- head/sysutils/byobu/Makefile Sun Sep 1 00:19:59 2019 (r510670) +++ head/sysutils/byobu/Makefile Sun Sep 1 01:34:46 2019 (r510671) @@ -3,7 +3,7 @@ PORTNAME= byobu PORTVERSION= 5.129 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig @@ -14,7 +14,8 @@ COMMENT= Profile and configuration utilities for GNU S LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= bash:shells/bash +RUN_DEPENDS= bash:shells/bash \ + gsed:textproc/gsed USES= autoreconf python shebangfix @@ -52,7 +53,5 @@ post-patch: ${WRKSRC}/etc/profile.d/Makefile.am ${FIND} ${WRKSRC}/usr/lib/byobu -type f -maxdepth 1 | ${XARGS} \ ${REINPLACE_CMD} -e 's:/proc:/compat/linux/proc:g' - ${REINPLACE_CMD} -e "s:BYOBU_SED -i:BYOBU_SED -i '':g" \ - ${WRKSRC}/usr/lib/byobu/include/constants .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909010134.x811Ykt4072409>