diff options
author | Nikolai Lifanov <lifanov@FreeBSD.org> | 2019-03-11 01:05:24 +0000 |
---|---|---|
committer | Nikolai Lifanov <lifanov@FreeBSD.org> | 2019-03-11 01:05:24 +0000 |
commit | 2b208bb18018153dd567ca002da0e6bb7fe2f8e2 (patch) | |
tree | 88d0bc67b168b5a60a21c583cbab2000ec9a4acc /sysutils/ansible24 | |
parent | 38531bc015c3f93a3d7612801204e7e98371a29d (diff) |
ansible: switch to security/py-cryptography
For ansible >= 2.4, py-cryptography is preferred upstream.
PR: 236436
Reported by: John W. O'Brien <john@saltant.com>
Notes
Notes:
svn path=/head/; revision=495320
Diffstat (limited to 'sysutils/ansible24')
-rw-r--r-- | sysutils/ansible24/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/ansible24/Makefile b/sysutils/ansible24/Makefile index afab07c33375..811182cdb193 100644 --- a/sysutils/ansible24/Makefile +++ b/sysutils/ansible24/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTVERSION= 2.4.6.0 -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMESUFFIX= 24 CONFLICTS= ansible-* \ |