Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jun 2015 12:59:42 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389924 - head/sysutils/byobu
Message-ID:  <201506171259.t5HCxg1K078677@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jun 17 12:59:41 2015
New Revision: 389924
URL: https://svnweb.freebsd.org/changeset/ports/389924

Log:
  - Switch to USES=autoreconf
  - Fix shebangs

Modified:
  head/sysutils/byobu/Makefile

Modified: head/sysutils/byobu/Makefile
==============================================================================
--- head/sysutils/byobu/Makefile	Wed Jun 17 12:59:15 2015	(r389923)
+++ head/sysutils/byobu/Makefile	Wed Jun 17 12:59:41 2015	(r389924)
@@ -3,6 +3,7 @@
 
 PORTNAME=	byobu
 PORTVERSION=	5.80
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/
 DISTNAME=	${PORTNAME}_${PORTVERSION}.orig
@@ -14,8 +15,8 @@ RUN_DEPENDS=	screen:${PORTSDIR}/sysutils
 		bash:${PORTSDIR}/shells/bash
 
 GNU_CONFIGURE=	yes
-USE_AUTOTOOLS=	aclocal automake
-USES=		python
+USES=		autoreconf python shebangfix
+SHEBANG_FILES=	usr/lib/byobu/include/notify_osd
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 OPTIONS_DEFINE=	DOCS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506171259.t5HCxg1K078677>