svn commit: r385685 - branches/2015Q2/mail/p5-ZConf-Mail

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu May 7 20:52:59 UTC 2015


Author: amdmi3
Date: Thu May  7 20:52:58 2015
New Revision: 385685
URL: https://svnweb.freebsd.org/changeset/ports/385685

Log:
  MFH: r385344
  
  - Fix shebangs
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (delphij)

Modified:
  branches/2015Q2/mail/p5-ZConf-Mail/Makefile
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/mail/p5-ZConf-Mail/Makefile
==============================================================================
--- branches/2015Q2/mail/p5-ZConf-Mail/Makefile	Thu May  7 20:51:38 2015	(r385684)
+++ branches/2015Q2/mail/p5-ZConf-Mail/Makefile	Thu May  7 20:52:58 2015	(r385685)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ZConf-Mail
 PORTVERSION=	2.0.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	mail perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:VVELOX
@@ -28,7 +28,8 @@ BUILD_DEPENDS=	p5-Config-Tiny>=0:${PORTS
 		p5-ZConf>=0:${PORTSDIR}/net/p5-ZConf
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	bin/zcgetmail bin/zcmailaccount
 USE_PERL5=	configure
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list