Date: Thu, 28 May 2015 18:15:22 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387759 - head/comms/p5-Device-Modem Message-ID: <201505281815.t4SIFMfg074594@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu May 28 18:15:21 2015 New Revision: 387759 URL: https://svnweb.freebsd.org/changeset/ports/387759 Log: - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2 Modified: head/comms/p5-Device-Modem/Makefile Modified: head/comms/p5-Device-Modem/Makefile ============================================================================== --- head/comms/p5-Device-Modem/Makefile Thu May 28 18:15:11 2015 (r387758) +++ head/comms/p5-Device-Modem/Makefile Thu May 28 18:15:21 2015 (r387759) @@ -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?201505281815.t4SIFMfg074594>