Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Apr 2015 23:22:32 +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: r384541 - branches/2015Q2/astro/p5-ZConf-Weather
Message-ID:  <201504222322.t3MNMW0B036130@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Apr 22 23:22:31 2015
New Revision: 384541
URL: https://svnweb.freebsd.org/changeset/ports/384541

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

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

Modified: branches/2015Q2/astro/p5-ZConf-Weather/Makefile
==============================================================================
--- branches/2015Q2/astro/p5-ZConf-Weather/Makefile	Wed Apr 22 23:21:19 2015	(r384540)
+++ branches/2015Q2/astro/p5-ZConf-Weather/Makefile	Wed Apr 22 23:22:31 2015	(r384541)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ZConf-Weather
 PORTVERSION=	1.0.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	astro perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:VVELOX
@@ -17,7 +17,8 @@ BUILD_DEPENDS=	p5-ZConf>=6.1.0:${PORTSDI
 		p5-Weather-Underground>=3.03:${PORTSDIR}/astro/p5-Weather-Underground
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	bin/zcweather
 USE_PERL5=	configure
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504222322.t3MNMW0B036130>