Date: Thu, 7 May 2015 20:52:58 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r385685 - branches/2015Q2/mail/p5-ZConf-Mail Message-ID: <201505072052.t47KqwZJ065656@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505072052.t47KqwZJ065656>