- update to 1.7.3
- Respect DESTDIR [1] PR: ports/101894 [1] Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
This commit is contained in:
parent
d3bfe2c5ad
commit
4fa7ff4210
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170507
2 changed files with 6 additions and 8 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue