svn commit: r385344 - head/mail/p5-ZConf-Mail

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun May 3 20:31:57 UTC 2015


Author: amdmi3
Date: Sun May  3 20:31:56 2015
New Revision: 385344
URL: https://svnweb.freebsd.org/changeset/ports/385344

Log:
  - Fix shebangs
  
  Approved by:	portmgr blanket
  MFH:		2015Q2

Modified:
  head/mail/p5-ZConf-Mail/Makefile

Modified: head/mail/p5-ZConf-Mail/Makefile
==============================================================================
--- head/mail/p5-ZConf-Mail/Makefile	Sun May  3 20:02:29 2015	(r385343)
+++ head/mail/p5-ZConf-Mail/Makefile	Sun May  3 20:31:56 2015	(r385344)
@@ -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