svn commit: r388064 - head/sysutils/p5-SyslogScan
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun May 31 13:12:27 UTC 2015
Author: amdmi3
Date: Sun May 31 13:12:26 2015
New Revision: 388064
URL: https://svnweb.freebsd.org/changeset/ports/388064
Log:
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q2
Modified:
head/sysutils/p5-SyslogScan/Makefile
Modified: head/sysutils/p5-SyslogScan/Makefile
==============================================================================
--- head/sysutils/p5-SyslogScan/Makefile Sun May 31 13:12:09 2015 (r388063)
+++ head/sysutils/p5-SyslogScan/Makefile Sun May 31 13:12:26 2015 (r388064)
@@ -3,7 +3,7 @@
PORTNAME= SyslogScan
PORTVERSION= 0.32
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -11,8 +11,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= demon at FreeBSD.org
COMMENT= Perl5 routines to parse system logs
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= read_mail_log.pl
USE_PERL5= configure
-
+NO_ARCH= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list