Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Feb 2016 10:01:48 -0800
From:      Jason Helfman <jgh@FreeBSD.org>
To:        Mathieu Arnold <mat@freebsd.org>
Cc:        "ports-committers@freebsd.org" <ports-committers@freebsd.org>,  "svn-ports-all@freebsd.org" <svn-ports-all@freebsd.org>,  "svn-ports-head@freebsd.org" <svn-ports-head@freebsd.org>
Subject:   Re: svn commit: r408737 - head/ports-mgmt/portmaster
Message-ID:  <CAMuy=%2Bj7WuNR5%2B90fmMH7oBX-5BjeDEj0teLrrSC1ip8v9_5Aw@mail.gmail.com>
In-Reply-To: <201602121546.u1CFk4fB037748@repo.freebsd.org>
References:  <201602121546.u1CFk4fB037748@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Feb 12, 2016 at 7:46 AM, Mathieu Arnold <mat@freebsd.org> wrote:
> Author: mat
> Date: Fri Feb 12 15:46:04 2016
> New Revision: 408737
> URL: https://svnweb.freebsd.org/changeset/ports/408737
>
> Log:
>   Remove unneeded dependencies on bash and zsh.
>
>   With hat:     portmgr
>   Sponsored by: Absolight
>
> Modified:
>   head/ports-mgmt/portmaster/Makefile
>
> Modified: head/ports-mgmt/portmaster/Makefile
> ==============================================================================
> --- 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 @@
>
>  PORTNAME=      portmaster
>  PORTVERSION=   3.17.9
> +PORTREVISION=  1
>  CATEGORIES=    ports-mgmt
>  MASTER_SITES=  LOCAL/bdrewery/${PORTNAME}/ \
>                 http://mirror.shatow.net/freebsd/${PORTNAME}/ \
> @@ -24,9 +25,6 @@ PLIST_FILES=  sbin/portmaster \
>  BASH_PLIST_FILES=      etc/bash_completion.d/portmaster.sh
>  ZSH_PLIST_FILES=       share/zsh/site-functions/_portmaster
>
> -BASH_RUN_DEPENDS=      bash>=0:${PORTSDIR}/shells/bash
> -ZSH_RUN_DEPENDS=       zsh>=0:${PORTSDIR}/shells/zsh
> -
>  verify: checksum
>

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?

Thanks,
-jgh

-- 
Jason Helfman          | FreeBSD Committer
jgh@FreeBSD.org     | http://people.freebsd.org/~jgh  | The Power to Serve



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMuy=%2Bj7WuNR5%2B90fmMH7oBX-5BjeDEj0teLrrSC1ip8v9_5Aw>