From owner-svn-ports-head@FreeBSD.ORG Wed Oct 3 11:07:31 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BF54F1065673; Wed, 3 Oct 2012 11:07:31 +0000 (UTC) (envelope-from sbz@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id AA8E18FC14; Wed, 3 Oct 2012 11:07:31 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q93B7VSa015949; Wed, 3 Oct 2012 11:07:31 GMT (envelope-from sbz@svn.freebsd.org) Received: (from sbz@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q93B7VUl015943; Wed, 3 Oct 2012 11:07:31 GMT (envelope-from sbz@svn.freebsd.org) Message-Id: <201210031107.q93B7VUl015943@svn.freebsd.org> From: Sofian Brabez Date: Wed, 3 Oct 2012 11:07:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r305196 - in head/security/py-paramiko: . files X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2012 11:07:31 -0000 Author: sbz Date: Wed Oct 3 11:07:31 2012 New Revision: 305196 URL: http://svn.freebsd.org/changeset/ports/305196 Log: - Update to 1.8.0 Modified: head/security/py-paramiko/Makefile (contents, props changed) head/security/py-paramiko/distinfo (contents, props changed) head/security/py-paramiko/files/patch-setup.py (contents, props changed) head/security/py-paramiko/pkg-plist (contents, props changed) Modified: head/security/py-paramiko/Makefile ============================================================================== --- head/security/py-paramiko/Makefile Wed Oct 3 11:06:43 2012 (r305195) +++ head/security/py-paramiko/Makefile Wed Oct 3 11:07:31 2012 (r305196) @@ -1,12 +1,8 @@ -# Ports collection makefile for: paramiko -# Date created: 4 Feb 2006 -# Whom: Ulf Lilleengen -# +# Created by: Ulf Lilleengen # $FreeBSD$ -# PORTNAME= paramiko -PORTVERSION= 1.7.7.2 +PORTVERSION= 1.8.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +11,6 @@ MAINTAINER= sbz@FreeBSD.org COMMENT= A python library for making SSH2 connections LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Crypto/__init__.py:${PORTSDIR}/security/py-pycrypto @@ -30,7 +25,7 @@ post-install: @(cd ${WRKSRC}/demos && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}) .endif -regression-test: +regression-test: build @(cd ${WRKSRC} && ${PYTHON_CMD} test.py) .include Modified: head/security/py-paramiko/distinfo ============================================================================== --- head/security/py-paramiko/distinfo Wed Oct 3 11:06:43 2012 (r305195) +++ head/security/py-paramiko/distinfo Wed Oct 3 11:07:31 2012 (r305196) @@ -1,2 +1,2 @@ -SHA256 (paramiko-1.7.7.2.tar.gz) = 576f63f4d109450afe8c11a8fb4796cd3b7ebe47e938a427a39b6e5e5e7aa4c0 -SIZE (paramiko-1.7.7.2.tar.gz) = 821072 +SHA256 (paramiko-1.8.0.tar.gz) = dcdb8fa3059bf58ca7e3801a51df5d1707159b366ec0c0c7c2bb9008d08800f8 +SIZE (paramiko-1.8.0.tar.gz) = 809025 Modified: head/security/py-paramiko/files/patch-setup.py ============================================================================== --- head/security/py-paramiko/files/patch-setup.py Wed Oct 3 11:06:43 2012 (r305195) +++ head/security/py-paramiko/files/patch-setup.py Wed Oct 3 11:07:31 2012 (r305196) @@ -1,20 +1,19 @@ ---- ./setup.py.orig 2011-05-31 12:57:26.000000000 +0200 -+++ ./setup.py 2011-05-31 13:01:30.000000000 +0200 -@@ -33,14 +33,9 @@ +--- ./setup.py.orig 2012-10-03 11:45:35.000000000 +0200 ++++ ./setup.py 2012-10-03 11:46:32.000000000 +0200 +@@ -37,14 +37,8 @@ #ez_setup.use_setuptools() import sys -try: - from setuptools import setup - kw = { -- 'install_requires': 'pycrypto >= 2.1', +- 'install_requires': 'pycrypto >= 2.1, != 2.4', - } -except ImportError: - from distutils.core import setup - kw = {} -+ +from distutils.core import setup +kw = {} if sys.platform == 'darwin': - import setup_helper + import setup_helper Modified: head/security/py-paramiko/pkg-plist ============================================================================== --- head/security/py-paramiko/pkg-plist Wed Oct 3 11:06:43 2012 (r305195) +++ head/security/py-paramiko/pkg-plist Wed Oct 3 11:07:31 2012 (r305196) @@ -105,6 +105,7 @@ %%PYTHON_SITELIBDIR%%/paramiko/win_pageant.pyo @dirrm %%PYTHON_SITELIBDIR%%/paramiko %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo_keygen.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo_server.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo_sftp.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo_simple.py