svn commit: r387759 - head/comms/p5-Device-Modem
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu May 28 18:15:22 UTC 2015
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
More information about the svn-ports-head
mailing list