From owner-svn-ports-all@freebsd.org Fri Feb 12 18:01:49 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 6BDA9AA6F7D for ; Fri, 12 Feb 2016 18:01:49 +0000 (UTC) (envelope-from bsd-src@helfman.org) Received: from mail-io0-x231.google.com (mail-io0-x231.google.com [IPv6:2607:f8b0:4001:c06::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 376CE3E6 for ; Fri, 12 Feb 2016 18:01:49 +0000 (UTC) (envelope-from bsd-src@helfman.org) Received: by mail-io0-x231.google.com with SMTP id 9so99873367iom.1 for ; Fri, 12 Feb 2016 10:01:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=helfman-org.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=31hIXKYKQcSQY2cZO29JQthOijkywPZQoDN/k018rmI=; b=qNWua5LX8zzjrWasnzF2voYZqRTUfeEk3PDCKnRPDNl/hFz6Vp1EGWikZilwmO9d8S bJ96VU7fj9upWP8A7muhaOIAA3rEg7Su/3Jd2lwZJhCrweEhSs1ghpSL1YiJHoGjda62 Hodes183ujA35Vt3FRwOlM3sQ34R1lsk9rMMMioPdCsH63h5Y8Rdby6qpAaw+un+BXHw 9JcQCFVxT6K3ByE7MXP16lBMNp0HFL6QYHS8+I6+/dDaRfSqTED+6vrzBRGXW96BmjeG hTA08r49hM575wreEUgaqlHsNtGxRwbPGbh+2mizRpsvvhh6iK8akzl3tV2JmIPPBqTm T9Kw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=31hIXKYKQcSQY2cZO29JQthOijkywPZQoDN/k018rmI=; b=dWjzwcVErovKkCXdNGX8Sja6pM6nYVTUNBWqb1yCy8s9+dsOXycSQ377yr+19WCJ5W FgrCEiN1VAM9CMLpZGc8pRgHqVseu2Ren62htb9cm9hGOKGkiQrQ2y/b2ocleo6U+TxT uMB5V+0WTjOYlVHMXIX39nmzgkNR80eUORNETpAka2XTAIDeSnqghFVfGEgzK+4yzh23 dtbbisWtd+xsGn9m6piOyhEV7Or+2KNt7anK7aALyoQBTwcvrytzwN3krDQgsCqaIGkj +bQLlaWAg0rO5vxBTVPLApxhgF5w8RM0bb9Ez6Oj6XxASuw4aH0nXTffRdFF9K7KKkeQ d4mA== X-Gm-Message-State: AG10YOT5OvbLiQI49o2hfPJGLCIRu5nB3XRVmMrufIT2lozVQhFjZQ7BFjJA/wb5GY4NdsJnvPPvFfP7jcRcbA== MIME-Version: 1.0 X-Received: by 10.107.12.152 with SMTP id 24mr4879140iom.152.1455300108489; Fri, 12 Feb 2016 10:01:48 -0800 (PST) Sender: bsd-src@helfman.org Received: by 10.107.142.4 with HTTP; Fri, 12 Feb 2016 10:01:48 -0800 (PST) In-Reply-To: <201602121546.u1CFk4fB037748@repo.freebsd.org> References: <201602121546.u1CFk4fB037748@repo.freebsd.org> Date: Fri, 12 Feb 2016 10:01:48 -0800 X-Google-Sender-Auth: xTKZqWaaFaWBKCtQ7GqRDM14YIg Message-ID: Subject: Re: svn commit: r408737 - head/ports-mgmt/portmaster From: Jason Helfman To: Mathieu Arnold Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 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:01:49 -0000 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 > > 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