Date: Sat, 23 Apr 2016 16:39:05 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413886 - head/misc/inplace Message-ID: <201604231639.u3NGd5ZZ036851@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sat Apr 23 16:39:05 2016 New Revision: 413886 URL: https://svnweb.freebsd.org/changeset/ports/413886 Log: misc/inplace: convert to USES=shebangfix Modified: head/misc/inplace/Makefile Modified: head/misc/inplace/Makefile ============================================================================== --- head/misc/inplace/Makefile Sat Apr 23 16:34:42 2016 (r413885) +++ head/misc/inplace/Makefile Sat Apr 23 16:39:05 2016 (r413886) @@ -3,6 +3,7 @@ PORTNAME= inplace PORTVERSION= 1.2.3 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \ LOCAL/knu @@ -10,13 +11,13 @@ MASTER_SITES= ftp://ftp.iDaemons.org/pub MAINTAINER= knu@FreeBSD.org COMMENT= Tool to edit files in-place through given filter commands -USES= tar:bzip2 uidfix +USES= tar:bzip2 uidfix shebangfix USE_RUBY= yes MAKE_ARGS= PREFIX="${PREFIX}" MANPREFIX="${MANPREFIX}" MAKEFILE= BSDmakefile -RUBY_SHEBANG_FILES= lib/inplace.rb +SHEBANG_FILES= lib/inplace.rb PLIST_FILES= bin/inplace \ man/man1/inplace.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604231639.u3NGd5ZZ036851>