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

From: Rainer Hurling <rhurlin_at_gwdg.de>
Date: Sun, 08 Dec 2024 15:09:39 UTC
Hi danfe,

Am 08.12.24 um 07:07 schrieb Alexey Dokuchaev:
> 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?

Of course you are right. I had inadvertently forgotten that and just 
committed your suggestion in #842aa9df3.

Many thanks!

Best wishes,
Rainer


> ./danfe