From owner-svn-ports-all@FreeBSD.ORG Fri Mar 14 10:24:48 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A4F5B39A; Fri, 14 Mar 2014 10:24:48 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9221334B; Fri, 14 Mar 2014 10:24:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2EAOmqa024438; Fri, 14 Mar 2014 10:24:48 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2EAOmmn024437; Fri, 14 Mar 2014 10:24:48 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201403141024.s2EAOmmn024437@svn.freebsd.org> From: Emanuel Haupt Date: Fri, 14 Mar 2014 10:24:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348204 - head/net/sip_scenario 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.17 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: Fri, 14 Mar 2014 10:24:48 -0000 Author: ehaupt Date: Fri Mar 14 10:24:48 2014 New Revision: 348204 URL: http://svnweb.freebsd.org/changeset/ports/348204 QAT: https://qat.redports.org/buildarchive/r348204/ Log: - Support staging - Use shebangfix Modified: head/net/sip_scenario/Makefile Modified: head/net/sip_scenario/Makefile ============================================================================== --- head/net/sip_scenario/Makefile Fri Mar 14 10:19:25 2014 (r348203) +++ head/net/sip_scenario/Makefile Fri Mar 14 10:24:48 2014 (r348204) @@ -12,8 +12,9 @@ COMMENT= SIP call flow creator (HTML for LICENSE= APACHE20 -USES= perl5 zip +USES= perl5 zip shebangfix USE_PERL5= run +NO_BUILD= yes WRKSRC= ${WRKDIR} @@ -23,12 +24,10 @@ WRKSRC= ${WRKDIR} # http://www.abptech.com/support/resources/SIP_scen_generator_v1.2.7/index/SipScenarioPart2.pdf # download them and install them in /usr/local/share/doc/sip_scenario/ +SHEBANG_FILES= sip_scenario.pl PLIST_FILES= bin/sip_scenario.pl -NO_BUILD= yes -NO_STAGE= yes do-install: - ${SED} -i -e '1s/local\///' ${WRKSRC}/sip_scenario.pl - ${INSTALL_SCRIPT} ${WRKSRC}/sip_scenario.pl ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/sip_scenario.pl ${STAGEDIR}${PREFIX}/bin .include