From owner-svn-ports-head@FreeBSD.ORG Fri Jun 6 05:34:08 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DB394769; Fri, 6 Jun 2014 05:34:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 C919C261C; Fri, 6 Jun 2014 05:34:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s565Y849022200; Fri, 6 Jun 2014 05:34:08 GMT (envelope-from pi@svn.freebsd.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s565Y8dt022199; Fri, 6 Jun 2014 05:34:08 GMT (envelope-from pi@svn.freebsd.org) Message-Id: <201406060534.s565Y8dt022199@svn.freebsd.org> From: Kurt Jaeger Date: Fri, 6 Jun 2014 05:34:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356742 - head/sysutils/memfetch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2014 05:34:08 -0000 Author: pi Date: Fri Jun 6 05:34:07 2014 New Revision: 356742 URL: http://svnweb.freebsd.org/changeset/ports/356742 QAT: https://qat.redports.org/buildarchive/r356742/ Log: sysutils/memfetch: shebangfix mffind.pl Approved by: mentors (implicit) Modified: head/sysutils/memfetch/Makefile Modified: head/sysutils/memfetch/Makefile ============================================================================== --- head/sysutils/memfetch/Makefile Fri Jun 6 03:50:22 2014 (r356741) +++ head/sysutils/memfetch/Makefile Fri Jun 6 05:34:07 2014 (r356742) @@ -13,9 +13,10 @@ COMMENT= Utility to dump memory of a run LICENSE= GPLv2 -USES= perl5 +USES= perl5 shebangfix USE_PERL5= run MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" +SHEBANG_FILES= mffind.pl WRKSRC= ${WRKDIR}/${PORTNAME}