From owner-freebsd-ports-bugs@freebsd.org Sun Jul 22 13:32:16 2018 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E6D5104BD52 for ; Sun, 22 Jul 2018 13:32:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 261A1752C1 for ; Sun, 22 Jul 2018 13:32:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id DB934104BD51; Sun, 22 Jul 2018 13:32:15 +0000 (UTC) Delivered-To: ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6939104BD50 for ; Sun, 22 Jul 2018 13:32:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4EE0B752BB for ; Sun, 22 Jul 2018 13:32:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 8EE531DE34 for ; Sun, 22 Jul 2018 13:32:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w6MDWErJ004509 for ; Sun, 22 Jul 2018 13:32:14 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w6MDWEGc004508 for ports-bugs@FreeBSD.org; Sun, 22 Jul 2018 13:32:14 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 229960] sysutils/ansible: Fix executable symlinks for non-default Python flavors Date: Sun, 22 Jul 2018 13:32:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: andreas.sommer87@googlemail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: lifanov@freebsd.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jul 2018 13:32:16 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229960 Bug ID: 229960 Summary: sysutils/ansible: Fix executable symlinks for non-default Python flavors Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: lifanov@freebsd.org Reporter: andreas.sommer87@googlemail.com CC: Assignee: lifanov@freebsd.org Flags: maintainer-feedback?(lifanov@freebsd.org) Attachment #195366 maintainer-approval? Flags: Created attachment 195366 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D195366&action= =3Dedit Fix symlinks to point to `ansible-${PYTHON_VER}` (not to `ansible`), against ports head As requested, a separate bug report for fixing `ansible-playbook-3.6 -> ansible` symlinks to correctly use `ansible-playbook-3.6 -> ansible-3.6`. T= he attached patch only fixes the issue =E2=80=93 the committer has to adapt PO= RTREVISION accordingly. Before for @py36 flavor: -rwxr-xr-x 1 root wheel 5850 Jul 22 10:20 ansible-3.6 lrwxr-xr-x 1 root wheel 7 Jul 22 10:20 ansible-config-3.6 -> ansible -rwxr-xr-x 1 root wheel 10982 Jul 22 10:20 ansible-connection-3.6 lrwxr-xr-x 1 root wheel 7 Jul 22 10:20 ansible-console-3.6 -> ansible lrwxr-xr-x 1 root wheel 7 Jul 22 10:20 ansible-doc-3.6 -> ansible lrwxr-xr-x 1 root wheel 7 Jul 22 10:20 ansible-galaxy-3.6 -> ansible lrwxr-xr-x 1 root wheel 7 Jul 22 10:20 ansible-inventory-3.6 -> ansi= ble lrwxr-xr-x 1 root wheel 7 Jul 22 10:20 ansible-playbook-3.6 -> ansib= le lrwxr-xr-x 1 root wheel 7 Jul 22 10:20 ansible-pull-3.6 -> ansible lrwxr-xr-x 1 root wheel 7 Jul 22 10:20 ansible-vault-3.6 -> ansible After (list for both flavors): lrwxr-xr-x 1 root wheel 11 Jul 22 13:28 ansible -> ansible-2.7 -rwxr-xr-x 1 root wheel 5850 Jul 22 13:28 ansible-2.7 lrwxr-xr-x 1 root wheel 11 Jul 22 13:28 ansible-config -> ansible-2.7 lrwxr-xr-x 1 root wheel 11 Jul 22 13:28 ansible-config-2.7 -> ansible= -2.7 lrwxr-xr-x 1 root wheel 22 Jul 22 13:28 ansible-connection -> ansible-connection-2.7 -rwxr-xr-x 1 root wheel 10982 Jul 22 13:28 ansible-connection-2.7 lrwxr-xr-x 1 root wheel 11 Jul 22 13:28 ansible-console -> ansible-2.7 lrwxr-xr-x 1 root wheel 11 Jul 22 13:28 ansible-console-2.7 -> ansible-2.7 lrwxr-xr-x 1 root wheel 11 Jul 22 13:28 ansible-doc -> ansible-2.7 lrwxr-xr-x 1 root wheel 11 Jul 22 13:28 ansible-doc-2.7 -> ansible-2.7 lrwxr-xr-x 1 root wheel 11 Jul 22 13:28 ansible-galaxy -> ansible-2.7 lrwxr-xr-x 1 root wheel 11 Jul 22 13:28 ansible-galaxy-2.7 -> ansible= -2.7 lrwxr-xr-x 1 root wheel 11 Jul 22 13:28 ansible-inventory -> ansible-= 2.7 lrwxr-xr-x 1 root wheel 11 Jul 22 13:28 ansible-inventory-2.7 -> ansible-2.7 lrwxr-xr-x 1 root wheel 11 Jul 22 13:28 ansible-playbook -> ansible-2= .7 lrwxr-xr-x 1 root wheel 11 Jul 22 13:28 ansible-playbook-2.7 -> ansible-2.7 lrwxr-xr-x 1 root wheel 11 Jul 22 13:28 ansible-pull -> ansible-2.7 lrwxr-xr-x 1 root wheel 11 Jul 22 13:28 ansible-pull-2.7 -> ansible-2= .7 lrwxr-xr-x 1 root wheel 11 Jul 22 13:28 ansible-vault -> ansible-2.7 lrwxr-xr-x 1 root wheel 11 Jul 22 13:28 ansible-vault-2.7 -> ansible-= 2.7 -rwxr-xr-x 1 root wheel 5850 Jul 22 13:28 ansible-3.6 lrwxr-xr-x 1 root wheel 11 Jul 22 13:28 ansible-config-3.6 -> ansible= -3.6 -rwxr-xr-x 1 root wheel 10982 Jul 22 13:28 ansible-connection-3.6 lrwxr-xr-x 1 root wheel 11 Jul 22 13:28 ansible-console-3.6 -> ansible-3.6 lrwxr-xr-x 1 root wheel 11 Jul 22 13:28 ansible-doc-3.6 -> ansible-3.6 lrwxr-xr-x 1 root wheel 11 Jul 22 13:28 ansible-galaxy-3.6 -> ansible= -3.6 lrwxr-xr-x 1 root wheel 11 Jul 22 13:28 ansible-inventory-3.6 -> ansible-3.6 lrwxr-xr-x 1 root wheel 11 Jul 22 13:28 ansible-playbook-3.6 -> ansible-3.6 lrwxr-xr-x 1 root wheel 11 Jul 22 13:28 ansible-pull-3.6 -> ansible-3= .6 lrwxr-xr-x 1 root wheel 11 Jul 22 13:28 ansible-vault-3.6 -> ansible-= 3.6 --=20 You are receiving this mail because: You are the assignee for the bug.=