svn commit: r392070 - branches/2015Q3/sysutils/symon

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 14 19:58:37 UTC 2015


Author: amdmi3
Date: Tue Jul 14 19:58:36 2015
New Revision: 392070
URL: https://svnweb.freebsd.org/changeset/ports/392070

Log:
  MFH: r392066
  
  - Fix shebangs
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (shebang fix blanket)

Modified:
  branches/2015Q3/sysutils/symon/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/sysutils/symon/Makefile
==============================================================================
--- branches/2015Q3/sysutils/symon/Makefile	Tue Jul 14 19:55:37 2015	(r392069)
+++ branches/2015Q3/sysutils/symon/Makefile	Tue Jul 14 19:58:36 2015	(r392070)
@@ -3,7 +3,7 @@
 
 PORTNAME=	symon
 PORTVERSION=	2.86
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils
 MASTER_SITES=	http://wpd.home.xs4all.nl/symon/philes/ \
 		LOCAL/uqs
@@ -13,7 +13,8 @@ COMMENT=	Performance and information mon
 
 SUB_FILES=	pkg-message
 
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	client/getsymonitem.pl
 USE_PERL5=	build
 MAKE_JOBS_UNSAFE=	yes
 


More information about the svn-ports-all mailing list