Index: head/security/py-bcrypt/Makefile =================================================================== --- head/security/py-bcrypt/Makefile (revision 446301) +++ head/security/py-bcrypt/Makefile (revision 446302) @@ -1,28 +1,21 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= bcrypt -PORTVERSION= 0.4 -PORTREVISION= 2 +PORTVERSION= 3.1.3 CATEGORIES= security python -MASTER_SITES= http://www.mindrot.org/files/py-bcrypt/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= py-${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= Python bcrypt module +COMMENT= Modern password hashing for your software and your servers -LICENSE= MIT BSD3CLAUSE BSD4CLAUSE -LICENSE_COMB= multi -LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.1.0:devel/py-cffi USES= python USE_PYTHON= distutils autoplist - -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/bcrypt/_bcrypt.so .include Index: head/security/py-bcrypt/distinfo =================================================================== --- head/security/py-bcrypt/distinfo (revision 446301) +++ head/security/py-bcrypt/distinfo (revision 446302) @@ -1,2 +1,3 @@ -SHA256 (py-bcrypt-0.4.tar.gz) = 5fa13bce551468350d66c4883694850570f3da28d6866bb638ba44fe5eabda78 -SIZE (py-bcrypt-0.4.tar.gz) = 27399 +TIMESTAMP = 1500609980 +SHA256 (bcrypt-3.1.3.tar.gz) = 6645c8d0ad845308de3eb9be98b6fd22a46ec5412bfc664a423e411cdd8f5488 +SIZE (bcrypt-3.1.3.tar.gz) = 40806 Index: head/security/py-bcrypt/pkg-descr =================================================================== --- head/security/py-bcrypt/pkg-descr (revision 446301) +++ head/security/py-bcrypt/pkg-descr (revision 446302) @@ -1,5 +1,3 @@ -py-bcrypt is a Python wrapper of OpenBSDs Blowfish password hashing code, -as described in A Future-Adaptable Password Scheme by Niels Provos and -David Mazieres. +Modern password hashing for your software and your servers -WWW: http://www.mindrot.org/projects/py-bcrypt/ +WWW: https://github.com/pyca/bcrypt/