Date: Sun, 26 Mar 2017 21:25:06 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437005 - head/sysutils/sshsudo Message-ID: <201703262125.v2QLP6Fp094338@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Mar 26 21:25:05 2017 New Revision: 437005 URL: https://svnweb.freebsd.org/changeset/ports/437005 Log: Clean up Makefile - Update RUN_DEPENDS: remove redundant LOCALBASE/bin - Remove GH_PROJECT - Add NO_ARCH - Update WWW: remove trailing slash Approved by: portmgr (blanket) Modified: head/sysutils/sshsudo/Makefile head/sysutils/sshsudo/pkg-descr Modified: head/sysutils/sshsudo/Makefile ============================================================================== --- head/sysutils/sshsudo/Makefile Sun Mar 26 21:25:01 2017 (r437004) +++ head/sysutils/sshsudo/Makefile Sun Mar 26 21:25:05 2017 (r437005) @@ -11,13 +11,13 @@ COMMENT= Bash script to run sudo command LICENSE= GPLv3 -RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash \ +RUN_DEPENDS= bash:shells/bash \ sshpass>=0:security/sshpass USE_GITHUB= yes GH_ACCOUNT= gaod -GH_PROJECT= sshsudo +NO_ARCH= yes NO_BUILD= yes NO_WRKSUBDIR= yes Modified: head/sysutils/sshsudo/pkg-descr ============================================================================== --- head/sysutils/sshsudo/pkg-descr Sun Mar 26 21:25:01 2017 (r437004) +++ head/sysutils/sshsudo/pkg-descr Sun Mar 26 21:25:05 2017 (r437005) @@ -1,3 +1,3 @@ A bash script to run sudo command on multiple remote computers with least effort -WWW: https://github.com/gaod/sshsudo/ +WWW: https://github.com/gaod/sshsudo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703262125.v2QLP6Fp094338>