aboutsummaryrefslogtreecommitdiffstats
path: root/security/pssh/Makefile
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2010-12-09 07:46:28 +0800
committerbrooks <brooks@FreeBSD.org>2010-12-09 07:46:28 +0800
commitfd3e5a22f2d1cc6d70ebd5975e45ccb9bfc36a53 (patch)
treecb56b352fff91f55e1b3fd70da723332cc09d36e /security/pssh/Makefile
parentccc0e00aceaf5d9076b43ad21df466e0a985700b (diff)
downloadfreebsd-ports-gnome-fd3e5a22f2d1cc6d70ebd5975e45ccb9bfc36a53.tar.gz
freebsd-ports-gnome-fd3e5a22f2d1cc6d70ebd5975e45ccb9bfc36a53.tar.zst
freebsd-ports-gnome-fd3e5a22f2d1cc6d70ebd5975e45ccb9bfc36a53.zip
Move to the new distribution site on googlecode and upgrade to 2.1.1.
Diffstat (limited to 'security/pssh/Makefile')
-rw-r--r--security/pssh/Makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/security/pssh/Makefile b/security/pssh/Makefile
index af0d5d17ac37..b33905e7368f 100644
--- a/security/pssh/Makefile
+++ b/security/pssh/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= pssh
-PORTVERSION= 1.4.3
+PORTVERSION= 2.1.1
CATEGORIES= security net sysutils
-MASTER_SITES= http://www.theether.org/pssh/ \
+MASTER_SITES= http://parallel-ssh.googlecode.com/files/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= brooks
@@ -20,14 +20,4 @@ RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync
USE_PYTHON= YES
USE_PYDISTUTILS=easy_install
-FIX_PYPATH= bin/pnuke \
- bin/prsync \
- bin/pscp \
- bin/pslurp \
- bin/pssh
-
-post-patch:
- ${REINPLACE_CMD} -e 's|#!/usr/bin/env python|#!${PYTHON_CMD}|' \
- ${FIX_PYPATH:S/^/${WRKSRC}\//}
-
.include <bsd.port.mk>