svn commit: r437005 - head/sysutils/sshsudo

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 26 21:25:07 UTC 2017


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


More information about the svn-ports-all mailing list