From owner-svn-ports-all@freebsd.org Fri Feb 12 18:32:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C94FAA7072; Fri, 12 Feb 2016 18:32:20 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E6E81AAE; Fri, 12 Feb 2016 18:32:20 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 71D22BDC79; Fri, 12 Feb 2016 19:32:17 +0100 (CET) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 31488BDC72; Fri, 12 Feb 2016 19:32:17 +0100 (CET) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 0A35B611A; Fri, 12 Feb 2016 19:32:15 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 444141E5552A; Fri, 12 Feb 2016 19:32:15 +0100 (CET) Date: Fri, 12 Feb 2016 19:32:12 +0100 From: Mathieu Arnold To: Jason Helfman cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r408737 - head/ports-mgmt/portmaster Message-ID: <0A5EBE837A33AF5F79413377@ogg.in.absolight.net> In-Reply-To: References: <201602121546.u1CFk4fB037748@repo.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========EA43ADBFF3C892ABDF1A==========" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 18:32:20 -0000 --==========EA43ADBFF3C892ABDF1A========== Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline +--On 12 f=C3=A9vrier 2016 10:01:48 -0800 Jason Helfman = wrote: | On Fri, Feb 12, 2016 at 7:46 AM, Mathieu Arnold wrote: |> Author: mat |> Date: Fri Feb 12 15:46:04 2016 |> New Revision: 408737 |> URL: https://svnweb.freebsd.org/changeset/ports/408737 |>=20 |> Log: |> Remove unneeded dependencies on bash and zsh. |>=20 |> With hat: portmgr |> Sponsored by: Absolight |>=20 |> Modified: |> head/ports-mgmt/portmaster/Makefile |>=20 |> Modified: head/ports-mgmt/portmaster/Makefile |> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D |> =3D=3D=3D=3D=3D=3D --- head/ports-mgmt/portmaster/Makefile Fri Feb 12 = 15:34:10 2016 |> (r408736) +++ head/ports-mgmt/portmaster/Makefile Fri Feb 12 15:46:04 |> 2016 (r408737) @@ -2,6 +2,7 @@ |>=20 |> PORTNAME=3D portmaster |> PORTVERSION=3D 3.17.9 |> +PORTREVISION=3D 1 |> CATEGORIES=3D ports-mgmt |> MASTER_SITES=3D LOCAL/bdrewery/${PORTNAME}/ \ |> http://mirror.shatow.net/freebsd/${PORTNAME}/ \ |> @@ -24,9 +25,6 @@ PLIST_FILES=3D sbin/portmaster \ |> BASH_PLIST_FILES=3D etc/bash_completion.d/portmaster.sh |> ZSH_PLIST_FILES=3D share/zsh/site-functions/_portmaster |>=20 |> -BASH_RUN_DEPENDS=3D bash>=3D0:${PORTSDIR}/shells/bash |> -ZSH_RUN_DEPENDS=3D zsh>=3D0:${PORTSDIR}/shells/zsh |> - |> verify: checksum |>=20 |=20 | Does this break run dependency if a user chooses option of bash/zsh, | as helper files will be installed, but | bash/zsh won't be installed? The BASH/ZSH options install completions files, having portmaster depend on bash or zsh is silly, portmaster does not need either to run. If the user wants to use bash completions, he's certainly already using bash and has it installed. Also, I don't know how exactly zsh works, but for bash, the dependency was wrong anyway, for it to work, you need the shells/bash-completion port. --=20 Mathieu Arnold --==========EA43ADBFF3C892ABDF1A========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJWviUuXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85I1NkP/Ahj1G7rG6vONixYrppoNSTW R4abq5se8Zn7VmJbAwWYzTEDrOOV5BfG3czebQz/svLv6ouQ1sYQ7cBBA4/TcupS VTHpSZZ8moxHTq3RZjtWF41iohiGE00vl74p5AA2QGsHj0oHEFQJ5QpCNWrsX3EY NS5Ny5Iqok5/zjekq6+EV9xb5zAr0bWbnB/4F7oXx0Iuzt2GXEVX/cfIKOgFtypX /k6B00PCg0nf0q9fb6YNDnMBGQlG2MANMQCsnxDLwA57t/oGumawgYMY9m1eoD+P AGe6Q63v+1h3djS4847mrWtCIsL8c05UJc2olqATCgoFyC54KzJ5G/YSKiA1fCE5 qBMdQ38s2Hlblac+Wx0yBWuxesstCAWFveO4UsvUubtty105H2TeTT5rkBRhiSig A7RJmwjsO4tJxEF1OE8JM2uVuOugdDoSckenNL1qE4/0XS3akrB+pdYIy0RnXEdj PNskAy7OmJ6Hx18qHZoTqF6BerTQJJTVQEh5u5Wt5jVW72uiyrlP7T0UWmN/exvL k8pfH9F53u6/8ROrhakpjRnbJxF4hereRhPt9SGZtw8dvPC3JZB6VpSvKGcEj09L XhwM0293Rb0Q6kq2OWw/sVJ5tduT8U6tt1xxlyl+ZxFpB9btVLZNJjwYZGjVn459 zB8fJfUrLoyqO35EgjTl =m/sy -----END PGP SIGNATURE----- --==========EA43ADBFF3C892ABDF1A==========--