svn commit: r394521 - branches/2015Q3/deskutils/taskwarrior
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Aug 17 18:49:43 UTC 2015
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
More information about the svn-ports-all
mailing list