Date: Tue, 16 Jun 2015 00:48:22 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389789 - branches/2015Q2/comms/p5-Device-Modem Message-ID: <201506160048.t5G0mM4i087795@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Jun 16 00:48:21 2015 New Revision: 389789 URL: https://svnweb.freebsd.org/changeset/ports/389789 Log: MFH: r387759 - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q2/comms/p5-Device-Modem/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/comms/p5-Device-Modem/Makefile ============================================================================== --- branches/2015Q2/comms/p5-Device-Modem/Makefile Tue Jun 16 00:48:01 2015 (r389788) +++ branches/2015Q2/comms/p5-Device-Modem/Makefile Tue Jun 16 00:48:21 2015 (r389789) @@ -3,7 +3,7 @@ PORTNAME= Device-Modem PORTVERSION= 1.57 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,8 +17,12 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Device-SerialPort>=0:${PORTSDIR}/comms/p5-Device-SerialPort RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= examples/xmodem.pl \ + examples/shell.pl \ + examples/caller-id.pl USE_PERL5= configure +NO_ARCH= yes OPTIONS_DEFINE= EXAMPLES
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506160048.t5G0mM4i087795>