Created attachment 186622 [details] patch file * Fix RUN_DEPENDS because this version requires cryptography 1.9 or newer. * Bump PORTREVESION because of dependency change. Please keep in mind bug #222519 must be committed before committing this PR.
You do not have to bump PORTREVISION for version change because the dependency list remains unchanged.
Created attachment 186639 [details] updated patch file (In reply to Po-Chuan Hsieh from comment #1) Thank you for pointing it out. I updated patch so please commit it instead of original one.
I'll take care of this with the cryptography update, if you're OK with that sbz (I have fixes for test target to make it work as well)
Comment on attachment 186639 [details] updated patch file Approved by: portmgr (blanket)
A commit references this bug: Author: koobs Date: Mon Sep 25 09:22:14 UTC 2017 New revision: 450578 URL: https://svnweb.freebsd.org/changeset/ports/450578 Log: security/py-openssl: Fix RUN_DEPENDS - Fix RUN_DEPENDS minimum version of cryptography to match that in setup.py [1] - Remove EXAMPLESDIR, already set and noop'd by USE_PYTHON=concurrent PR: 222520 [1] Submitted by: Yasuhiro KIMURA <yasu utahime org> [1] Approved by: portmgr (blanket) Changes: head/security/py-openssl/Makefile
Committed. Thank for your report Yasuhiro