svn commit: r400792 - head/deskutils/todo
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Nov 4 20:14:02 UTC 2015
Author: sunpoet
Date: Wed Nov 4 20:14:00 2015
New Revision: 400792
URL: https://svnweb.freebsd.org/changeset/ports/400792
Log:
- Update RUN_DEPENDS: remove redundant LOCALBASE/bin
- Remove BASH option and install Bash completions unconditionally
- Add NO_ARCH
- Bump PORTREVISION for package change
Modified:
head/deskutils/todo/Makefile
Modified: head/deskutils/todo/Makefile
==============================================================================
--- head/deskutils/todo/Makefile Wed Nov 4 20:13:56 2015 (r400791)
+++ head/deskutils/todo/Makefile Wed Nov 4 20:14:00 2015 (r400792)
@@ -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
More information about the svn-ports-head
mailing list