From owner-svn-ports-head@freebsd.org Wed Nov 4 20:14:02 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 272E7A26CC6; Wed, 4 Nov 2015 20:14:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB3A51A27; Wed, 4 Nov 2015 20:14:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA4KE1oQ062661; Wed, 4 Nov 2015 20:14:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA4KE1jE062660; Wed, 4 Nov 2015 20:14:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511042014.tA4KE1jE062660@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 4 Nov 2015 20:14:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400792 - head/deskutils/todo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Nov 2015 20:14:02 -0000 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