diff options
author | wiz <wiz@pkgsrc.org> | 2015-04-25 13:49:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-04-25 13:49:49 +0000 |
commit | 530af90e3311d7bb7f94e42787251f7eddfde54b (patch) | |
tree | 42954ac86f57e555020a09b3cf468ae3cdb59396 /security | |
parent | 784e55e1891118b2eda91546a6eff9771757b150 (diff) | |
download | pkgsrc-530af90e3311d7bb7f94e42787251f7eddfde54b.tar.gz |
Add comment to patch.
Diffstat (limited to 'security')
-rw-r--r-- | security/py-bcrypt/distinfo | 4 | ||||
-rw-r--r-- | security/py-bcrypt/patches/patch-bcrypt_____init____.py | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/security/py-bcrypt/distinfo b/security/py-bcrypt/distinfo index 97f4507e657..065d6fbd9a9 100644 --- a/security/py-bcrypt/distinfo +++ b/security/py-bcrypt/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/04/25 13:48:50 wiz Exp $ +$NetBSD: distinfo,v 1.4 2015/04/25 13:49:49 wiz Exp $ SHA1 (bcrypt-1.1.1.tar.gz) = 38d9973aeb5f0cea17ce01e457b1b8eafdf85797 RMD160 (bcrypt-1.1.1.tar.gz) = be0cc2e808392001c183190db5825800da1ea5ee Size (bcrypt-1.1.1.tar.gz) = 39714 bytes -SHA1 (patch-bcrypt_____init____.py) = 7bbcb86c2245164b42ef52d25626943d3c3160f6 +SHA1 (patch-bcrypt_____init____.py) = cac83e359ca533abc1c60df20101ff71662baa5d diff --git a/security/py-bcrypt/patches/patch-bcrypt_____init____.py b/security/py-bcrypt/patches/patch-bcrypt_____init____.py index 1a1294f7049..b54cd482a34 100644 --- a/security/py-bcrypt/patches/patch-bcrypt_____init____.py +++ b/security/py-bcrypt/patches/patch-bcrypt_____init____.py @@ -1,4 +1,6 @@ -$NetBSD: patch-bcrypt_____init____.py,v 1.1 2015/04/25 13:48:50 wiz Exp $ +$NetBSD: patch-bcrypt_____init____.py,v 1.2 2015/04/25 13:49:49 wiz Exp $ + +Fix soname so cffi doesn't invent one for each python version + platform. --- bcrypt/__init__.py.orig 2015-03-14 02:18:59.000000000 +0000 +++ bcrypt/__init__.py |