From owner-svn-ports-head@freebsd.org Fri Aug 7 17:48:21 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90C849B566E; Fri, 7 Aug 2015 17:48:21 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from repo.freebsd.org (repo.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 822A0CBC; Fri, 7 Aug 2015 17:48:21 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t77HmLYg063560; Fri, 7 Aug 2015 17:48:21 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t77HmLti063559; Fri, 7 Aug 2015 17:48:21 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201508071748.t77HmLti063559@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Fri, 7 Aug 2015 17:48:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393698 - head/deskutils/virt-manager X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Aug 2015 17:48:21 -0000 Author: jgh Date: Fri Aug 7 17:48:20 2015 New Revision: 393698 URL: https://svnweb.freebsd.org/changeset/ports/393698 Log: - address python issue with Uses shebang PR: 202106 Reported by: lantw44@gmail.com Modified: head/deskutils/virt-manager/Makefile Modified: head/deskutils/virt-manager/Makefile ============================================================================== --- head/deskutils/virt-manager/Makefile Fri Aug 7 16:25:13 2015 (r393697) +++ head/deskutils/virt-manager/Makefile Fri Aug 7 17:48:20 2015 (r393698) @@ -2,7 +2,7 @@ PORTNAME= virt-manager PORTVERSION= 1.1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= deskutils net-mgmt MASTER_SITES= http://virt-manager.org/download/sources/${PORTNAME}/ \ LOCAL/jgh/deskutils/${PORTNAME}/ @@ -35,7 +35,7 @@ USE_GNOME= introspection:run intltool li INSTALLS_ICONS= yes -python_OLD_CMD= /usr/bin/python2 +python_OLD_CMD= /usr/bin/python2 "-tt" SHEBANG_FILES= virt-manager \ virt-install \ virt-clone \