Date: Sun, 8 Dec 2024 06:07:25 +0000 From: Alexey Dokuchaev <danfe@freebsd.org> To: Rainer Hurling <rhurlin@freebsd.org> Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: ab07b7c65d56 - main - astro/astrometry: Update to 0.97 Message-ID: <Z1U3nYYYQlSB86Wt@FreeBSD.org> In-Reply-To: <202412071645.4B7GjFM8018414@gitrepo.freebsd.org> References: <202412071645.4B7GjFM8018414@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Dec 07, 2024 at 04:45:15PM +0000, Rainer Hurling wrote: > commit ab07b7c65d5649ae1bd8f5b4696543308edfde94 > > astro/astrometry: Update to 0.97 > > - Some minor changes > ... > USES= gmake jpeg localbase pkgconfig python shebangfix So the port already employs shebangfix. > +--- configure.orig 2024-12-02 19:50:59 UTC > ++++ configure > +@@ -1,3 +1,3 @@ > +-#! /bin/bash > ++#!/usr/bin/env bash > ... > +--- gsl-an/grab-gsl-sources.sh.orig 2024-12-02 19:50:59 UTC > ++++ gsl-an/grab-gsl-sources.sh > +@@ -1,4 +1,4 @@ > +-#! /bin/bash > ++#!/usr/bin/env bash Then why not simply add these two files on SHEBANG_FILES list? ./danfe
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Z1U3nYYYQlSB86Wt>