svn commit: r366599 - head/security/pssh
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Aug 30 09:02:50 UTC 2014
Author: sunpoet
Date: Sat Aug 30 09:02:49 2014
New Revision: 366599
URL: http://svnweb.freebsd.org/changeset/ports/366599
QAT: https://qat.redports.org/buildarchive/r366599/
Log:
- Update LICENSE [1]
- Use USES=python [2]
- Use USE_PYTHON=autoplist to fix packaging when DEFAULT_VERSIONS=python=3.* [2]
Approved by: portmgr (blanket) [1]
With hat: python [2]
Deleted:
head/security/pssh/pkg-plist
Modified:
head/security/pssh/Makefile
Modified: head/security/pssh/Makefile
==============================================================================
--- head/security/pssh/Makefile Sat Aug 30 08:58:42 2014 (r366598)
+++ head/security/pssh/Makefile Sat Aug 30 09:02:49 2014 (r366599)
@@ -9,13 +9,13 @@ MASTER_SITES= GOOGLE_CODE \
MAINTAINER= brooks at FreeBSD.org
COMMENT= Parallel versions of the openssh tools
-LICENSE= BSD
+LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
+USES= python
+USE_PYTHON= autoplist distutils
PROJECTHOST= parallel-ssh
More information about the svn-ports-all
mailing list