Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Aug 2015 18:49:43 +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: r394521 - branches/2015Q3/deskutils/taskwarrior
Message-ID:  <201508171849.t7HInhcI077349@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Aug 17 18:49:42 2015
New Revision: 394521
URL: https://svnweb.freebsd.org/changeset/ports/394521

Log:
  MFH: r394520
  
  - Fix shebangs
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam shebang fix blanket

Modified:
  branches/2015Q3/deskutils/taskwarrior/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/deskutils/taskwarrior/Makefile
==============================================================================
--- branches/2015Q3/deskutils/taskwarrior/Makefile	Mon Aug 17 18:48:40 2015	(r394520)
+++ branches/2015Q3/deskutils/taskwarrior/Makefile	Mon Aug 17 18:49:42 2015	(r394521)
@@ -3,6 +3,7 @@
 
 PORTNAME=	taskwarrior
 PORTVERSION=	2.4.4
+PORTREVISION=	1
 CATEGORIES=	deskutils
 MASTER_SITES=	http://taskwarrior.org/download/
 DISTNAME=	task-${PORTVERSION}
@@ -33,7 +34,8 @@ USES=		cmake:outsource shebangfix
 SHEBANG_FILES=	scripts/*/*.pl \
 		scripts/*/*.rb \
 		scripts/*/*.py \
-		doc/rc/refresh
+		doc/rc/refresh \
+		scripts/bash/context
 CMAKE_ARGS+=	-DTASK_DOCDIR:STRING=${DATADIR:S/${PREFIX}\///} \
    		-DTASK_MAN1DIR:STRING=man/man1 \
 		-DTASK_MAN5DIR:STRING=man/man5



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