Re: git: ab07b7c65d56 - main - astro/astrometry: Update to 0.97

From: Alexey Dokuchaev <danfe_at_freebsd.org>
Date: Sun, 08 Dec 2024 06:07:25 UTC
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