From owner-svn-ports-all@freebsd.org Sat Apr 23 18:25:51 2016 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 782CEB1A835; Sat, 23 Apr 2016 18:25:51 +0000 (UTC) (envelope-from swills@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 45765165D; Sat, 23 Apr 2016 18:25:51 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3NIPoEB071052; Sat, 23 Apr 2016 18:25:50 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3NIPocE071051; Sat, 23 Apr 2016 18:25:50 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201604231825.u3NIPocE071051@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 23 Apr 2016 18:25:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413898 - head/sysutils/pdumpfs 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.21 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: Sat, 23 Apr 2016 18:25:51 -0000 Author: swills Date: Sat Apr 23 18:25:50 2016 New Revision: 413898 URL: https://svnweb.freebsd.org/changeset/ports/413898 Log: sysutils/pdumpfs: convert to USES=shebangfix Modified: head/sysutils/pdumpfs/Makefile Modified: head/sysutils/pdumpfs/Makefile ============================================================================== --- head/sysutils/pdumpfs/Makefile Sat Apr 23 17:49:42 2016 (r413897) +++ head/sysutils/pdumpfs/Makefile Sat Apr 23 18:25:50 2016 (r413898) @@ -3,7 +3,7 @@ PORTNAME= pdumpfs PORTVERSION= 1.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= http://0xcc.net/pdumpfs/ @@ -14,9 +14,10 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USE_RUBY= yes +USES= shebangfix NO_ARCH= yes -RUBY_SHEBANG_FILES= ${WRKSRC}/pdumpfs.in +SHEBANG_FILES= ${WRKSRC}/pdumpfs.in ALL_TARGET= pdumpfs PLIST_FILES= man/ja/man8/pdumpfs.8.gz \