aboutsummaryrefslogtreecommitdiff
path: root/deskutils/todo
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-11-04 20:14:00 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-11-04 20:14:00 +0000
commite37f14d561dfde9e23bc4cb966a333346a47f4c8 (patch)
treebfc605399ddeded72a58fd4a578762c39f52ac73 /deskutils/todo
parentbc30cb60b817d4b6fd5d65789892aee2b4956070 (diff)
downloadports-e37f14d561dfde9e23bc4cb966a333346a47f4c8.tar.gz
ports-e37f14d561dfde9e23bc4cb966a333346a47f4c8.zip
- Update RUN_DEPENDS: remove redundant LOCALBASE/bin
- Remove BASH option and install Bash completions unconditionally - Add NO_ARCH - Bump PORTREVISION for package change
Notes
Notes: svn path=/head/; revision=400792
Diffstat (limited to 'deskutils/todo')
-rw-r--r--deskutils/todo/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/deskutils/todo/Makefile b/deskutils/todo/Makefile
index c187425b8c66..2273b5952d56 100644
--- a/deskutils/todo/Makefile
+++ b/deskutils/todo/Makefile
@@ -3,6 +3,7 @@
PORTNAME= todo
PORTVERSION= 2.10
+PORTREVISION= 1
CATEGORIES= deskutils
MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${GH_TAGNAME}/
DISTNAME= todo.txt_cli-${PORTVERSION}
@@ -12,19 +13,17 @@ COMMENT= Todo.txt Manager
LICENSE= GPLv3
-RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
+RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
CONFLICTS_INSTALL= devtodo-[0-9]*
-OPTIONS_DEFINE= BASH
-OPTIONS_SUB= yes
-BASH_DESC= Install programmable completions for Bash
-
+NO_ARCH= yes
NO_BUILD= yes
USES= shebangfix
-PLIST_FILES= bin/todo etc/todo.cfg \
- %%BASH%%etc/bash_completion.d/todo
+PLIST_FILES= bin/todo \
+ etc/todo.cfg \
+ etc/bash_completion.d/todo
GH_ACCOUNT= ginatrapani
GH_PROJECT= todo.txt-cli