aboutsummaryrefslogtreecommitdiff
path: root/security/py-libnacl
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2016-02-26 09:17:52 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2016-02-26 09:17:52 +0000
commite19decc67ae9faabbaf9fe4104243e7dbf26fd7b (patch)
treefb18ca98e0f9f7682cfe4f0b2f14492dfb8511d2 /security/py-libnacl
parente450c301edcf7911d9bae92ad45be1f6bfef1bbe (diff)
downloadports-e19decc67ae9faabbaf9fe4104243e7dbf26fd7b.tar.gz
ports-e19decc67ae9faabbaf9fe4104243e7dbf26fd7b.zip
security/py-libnacl: Update to 1.4.4
- Update PORTVERSION and distinfo checksum (1.4.4) - Update test target - Enable NO_ARCH (architecture independent) - Regenerate setup.py
Notes
Notes: svn path=/head/; revision=409594
Diffstat (limited to 'security/py-libnacl')
-rw-r--r--security/py-libnacl/Makefile6
-rw-r--r--security/py-libnacl/distinfo4
-rw-r--r--security/py-libnacl/files/patch-setup.py4
3 files changed, 8 insertions, 6 deletions
diff --git a/security/py-libnacl/Makefile b/security/py-libnacl/Makefile
index 06cca2f6b44b..2de6dd43cf25 100644
--- a/security/py-libnacl/Makefile
+++ b/security/py-libnacl/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libnacl
-PORTVERSION= 1.4.3
+PORTVERSION= 1.4.4
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -18,7 +18,9 @@ LIB_DEPENDS= libsodium.so:${PORTSDIR}/security/libsodium
USES= python
USE_PYTHON= autoplist distutils
-regression-test: build
+NO_ARCH= yes
+
+do-test:
${TOUCH} ${WRKSRC}/tests/__init__.py
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
diff --git a/security/py-libnacl/distinfo b/security/py-libnacl/distinfo
index 27e48d857d71..bf5c0844b9ca 100644
--- a/security/py-libnacl/distinfo
+++ b/security/py-libnacl/distinfo
@@ -1,2 +1,2 @@
-SHA256 (libnacl-1.4.3.tar.gz) = 873614913c90c4011f791a8fd1448f6bb3ab7dc8cdd329d1baaa65e7e1d1a929
-SIZE (libnacl-1.4.3.tar.gz) = 28777
+SHA256 (libnacl-1.4.4.tar.gz) = f2ee401a78dc693fcbc2051befcee2f76bb13ce75a933420646abfa47a39a6db
+SIZE (libnacl-1.4.4.tar.gz) = 30965
diff --git a/security/py-libnacl/files/patch-setup.py b/security/py-libnacl/files/patch-setup.py
index 6e85ddd242e6..4f583b2a68f2 100644
--- a/security/py-libnacl/files/patch-setup.py
+++ b/security/py-libnacl/files/patch-setup.py
@@ -1,6 +1,6 @@
---- setup.py.orig 2015-03-17 16:11:06 UTC
+--- setup.py.orig 2016-01-04 16:47:15 UTC
+++ setup.py
-@@ -36,4 +36,6 @@ setup(name=NAME,
+@@ -29,4 +29,6 @@ setup(name=NAME,
'Intended Audience :: Developers',
'Topic :: Security :: Cryptography',
],