Date: Sat, 20 Jan 2018 09:02:04 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459496 - in head/deskutils/vit: . files Message-ID: <201801200902.w0K924kL013116@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sat Jan 20 09:02:04 2018 New Revision: 459496 URL: https://svnweb.freebsd.org/changeset/ports/459496 Log: - Fix LICENSE - Switch to safer way of patching - Update WWW Added: head/deskutils/vit/files/ head/deskutils/vit/files/patch-configure (contents, props changed) Modified: head/deskutils/vit/Makefile head/deskutils/vit/pkg-descr Modified: head/deskutils/vit/Makefile ============================================================================== --- head/deskutils/vit/Makefile Sat Jan 20 08:34:32 2018 (r459495) +++ head/deskutils/vit/Makefile Sat Jan 20 09:02:04 2018 (r459496) @@ -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 @@ -26,10 +26,6 @@ PLIST_FILES= bin/vit \ etc/vit-commands \ 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 Added: head/deskutils/vit/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/vit/files/patch-configure Sat Jan 20 09:02:04 2018 (r459496) @@ -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 Modified: head/deskutils/vit/pkg-descr ============================================================================== --- head/deskutils/vit/pkg-descr Sat Jan 20 08:34:32 2018 (r459495) +++ head/deskutils/vit/pkg-descr Sat Jan 20 09:02:04 2018 (r459496) @@ -5,4 +5,4 @@ VIT is to allow you to customize the way in which you 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801200902.w0K924kL013116>