From owner-svn-ports-all@freebsd.org Tue Jul 31 01:13:42 2018 Return-Path: Delivered-To: svn-ports-all@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 94E4B10678FA for ; Tue, 31 Jul 2018 01:13:42 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from mail-yb0-x230.google.com (mail-yb0-x230.google.com [IPv6:2607:f8b0:4002:c09::230]) (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 3AC527155A for ; Tue, 31 Jul 2018 01:13:42 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by mail-yb0-x230.google.com with SMTP id h127-v6so5527154ybg.12 for ; Mon, 30 Jul 2018 18:13:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adamw-org.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=gzj1g6m/O3kAzofwSjvRQ8rTNkUsu/WS1AvNY7sBymY=; b=tdQlfaYcsY2vY6v2GqUL3/+2CT3ZveqvvYw05ciIXYE7ZGHyREybjEd+aQ5tDelBw/ GBlWuHgtha3GPYZQ2q3jcIgKnglWFYFpMbzFz1V+iS1NwdEq1Y/DSFqE8T/uLh6sTwUc 55gywkpIOInp+YPiI7Efz/SqETYyG5S9SZx2uUQMcn8abia7RWe1VI4Smvu6kLOXEAXB I9lonZA33eAFmiFo76o37pwcpMSyb4bnKDPkHhCsvvz6q5OemSC+KGhO6FQfFloYL1d/ KVvtoyjFRHdRWQIxQNN1cXINlns61kePLFCyuMsDk/o3ARaxRhKMudGkItl5XynglV1t 6XMQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=gzj1g6m/O3kAzofwSjvRQ8rTNkUsu/WS1AvNY7sBymY=; b=b4UzkWyDxTGlrC/+qrvO+aEjUYs+s5zchFxMEmsVOsXDJYvyYcePtSC/XTQ+y2R/rz Xt8mRssZHzYakP8RCY91wwfOIvSI5p7NZT3YFN0MX3LZs4u+SCeAazYYPnTyRfOdzg1V 7swnGTaUpklUpLc+RFgE4p3a1pcOwxorvTJF9DWpyjGeWYqyVwqC2lM72qbklbsRmjHW WUB4G9S3VIFasKrB0bx1MPmMBkKCTGAbijiRAtzFIMkqRWGYsRI9vqqsCWkBv+hMA/9T UraUz7Cz42IteDWSJmN4pnt6ePIijeL3KpiCWv45XUKSx4qm/YDs6drtOFdZz9ffhnf3 EWsg== X-Gm-Message-State: AOUpUlFVJUB84p3FYXANQZqde9tLzMJw/TGQPR88xg5OEBvgUB1lQ69t +tX8e7/iGeT64qweUM74DpM23pPsHpYtXtVKPVQErg== X-Google-Smtp-Source: AAOMgpd/YCBBRB3OsaQEiKSIuDlWARsgUdHhD/dr1OjgwdNric91xf7jmF2gtWMAGJ4mck96vo/BG7hDxCDpVQ4hcmY= X-Received: by 2002:a25:28c4:: with SMTP id o187-v6mr10429584ybo.140.1532999621594; Mon, 30 Jul 2018 18:13:41 -0700 (PDT) MIME-Version: 1.0 References: <201807310050.w6V0o17f005459@repo.freebsd.org> In-Reply-To: <201807310050.w6V0o17f005459@repo.freebsd.org> From: Adam Weinberger Date: Mon, 30 Jul 2018 19:13:25 -0600 Message-ID: Subject: Re: svn commit: r475963 - in head/devel: . bashdb To: yuri@freebsd.org 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.27 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: Tue, 31 Jul 2018 01:13:42 -0000 On Mon, Jul 30, 2018 at 6:50 PM Yuri Victorovich wrote: > > Author: yuri > Date: Tue Jul 31 00:50:00 2018 > New Revision: 475963 > URL: https://svnweb.freebsd.org/changeset/ports/475963 > > Log: > New port: devel/bashdb: Source-code debugger for bash > > +post-install: > + @${REINPLACE_CMD} -i '' 's|#!/bin/bash|#!${LOCALBASE}/bin/bash|' \ > + ${STAGEDIR}${PREFIX}/bin/${PORTNAME} This should probably be done with shebangfix as well. Either way, it should be modified before it's installed, not afterwards. # Adam -- Adam Weinberger adamw@adamw.org https://www.adamw.org