svn commit: r510315 - head/sysutils/byobu

Jason Helfman jgh at FreeBSD.org
Sat Aug 31 05:15:04 UTC 2019


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 at 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>


More information about the svn-ports-all mailing list