Date: Sat, 31 Aug 2019 05:15:04 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r510315 - head/sysutils/byobu Message-ID: <201908310515.x7V5F4S7003807@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jgh Date: Sat Aug 31 05:15:04 2019 New Revision: 510315 URL: https://svnweb.freebsd.org/changeset/ports/510315 Log: - adjust sed to conform to BSD usage - bump portrevision PR: 240223 (based on) Submitted by: jcoffman@xsecure.io (maintainer) Modified: head/sysutils/byobu/Makefile Modified: head/sysutils/byobu/Makefile ============================================================================== --- head/sysutils/byobu/Makefile Sat Aug 31 04:37:47 2019 (r510314) +++ head/sysutils/byobu/Makefile Sat Aug 31 05:15:04 2019 (r510315) @@ -3,7 +3,7 @@ PORTNAME= byobu PORTVERSION= 5.129 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig @@ -52,5 +52,7 @@ 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?201908310515.x7V5F4S7003807>