From owner-svn-ports-all@FreeBSD.ORG Wed Jun 17 12:59:42 2015 Return-Path: Delivered-To: svn-ports-all@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7E075C88; Wed, 17 Jun 2015 12:59:42 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C198332; Wed, 17 Jun 2015 12:59:42 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5HCxg0w078678; Wed, 17 Jun 2015 12:59:42 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5HCxg1K078677; Wed, 17 Jun 2015 12:59:42 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506171259.t5HCxg1K078677@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 17 Jun 2015 12:59:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389924 - head/sysutils/byobu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jun 2015 12:59:42 -0000 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