diff options
author | clsung <clsung@FreeBSD.org> | 2009-06-16 10:01:36 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2009-06-16 10:01:36 +0800 |
commit | 820a31f1aa268c95958feaf9648a0b124249c5a8 (patch) | |
tree | 606c1894f7d5eb0202721037a8880ffb6de4ed6f | |
parent | 4a8676fbb4b3c59ca4e3c95bd82494bde09e77d5 (diff) | |
download | freebsd-ports-gnome-820a31f1aa268c95958feaf9648a0b124249c5a8.tar.gz freebsd-ports-gnome-820a31f1aa268c95958feaf9648a0b124249c5a8.tar.zst freebsd-ports-gnome-820a31f1aa268c95958feaf9648a0b124249c5a8.zip |
- Update to 2.4
PR: ports/135495
Submitted by: gahr
-rw-r--r-- | deskutils/todo/Makefile | 17 | ||||
-rw-r--r-- | deskutils/todo/distinfo | 6 |
2 files changed, 10 insertions, 13 deletions
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 <bsd.port.mk> 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 |