svn commit: r347447 - head/security/py-rsa
Kubilay Kocak
koobs at FreeBSD.org
Sat Mar 8 03:55:05 UTC 2014
Author: koobs
Date: Sat Mar 8 03:55:04 2014
New Revision: 347447
URL: http://svnweb.freebsd.org/changeset/ports/347447
QAT: https://qat.redports.org/buildarchive/r347447/
Log:
security/py-rsa: Update to 3.1.4, add TESTS option
- Update to 3.1.4
- Add TESTS option
Changes:
* https://bitbucket.org/sybren/python-rsa/commits/tag/version-3.1.4
Modified:
head/security/py-rsa/Makefile
head/security/py-rsa/distinfo
Modified: head/security/py-rsa/Makefile
==============================================================================
--- head/security/py-rsa/Makefile Sat Mar 8 03:42:22 2014 (r347446)
+++ head/security/py-rsa/Makefile Sat Mar 8 03:55:04 2014 (r347447)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= rsa
-PORTVERSION= 3.1.2
-PORTREVISION= 1
+PORTVERSION= 3.1.4
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -17,6 +16,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1
TEST_DEPENDS:= ${PYTHON_PKGNAMEPREFIX}unittest2>0:${PORTSDIR}/devel/py-unittest2 \
${RUN_DEPENDS}
+OPTIONS_DEFINE= TESTS
+
+TESTS_DESC= Install tools for unit tests
+TESTS_BUILD_DEPENDS= ${TEST_DEPENDS}
+
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
Modified: head/security/py-rsa/distinfo
==============================================================================
--- head/security/py-rsa/distinfo Sat Mar 8 03:42:22 2014 (r347446)
+++ head/security/py-rsa/distinfo Sat Mar 8 03:55:04 2014 (r347447)
@@ -1,2 +1,2 @@
-SHA256 (rsa-3.1.2.tar.gz) = 66eb8752a1de9b92d7679ea0e1556cf2e4a155161d0024e97e06999041e35f58
-SIZE (rsa-3.1.2.tar.gz) = 35237
+SHA256 (rsa-3.1.4.tar.gz) = e2b0b05936c276b1edd2e1525553233b666df9e29b5c3ba223eed738277c82a0
+SIZE (rsa-3.1.4.tar.gz) = 36181
More information about the svn-ports-head
mailing list