svn commit: r437543 - in head/sysutils/xorriso: . files

Mathieu Arnold mat at FreeBSD.org
Sun Apr 2 09:56:35 UTC 2017


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
 


More information about the svn-ports-head mailing list