- update to version 0.1.11
- install example todorc file - add pkg-plist example todorc file logic - new MASTER_SITES and WWW PR: 28913 Submitted by: MAINTAINER
This commit is contained in:
parent
1b69349a8c
commit
d748fbdae8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45071
4 changed files with 7 additions and 5 deletions
|
@ -6,10 +6,9 @@
|
|||
#
|
||||
|
||||
PORTNAME= devtodo
|
||||
PORTVERSION= 0.1.7
|
||||
PORTVERSION= 0.1.11
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MASTER_SITES= http://activelysecure.net/~alec/development/devtodo/download.php?filename=${PORTVERSION}/
|
||||
|
||||
MAINTAINER= petef@databits.net
|
||||
|
||||
|
@ -27,5 +26,6 @@ post-install:
|
|||
.for file in scripts.sh scripts.tcsh todorc.example
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/${file} ${PREFIX}/share/examples/devtodo
|
||||
.endfor
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/todorc.example ${PREFIX}/etc/todorc.sample
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (devtodo-0.1.7.tar.gz) = 5b22666f8b845095c823fbfeee37299b
|
||||
MD5 (devtodo-0.1.11.tar.gz) = 501566f92724a2073280cbdf8adeb709
|
||||
|
|
|
@ -4,7 +4,7 @@ prioritised, list. Additionally, it can automatically list outstanding
|
|||
items when you change into a directory (see example shell configurations
|
||||
in ${PREFIX}/share/examples/devtodo).
|
||||
|
||||
WWW: http://www.sourceforge.net/projects/devtodo/
|
||||
WWW: http://activelysecure.net/~alec/development/devtodo/
|
||||
|
||||
- Pete
|
||||
petef@databits.net
|
||||
|
|
|
@ -4,6 +4,8 @@ bin/tdd
|
|||
bin/tde
|
||||
bin/tdr
|
||||
bin/todo
|
||||
@unexec if cmp -s %D/etc/todorc %D/etc/todorc.sample; then rm -f %D/etc/todorc; fi
|
||||
etc/todorc.sample
|
||||
share/examples/devtodo/scripts.sh
|
||||
share/examples/devtodo/scripts.tcsh
|
||||
share/examples/devtodo/todorc.example
|
||||
|
|
Loading…
Reference in a new issue