- Fix LICENSE
- Switch to safer way of patching - Update WWW
This commit is contained in:
parent
44eb6f53ce
commit
2e196f2445
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=459496
@ -10,7 +10,7 @@ MASTER_SITES= http://taskwarrior.org/download/
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Curses-based interface to taskwarrior
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE= GPLv3+
|
||||
|
||||
BUILD_DEPENDS= p5-Curses>=0:devel/p5-Curses \
|
||||
task:deskutils/taskwarrior
|
||||
@ -27,10 +27,6 @@ PLIST_FILES= bin/vit \
|
||||
man/man1/vit.1.gz \
|
||||
man/man5/vitrc.5.gz
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e '1774,1778d' \
|
||||
${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/vit ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/commands ${STAGEDIR}${PREFIX}/etc/vit-commands
|
||||
|
14
deskutils/vit/files/patch-configure
Normal file
14
deskutils/vit/files/patch-configure
Normal file
@ -0,0 +1,14 @@
|
||||
--- configure.orig 2017-12-25 16:56:35 UTC
|
||||
+++ configure
|
||||
@@ -1771,11 +1771,6 @@ fi
|
||||
if test "$PERL" = "NOT_FOUND"; then
|
||||
as_fn_error $? "can not continue: perl not found" "$LINENO" 5
|
||||
fi
|
||||
-if test "$PERL" != "/usr/bin/perl"; then
|
||||
- echo configure: error: can not continue... perl must be installed as /usr/bin/perl
|
||||
- echo confgiure: hint: try \"sudo ln -s $PERL /usr/bin/perl\"
|
||||
- exit 1
|
||||
-fi
|
||||
|
||||
PERL_MODULE_CHECK=`perl -e "use Curses" 2> /dev/null; echo $?`
|
||||
if test "$PERL_MODULE_CHECK" = "2"; then
|
@ -5,4 +5,4 @@ VIT is to allow you to customize the way in which you use Taskwarrior's core
|
||||
commands as well as to provide a framework for easily dispatching external
|
||||
commands (both user scripts and Taskwarrior's many External Scripts).
|
||||
|
||||
WWW: http://tasktools.org/projects/vit.html
|
||||
WWW: https://tasktools.org/projects/vit.html
|
||||
|
Loading…
Reference in New Issue
Block a user