From d7fb0db68986086b69803fa57c74f0891d3d6f83 Mon Sep 17 00:00:00 2001 From: Nikolai Lifanov Date: Tue, 24 Jul 2018 03:16:31 +0000 Subject: fix symlinks for ansible when non-default version is installed The issue is that before stage, other binaries are links to ansible: bin/ansible-vault -> bin/ansible bin/ansible-playbook -> bin/ansible During stage, these get renamed with a suffix, like 3.6, but the target of the symlink doesn't change: bin/ansible-vault-3.6 -> bin/ansible bin/ansible-playbook-3.6 -> bin/ansible This either creates broken links if the package for the default Python version is not installed or it creates links to the wrong binary if it is. Thank you Andreas Sommer for the fix! PR: 229960 Submitted by: Andreas Sommer --- sysutils/ansible24/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysutils/ansible24') diff --git a/sysutils/ansible24/Makefile b/sysutils/ansible24/Makefile index c483be17fff6..f2fa6e59293d 100644 --- a/sysutils/ansible24/Makefile +++ b/sysutils/ansible24/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTVERSION= 2.4.4.0 -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMESUFFIX= 24 CONFLICTS= ansible-* ansible1-* ansible23-* ansible25-* -- cgit v1.2.3