Index: head/security/py-libnacl/Makefile =================================================================== --- head/security/py-libnacl/Makefile (revision 390532) +++ head/security/py-libnacl/Makefile (revision 390533) @@ -1,22 +1,25 @@ # Created by: Kubilay Kocak # $FreeBSD$ PORTNAME= libnacl -PORTVERSION= 1.4.2 -PORTREVISION= 1 +PORTVERSION= 1.4.3 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org COMMENT= Python bindings for libsodium/tweetnacl based on ctypes LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libsodium.so:${PORTSDIR}/security/libsodium USES= python USE_PYTHON= autoplist distutils + +regression-test: build + ${TOUCH} ${WRKSRC}/tests/__init__.py + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Index: head/security/py-libnacl/distinfo =================================================================== --- head/security/py-libnacl/distinfo (revision 390532) +++ head/security/py-libnacl/distinfo (revision 390533) @@ -1,2 +1,2 @@ -SHA256 (libnacl-1.4.2.tar.gz) = 2443c9c8835bc3e337de1ba137fd783a1d73ef3d404966d960255c29910e58cf -SIZE (libnacl-1.4.2.tar.gz) = 28162 +SHA256 (libnacl-1.4.3.tar.gz) = 873614913c90c4011f791a8fd1448f6bb3ab7dc8cdd329d1baaa65e7e1d1a929 +SIZE (libnacl-1.4.3.tar.gz) = 28777 Index: head/security/py-libnacl/files/patch-setup.py =================================================================== --- head/security/py-libnacl/files/patch-setup.py (nonexistent) +++ head/security/py-libnacl/files/patch-setup.py (revision 390533) @@ -0,0 +1,10 @@ +--- setup.py.orig 2015-03-17 16:11:06 UTC ++++ setup.py +@@ -36,4 +36,6 @@ setup(name=NAME, + 'Intended Audience :: Developers', + 'Topic :: Security :: Cryptography', + ], +- packages=['libnacl']) ++ packages=['libnacl'], ++ test_suite='tests.runtests.run_suite', ++) Property changes on: head/security/py-libnacl/files/patch-setup.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property