diff options
author | miwi <miwi@FreeBSD.org> | 2011-02-27 21:06:45 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-02-27 21:06:45 +0800 |
commit | 651b805891f8b5477d1438ecbf7d6ff51a0628e9 (patch) | |
tree | 3c1d088acc498836e536e7d9ab7090a887a01cbe /security/py-bcrypt | |
parent | 381c99ca30af275ed0da7960d334eeb845da6761 (diff) | |
download | freebsd-ports-gnome-651b805891f8b5477d1438ecbf7d6ff51a0628e9.tar.gz freebsd-ports-gnome-651b805891f8b5477d1438ecbf7d6ff51a0628e9.tar.zst freebsd-ports-gnome-651b805891f8b5477d1438ecbf7d6ff51a0628e9.zip |
- Update to 0.2
PR: 155032
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Diffstat (limited to 'security/py-bcrypt')
-rw-r--r-- | security/py-bcrypt/Makefile | 8 | ||||
-rw-r--r-- | security/py-bcrypt/distinfo | 5 | ||||
-rw-r--r-- | security/py-bcrypt/pkg-descr | 2 | ||||
-rw-r--r-- | security/py-bcrypt/pkg-plist | 7 |
4 files changed, 9 insertions, 13 deletions
diff --git a/security/py-bcrypt/Makefile b/security/py-bcrypt/Makefile index 4d85b47fe9af..a0f4b250adbc 100644 --- a/security/py-bcrypt/Makefile +++ b/security/py-bcrypt/Makefile @@ -7,7 +7,7 @@ # PORTNAME= bcrypt -PORTVERSION= 0.1 +PORTVERSION= 0.2 CATEGORIES= security python MASTER_SITES= http://www.mindrot.org/files/py-bcrypt/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +17,11 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= Python bcrypt module USE_PYTHON= yes -USE_PYDISTUTILS=yes +USE_PYDISTUTILS= easy_install +PYDISTUTILS_PKGNAME= py_${PORTNAME} +PYEASYINSTALL_ARCHDEP= yes +PYEASYINSTALL_EGG= ${PYDISTUTILS_PKGNAME}-${PORTVERSION}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg +PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% CFLAGS+= -I${LOCALBASE}/include MAKE_ENV= "LDFLAGS=-L${LOCALBASE}/lib" diff --git a/security/py-bcrypt/distinfo b/security/py-bcrypt/distinfo index bb6e245ec6f2..bbf56dcd24c0 100644 --- a/security/py-bcrypt/distinfo +++ b/security/py-bcrypt/distinfo @@ -1,3 +1,2 @@ -MD5 (py-bcrypt-0.1.tar.gz) = de80dbc79943fba1228bb5a1c2ddb773 -SHA256 (py-bcrypt-0.1.tar.gz) = c556244fd09398d3e40437c01f90f68f6aa58284db63aa73d20eed7acca4ceba -SIZE (py-bcrypt-0.1.tar.gz) = 16863 +SHA256 (py-bcrypt-0.2.tar.gz) = 86a798053e41620e64c41b9d6cfd820ac4a564ed4030a5fb177b9daef6bbacba +SIZE (py-bcrypt-0.2.tar.gz) = 16804 diff --git a/security/py-bcrypt/pkg-descr b/security/py-bcrypt/pkg-descr index 09b777931c09..59ab5dcf301b 100644 --- a/security/py-bcrypt/pkg-descr +++ b/security/py-bcrypt/pkg-descr @@ -1,5 +1,5 @@ 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 Mazières. +David Mazieres. WWW: http://www.mindrot.org/projects/py-bcrypt/ diff --git a/security/py-bcrypt/pkg-plist b/security/py-bcrypt/pkg-plist deleted file mode 100644 index a7e008a28044..000000000000 --- a/security/py-bcrypt/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -%%PYTHON_SITELIBDIR%%/bcrypt/__init__.py -%%PYTHON_SITELIBDIR%%/bcrypt/__init__.pyc -%%PYTHON_SITELIBDIR%%/bcrypt/__init__.pyo -%%PYTHON_SITELIBDIR%%/bcrypt/_bcrypt.so -@dirrm %%PYTHON_SITELIBDIR%%/bcrypt -@dirrm %%PYTHON_SITELIBDIR%% -@dirrm %%PYTHON_LIBDIR%% |