diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-11-05 18:01:32 +0000 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-11-05 18:01:32 +0000 |
commit | a68ac675d558047d13d4adce29243a39759281de (patch) | |
tree | b4e98be4a64075b5853cf3e7993809d87749d91f | |
parent | d4eb2931d3d1919fdce402e47eeae86df8ac16a6 (diff) | |
download | FreeBSD-ports-a68ac675d558047d13d4adce29243a39759281de.zip FreeBSD-ports-a68ac675d558047d13d4adce29243a39759281de.tar.gz |
- Update MASTER_SITES and unbreak this port
- Add NO_ARCH
- Remove PROJECTHOST
- Update WWW
Approved by: portmgr (blanket)
-rw-r--r-- | security/pssh/Makefile | 8 | ||||
-rw-r--r-- | security/pssh/distinfo | 1 | ||||
-rw-r--r-- | security/pssh/pkg-descr | 2 |
3 files changed, 4 insertions, 7 deletions
diff --git a/security/pssh/Makefile b/security/pssh/Makefile index 13bc8a6..485d544 100644 --- a/security/pssh/Makefile +++ b/security/pssh/Makefile @@ -3,8 +3,7 @@ PORTNAME= pssh PORTVERSION= 2.3.1 CATEGORIES= security net sysutils -MASTER_SITES= GOOGLE_CODE \ - LOCAL/brooks +MASTER_SITES= CHEESESHOP MAINTAINER= brooks@FreeBSD.org COMMENT= Parallel versions of the openssh tools @@ -12,13 +11,10 @@ COMMENT= Parallel versions of the openssh tools LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= Unfetchable (google code has gone away) - RUN_DEPENDS= rsync:net/rsync +NO_ARCH= yes USES= python USE_PYTHON= autoplist distutils -PROJECTHOST= parallel-ssh - .include <bsd.port.mk> diff --git a/security/pssh/distinfo b/security/pssh/distinfo index 4dddb2e..036ae29 100644 --- a/security/pssh/distinfo +++ b/security/pssh/distinfo @@ -1,2 +1,3 @@ +TIMESTAMP = 1478198607 SHA256 (pssh-2.3.1.tar.gz) = 539f8d8363b722712310f3296f189d1ae8c690898eca93627fc89a9cb311f6b4 SIZE (pssh-2.3.1.tar.gz) = 23427 diff --git a/security/pssh/pkg-descr b/security/pssh/pkg-descr index 8f1131d..83ea743 100644 --- a/security/pssh/pkg-descr +++ b/security/pssh/pkg-descr @@ -10,4 +10,4 @@ in the distribution: What are these tools good for? Mainly for controlling large collections of nodes in the wide-area. -WWW: http://code.google.com/p/parallel-ssh/ +WWW: https://pypi.python.org/pypi/pssh |