From owner-svn-ports-all@freebsd.org Sun Apr 2 07:59:13 2017 Return-Path: Delivered-To: svn-ports-all@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 27538D290A0; Sun, 2 Apr 2017 07:59:13 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 EB090238; Sun, 2 Apr 2017 07:59:12 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v327xCHp047544; Sun, 2 Apr 2017 07:59:12 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v327xBJs047542; Sun, 2 Apr 2017 07:59:11 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201704020759.v327xBJs047542@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 2 Apr 2017 07:59:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437529 - in head/sysutils/xorriso: . files 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.23 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: Sun, 02 Apr 2017 07:59:13 -0000 Author: pi Date: Sun Apr 2 07:59:11 2017 New Revision: 437529 URL: https://svnweb.freebsd.org/changeset/ports/437529 Log: sysutils/xorriso: fix xorriso-tcltk shebang without non-working shebangfix Submitted by: fischerking1905@yahoo.co.jp Added: head/sysutils/xorriso/files/ head/sysutils/xorriso/files/patch-frontend_xorriso-tcltk (contents, props changed) Modified: head/sysutils/xorriso/Makefile Modified: head/sysutils/xorriso/Makefile ============================================================================== --- head/sysutils/xorriso/Makefile Sun Apr 2 07:57:59 2017 (r437528) +++ head/sysutils/xorriso/Makefile Sun Apr 2 07:59:11 2017 (r437529) @@ -3,7 +3,7 @@ PORTNAME= xorriso PORTVERSION= 1.4.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://files.libburnia-project.org/releases/ DISTNAME= libisoburn-${PORTVERSION} @@ -18,8 +18,7 @@ LIB_DEPENDS= libburn.so:devel/libburn \ libisofs.so:devel/libisofs GNU_CONFIGURE= yes -USES= gmake iconv libtool libedit pathfix pkgconfig shebangfix -SHEBANG_FILES= ${WRKSRC}/frontend/xorriso-tcltk +USES= gmake iconv libtool libedit pathfix pkgconfig USE_LDCONFIG= yes INSTALL_TARGET= install-strip Added: head/sysutils/xorriso/files/patch-frontend_xorriso-tcltk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/xorriso/files/patch-frontend_xorriso-tcltk Sun Apr 2 07:59:11 2017 (r437529) @@ -0,0 +1,8 @@ +--- frontend/xorriso-tcltk.orig 2017-04-02 07:56:18 UTC ++++ frontend/xorriso-tcltk +@@ -1,4 +1,4 @@ +-#!/usr/bin/wish ++#!/usr/local/bin/wish + # + # xorriso-tcltk + # Copyright (C) 2012 - 2016