summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz>2015-04-25 13:49:49 +0000
committerwiz <wiz>2015-04-25 13:49:49 +0000
commit02865034f31190dcf0e7615842f54f3ab0c83901 (patch)
tree42954ac86f57e555020a09b3cf468ae3cdb59396 /security
parent8e4c570a8a173d7eb56c9d849f97b6fc5c260dae (diff)
downloadpkgsrc-02865034f31190dcf0e7615842f54f3ab0c83901.tar.gz
Add comment to patch.
Diffstat (limited to 'security')
-rw-r--r--security/py-bcrypt/distinfo4
-rw-r--r--security/py-bcrypt/patches/patch-bcrypt_____init____.py4
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