Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Nov 2018 00:54:51 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r486222 - head/devel/p5-App-SVN-Bisect
Message-ID:  <201811300054.wAU0spKS092585@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bofh
Date: Fri Nov 30 00:54:51 2018
New Revision: 486222
URL: https://svnweb.freebsd.org/changeset/ports/486222

Log:
  devel/p5-App-SVN-Bisect: Fix typos
  
  PR:		233276
  Submitted by:	yasu@utahime.org

Modified:
  head/devel/p5-App-SVN-Bisect/Makefile

Modified: head/devel/p5-App-SVN-Bisect/Makefile
==============================================================================
--- head/devel/p5-App-SVN-Bisect/Makefile	Fri Nov 30 00:49:13 2018	(r486221)
+++ head/devel/p5-App-SVN-Bisect/Makefile	Fri Nov 30 00:54:51 2018	(r486222)
@@ -3,7 +3,7 @@
 
 PORTNAME=	App-SVN-Bisect
 PORTVERSION=	1.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -25,6 +25,6 @@ USES=		perl5
 USE_PERL5=	configure shebangfix
 
 NO_ARCH=	yes
-SHEBANNG_FILES=	bin/svn-bisect
+SHEBANG_FILES=	bin/svn-bisect
 
 .include <bsd.port.mk>



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