diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 02:24:27 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 02:24:27 +0000 |
commit | 4fa7ff4210cc85132190ecd795083a6edc696a9c (patch) | |
tree | a627f1b2f25b1cffbb0a58b692acc4fa47e0d35f /deskutils | |
parent | d3bfe2c5ad0073ad86b2379cbf754dcbd00aeb0e (diff) | |
download | ports-4fa7ff4210cc85132190ecd795083a6edc696a9c.tar.gz ports-4fa7ff4210cc85132190ecd795083a6edc696a9c.zip |
- update to 1.7.3
- Respect DESTDIR [1]
PR: ports/101894 [1]
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Notes
Notes:
svn path=/head/; revision=170507
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/todo/Makefile | 8 | ||||
-rw-r--r-- | deskutils/todo/distinfo | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/deskutils/todo/Makefile b/deskutils/todo/Makefile index 5b48907c7760..10b52d23089b 100644 --- a/deskutils/todo/Makefile +++ b/deskutils/todo/Makefile @@ -7,7 +7,7 @@ # PORTNAME= todo -PORTVERSION= 1.6 +PORTVERSION= 1.7.3 CATEGORIES= deskutils MASTER_SITES= http://todotxt.com/library/todo.sh/ DISTNAME= todo.sh @@ -17,8 +17,6 @@ COMMENT= Todo.txt Managers RUN_DEPENDS= bash:${PORTSDIR}/shells/bash -BROKEN= checksum mismatch - USE_ZIP= yes NO_BUILD= yes NO_WRKSUBDIR= yes @@ -29,7 +27,7 @@ post-patch: @${REINPLACE_CMD} -e "s,/bin/sh,${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_SCRIPT} ${WRKSRC}/todo.sh ${TARGETDIR}/bin/todo + @${INSTALL_DATA} ${WRKSRC}/.todo ${TARGETDIR}/etc/dot.todo .include <bsd.port.mk> diff --git a/deskutils/todo/distinfo b/deskutils/todo/distinfo index 985ca76dc042..d8c50506ec71 100644 --- a/deskutils/todo/distinfo +++ b/deskutils/todo/distinfo @@ -1,3 +1,3 @@ -MD5 (todo.sh.zip) = 5e49fd7f8361fc62be147396a85b7c12 -SHA256 (todo.sh.zip) = dd42faf9e960a274b8bfec95f9f1a29db83b510391ea2d40afd32ee44d0f83fa -SIZE (todo.sh.zip) = 3654 +MD5 (todo.sh.zip) = 09d88722aef91cebe7f6b0f2a25ac873 +SHA256 (todo.sh.zip) = 8a0d65dbdb2bfa35f17155e6251c90f92736dd95f5f6b4a993ea52ed9a194f41 +SIZE (todo.sh.zip) = 4138 |