Date: Sun, 2 Apr 2017 09:56:34 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437543 - in head/sysutils/xorriso: . files Message-ID: <201704020956.v329uYTR016289@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Sun Apr 2 09:56:34 2017 New Revision: 437543 URL: https://svnweb.freebsd.org/changeset/ports/437543 Log: Use shebangfix. Sponsored by: Absolight Deleted: head/sysutils/xorriso/files/ Modified: head/sysutils/xorriso/Makefile (contents, props changed) Modified: head/sysutils/xorriso/Makefile ============================================================================== --- head/sysutils/xorriso/Makefile Sun Apr 2 09:54:38 2017 (r437542) +++ head/sysutils/xorriso/Makefile Sun Apr 2 09:56:34 2017 (r437543) @@ -3,7 +3,7 @@ PORTNAME= xorriso PORTVERSION= 1.4.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://files.libburnia-project.org/releases/ DISTNAME= libisoburn-${PORTVERSION} @@ -18,7 +18,8 @@ LIB_DEPENDS= libburn.so:devel/libburn \ libisofs.so:devel/libisofs GNU_CONFIGURE= yes -USES= gmake iconv libtool libedit pathfix pkgconfig +USES= gmake iconv libtool libedit pathfix pkgconfig shebangfix tk +SHEBANG_FILES= frontend/xorriso-tcltk USE_LDCONFIG= yes INSTALL_TARGET= install-strip
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704020956.v329uYTR016289>