Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Nov 2015 20:14:01 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400792 - head/deskutils/todo
Message-ID:  <201511042014.tA4KE1jE062660@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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