aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSofian Brabez <sbz@FreeBSD.org>2013-03-05 13:54:26 +0000
committerSofian Brabez <sbz@FreeBSD.org>2013-03-05 13:54:26 +0000
commitb11f307f59e41feb6a947af511b2fc9162512af0 (patch)
tree270e175186fa1c3c44f6a89bfea044211c04ca63
parent183ebc5a45d48f2089dc0d15c46db1322a7ac7bb (diff)
downloadports-b11f307f59e41feb6a947af511b2fc9162512af0.tar.gz
ports-b11f307f59e41feb6a947af511b2fc9162512af0.zip
Notes
-rw-r--r--security/py-paramiko/Makefile12
-rw-r--r--security/py-paramiko/distinfo4
2 files changed, 9 insertions, 7 deletions
diff --git a/security/py-paramiko/Makefile b/security/py-paramiko/Makefile
index 239973a36003..de3db1cf8bdb 100644
--- a/security/py-paramiko/Makefile
+++ b/security/py-paramiko/Makefile
@@ -2,13 +2,13 @@
# $FreeBSD$
PORTNAME= paramiko
-PORTVERSION= 1.9.0
+PORTVERSION= 1.10.0
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sbz@FreeBSD.org
-COMMENT= A python library for making SSH2 connections
+COMMENT= Python SSH2 protocol library
LICENSE= GPLv2
@@ -19,13 +19,15 @@ USE_PYDISTUTILS= yes
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
-.if !defined(NOPORTEXAMPLES)
+.include <bsd.port.options.mk>
+
post-install:
- ${MKDIR} ${EXAMPLESDIR}
+.if ${PORT_OPTIONS:MEXAMPLES}
+ @${MKDIR} ${EXAMPLESDIR}
@(cd ${WRKSRC}/demos && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
.endif
-regression-test: build
+regression-test: extract
@(cd ${WRKSRC} && ${PYTHON_CMD} test.py)
.include <bsd.port.mk>
diff --git a/security/py-paramiko/distinfo b/security/py-paramiko/distinfo
index 568fa7a5efbb..00e89c5c2990 100644
--- a/security/py-paramiko/distinfo
+++ b/security/py-paramiko/distinfo
@@ -1,2 +1,2 @@
-SHA256 (paramiko-1.9.0.tar.gz) = cb99b74d9c53a23b92803c1c97fdb2bfdab7cd4fea888bd3b6438c127e3b29f5
-SIZE (paramiko-1.9.0.tar.gz) = 814841
+SHA256 (paramiko-1.10.0.tar.gz) = 51c579419403fd6694defa8b5e6d98bbabc310efec48836de859148a9c94c64c
+SIZE (paramiko-1.10.0.tar.gz) = 822622