Date: Fri, 26 Feb 2016 09:17:53 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409594 - in head/security/py-libnacl: . files Message-ID: <201602260917.u1Q9Hrfq000823@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: koobs Date: Fri Feb 26 09:17:52 2016 New Revision: 409594 URL: https://svnweb.freebsd.org/changeset/ports/409594 Log: 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 Modified: head/security/py-libnacl/Makefile head/security/py-libnacl/distinfo head/security/py-libnacl/files/patch-setup.py Modified: head/security/py-libnacl/Makefile ============================================================================== --- head/security/py-libnacl/Makefile Fri Feb 26 09:02:39 2016 (r409593) +++ head/security/py-libnacl/Makefile Fri Feb 26 09:17:52 2016 (r409594) @@ -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}/se 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 Modified: head/security/py-libnacl/distinfo ============================================================================== --- head/security/py-libnacl/distinfo Fri Feb 26 09:02:39 2016 (r409593) +++ head/security/py-libnacl/distinfo Fri Feb 26 09:17:52 2016 (r409594) @@ -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 Modified: head/security/py-libnacl/files/patch-setup.py ============================================================================== --- head/security/py-libnacl/files/patch-setup.py Fri Feb 26 09:02:39 2016 (r409593) +++ head/security/py-libnacl/files/patch-setup.py Fri Feb 26 09:17:52 2016 (r409594) @@ -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', ],
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602260917.u1Q9Hrfq000823>