svn commit: r385676 - branches/2015Q2/textproc/p5-Text-SpellChecker-GUI

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu May 7 20:43:15 UTC 2015


Author: amdmi3
Date: Thu May  7 20:43:14 2015
New Revision: 385676
URL: https://svnweb.freebsd.org/changeset/ports/385676

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

Modified:
  branches/2015Q2/textproc/p5-Text-SpellChecker-GUI/Makefile
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/textproc/p5-Text-SpellChecker-GUI/Makefile
==============================================================================
--- branches/2015Q2/textproc/p5-Text-SpellChecker-GUI/Makefile	Thu May  7 20:42:10 2015	(r385675)
+++ branches/2015Q2/textproc/p5-Text-SpellChecker-GUI/Makefile	Thu May  7 20:43:14 2015	(r385676)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Text-SpellChecker-GUI
 PORTVERSION=	0.0.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:VVELOX
@@ -20,7 +20,8 @@ BUILD_DEPENDS=	p5-Curses-UI>=0:${PORTSDI
 		p5-ZConf-GUI>=0:${PORTSDIR}/devel/p5-ZConf-GUI \
 		p5-Text-SpellChecker>=0:${PORTSDIR}/textproc/p5-Text-SpellChecker
 
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	bin/curses-textspellchecker bin/textspellchecker
 USE_PERL5=	configure
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list