svn commit: r388073 - head/devel/p5-POE-Component-Daemon
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun May 31 13:18:00 UTC 2015
Author: amdmi3
Date: Sun May 31 13:17:59 2015
New Revision: 388073
URL: https://svnweb.freebsd.org/changeset/ports/388073
Log:
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q2
Modified:
head/devel/p5-POE-Component-Daemon/Makefile
Modified: head/devel/p5-POE-Component-Daemon/Makefile
==============================================================================
--- head/devel/p5-POE-Component-Daemon/Makefile Sun May 31 13:17:29 2015 (r388072)
+++ head/devel/p5-POE-Component-Daemon/Makefile Sun May 31 13:17:59 2015 (r388073)
@@ -3,7 +3,7 @@
PORTNAME= POE-Component-Daemon
PORTVERSION= 0.1400
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -17,8 +17,10 @@ LICENSE_COMB= dual
BUILD_DEPENDS= p5-POE>=1:${PORTSDIR}/devel/p5-POE
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= eg/forking eg/preforking
USE_PERL5= configure
+NO_ARCH= yes
OPTIONS_DEFINE= DOCS EXAMPLES
More information about the svn-ports-all
mailing list