svn commit: r436919 - head/sysutils/sshsudo

Alex Kozlov ak at FreeBSD.org
Sat Mar 25 21:43:48 UTC 2017


Author: ak
Date: Sat Mar 25 21:43:46 2017
New Revision: 436919
URL: https://svnweb.freebsd.org/changeset/ports/436919

Log:
  - Update MASTER_SITES: move from Google Code to GitHub to unbreak the port
  - Update WWW
  
  PR:	218122
  Submitted by:	Hung-Yi Chen <gaod at hychen.org> (maintainer)

Modified:
  head/sysutils/sshsudo/Makefile
  head/sysutils/sshsudo/distinfo
  head/sysutils/sshsudo/pkg-descr

Modified: head/sysutils/sshsudo/Makefile
==============================================================================
--- head/sysutils/sshsudo/Makefile	Sat Mar 25 20:57:20 2017	(r436918)
+++ head/sysutils/sshsudo/Makefile	Sat Mar 25 21:43:46 2017	(r436919)
@@ -3,25 +3,20 @@
 
 PORTNAME=	sshsudo
 PORTVERSION=	1.0
+PORTREVISION=	1
 CATEGORIES=	sysutils
-MASTER_SITES=	GOOGLE_CODE
-DISTNAME=	${PORTNAME}
-EXTRACT_SUFX=	#
-EXTRACT_ONLY=	#
 
 MAINTAINER=	gaod at hychen.org
 COMMENT=	Bash script to run sudo command on multiple remote computers
 
 LICENSE=	GPLv3
 
-BROKEN=		Unfetchable (google code has gone away)
-DEPRECATED=	Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE=	2017-04-30
-
 RUN_DEPENDS=	${LOCALBASE}/bin/bash:shells/bash \
 		sshpass>=0:security/sshpass
 
-PROJECTHOST=	sshsudo
+USE_GITHUB=	yes
+GH_ACCOUNT=	gaod
+GH_PROJECT=	sshsudo
 
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
@@ -30,9 +25,9 @@ PLIST_FILES=	bin/sshsudo
 
 post-patch:
 	${SED} -e "s,/bin/bash,${LOCALBASE}/bin/bash," -e "s,mktemp,mktemp -t sshsudo," \
-	<${DISTDIR}/${DISTNAME} >${WRKSRC}/${DISTNAME}
+	<${WRKSRC}/${PORTNAME}-${PORTVERSION}/${PORTNAME} >${WRKSRC}/${DISTNAME}
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
 
 .include <bsd.port.mk>

Modified: head/sysutils/sshsudo/distinfo
==============================================================================
--- head/sysutils/sshsudo/distinfo	Sat Mar 25 20:57:20 2017	(r436918)
+++ head/sysutils/sshsudo/distinfo	Sat Mar 25 21:43:46 2017	(r436919)
@@ -1,2 +1,3 @@
-SHA256 (sshsudo) = 0a36b910b155356da277f5cbd3af059b7b7ce8618c4dd94266ee6944055aa603
-SIZE (sshsudo) = 5983
+TIMESTAMP = 1490476284
+SHA256 (gaod-sshsudo-1.0_GH0.tar.gz) = db02c9f488f26352aa6bb582f64182b73573b099dd16a5d75f3fe24da24be5a6
+SIZE (gaod-sshsudo-1.0_GH0.tar.gz) = 4236

Modified: head/sysutils/sshsudo/pkg-descr
==============================================================================
--- head/sysutils/sshsudo/pkg-descr	Sat Mar 25 20:57:20 2017	(r436918)
+++ head/sysutils/sshsudo/pkg-descr	Sat Mar 25 21:43:46 2017	(r436919)
@@ -1,3 +1,3 @@
 A bash script to run sudo command on multiple remote computers with least effort
 
-WWW: http://code.google.com/p/sshsudo/
+WWW: https://github.com/gaod/sshsudo/


More information about the svn-ports-all mailing list