From 3732b9a5cadeef4cd019f821fe537515d141ad32 Mon Sep 17 00:00:00 2001 From: Cheng-Lung Sung Date: Tue, 16 Jun 2009 02:01:36 +0000 Subject: - Update to 2.4 PR: ports/135495 Submitted by: gahr --- deskutils/todo/Makefile | 17 +++++++---------- deskutils/todo/distinfo | 6 +++--- 2 files changed, 10 insertions(+), 13 deletions(-) (limited to 'deskutils') diff --git a/deskutils/todo/Makefile b/deskutils/todo/Makefile index 88d649e8b522..8bc81ef60910 100644 --- a/deskutils/todo/Makefile +++ b/deskutils/todo/Makefile @@ -7,28 +7,25 @@ # PORTNAME= todo -PORTVERSION= 1.7.3 -PORTREVISION= 1 +PORTVERSION= 2.4 CATEGORIES= deskutils -MASTER_SITES= http://todotxt.com/library/todo.sh/ -DISTNAME= todo.sh +MASTER_SITES= http://cloud.github.com/downloads/ginatrapani/todo.txt-cli/ +DISTNAME= todo.txt_cli-${PORTVERSION} MAINTAINER= clsung@FreeBSD.org -COMMENT= Todo.txt Managers +COMMENT= Todo.txt Manager RUN_DEPENDS= bash:${PORTSDIR}/shells/bash -USE_ZIP= yes NO_BUILD= yes -NO_WRKSUBDIR= yes -PLIST_FILES= bin/todo etc/dot.todo +PLIST_FILES= bin/todo etc/todo.cfg post-patch: - @${REINPLACE_CMD} -e "s,/bin/sh,${LOCALBASE}/bin/bash," ${WRKSRC}/todo.sh + @${REINPLACE_CMD} -e "s,/bin/bash,${LOCALBASE}/bin/bash," ${WRKSRC}/todo.sh do-install: @${INSTALL_SCRIPT} ${WRKSRC}/todo.sh ${PREFIX}/bin/todo - @${INSTALL_DATA} ${WRKSRC}/.todo ${PREFIX}/etc/dot.todo + @${INSTALL_DATA} ${WRKSRC}/todo.cfg ${PREFIX}/etc/todo.cfg .include diff --git a/deskutils/todo/distinfo b/deskutils/todo/distinfo index d8c50506ec71..59c26cf5e086 100644 --- a/deskutils/todo/distinfo +++ b/deskutils/todo/distinfo @@ -1,3 +1,3 @@ -MD5 (todo.sh.zip) = 09d88722aef91cebe7f6b0f2a25ac873 -SHA256 (todo.sh.zip) = 8a0d65dbdb2bfa35f17155e6251c90f92736dd95f5f6b4a993ea52ed9a194f41 -SIZE (todo.sh.zip) = 4138 +MD5 (todo.txt_cli-2.4.tar.gz) = 74a9fa7d9c4270b6d1439ff3eee59774 +SHA256 (todo.txt_cli-2.4.tar.gz) = 8d62069bd5f7d82c2df0a8925f2d92f92e011817041df17c663337ea6c45760f +SIZE (todo.txt_cli-2.4.tar.gz) = 7713 -- cgit v1.2.3