Date: Sun, 8 Dec 2024 15:06:35 GMT From: Rainer Hurling <rhurlin@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 842aa9df3f89 - main - astro/astrometry: Add some shebang files Message-ID: <202412081506.4B8F6ZYX007627@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=842aa9df3f892a7161a3fe849e6fac8544f7af73 commit 842aa9df3f892a7161a3fe849e6fac8544f7af73 Author: Rainer Hurling <rhurlin@FreeBSD.org> AuthorDate: 2024-12-08 15:03:17 +0000 Commit: Rainer Hurling <rhurlin@FreeBSD.org> CommitDate: 2024-12-08 15:03:17 +0000 astro/astrometry: Add some shebang files Reported by: Alexey Dokuchaev <danfe@freebsd.org> --- astro/astrometry/Makefile | 4 +++- astro/astrometry/files/patch-configure | 7 ------- astro/astrometry/files/patch-gsl-an_grab-gsl-sources.sh | 8 -------- 3 files changed, 3 insertions(+), 16 deletions(-) diff --git a/astro/astrometry/Makefile b/astro/astrometry/Makefile index ba4c6de9e934..5056e7347f54 100644 --- a/astro/astrometry/Makefile +++ b/astro/astrometry/Makefile @@ -1,5 +1,6 @@ PORTNAME= astrometry PORTVERSION= 0.97 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= https://github.com/dstndstn/${PORTNAME}.net/releases/download/${DISTVERSION}/ DISTNAME= ${PORTNAME}.net-${PORTVERSION} @@ -31,7 +32,8 @@ USES= gmake jpeg localbase pkgconfig python shebangfix #USE_PYTHON= pytest USE_LDCONFIG= yes -SHEBANG_FILES= bin/* plot/plotann.py sdss/*.py solver/*.py util/[!c]*.py +SHEBANG_FILES= bin/* configure gsl-an/grab-gsl-sources.sh \ + plot/plotann.py sdss/*.py solver/*.py util/[!c]*.py MAKE_ARGS= NETPBM_INC="-I${LOCALBASE}/include/netpbm" \ NETPBM_LIB="-L${LOCALBASE}/lib -lnetpbm" \ diff --git a/astro/astrometry/files/patch-configure b/astro/astrometry/files/patch-configure deleted file mode 100644 index 7d67f973a5af..000000000000 --- a/astro/astrometry/files/patch-configure +++ /dev/null @@ -1,7 +0,0 @@ ---- configure.orig 2024-12-02 19:50:59 UTC -+++ configure -@@ -1,3 +1,3 @@ --#! /bin/bash -+#!/usr/bin/env bash - - echo "Ok" diff --git a/astro/astrometry/files/patch-gsl-an_grab-gsl-sources.sh b/astro/astrometry/files/patch-gsl-an_grab-gsl-sources.sh deleted file mode 100644 index e783031a84bb..000000000000 --- a/astro/astrometry/files/patch-gsl-an_grab-gsl-sources.sh +++ /dev/null @@ -1,8 +0,0 @@ ---- 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 - - GSL=/tmp/gsl-1.16 -
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412081506.4B8F6ZYX007627>