Re: git: ba3938048eec - main - math/octave-forge-ponchon-savarit: Update to 0.1.1.
Date: Sun, 23 Oct 2022 06:10:04 UTC
On 2022-10-23 04:21, Stephen Montgomery-Smith wrote: > The branch main has been updated by stephen: > > URL: > https://cgit.FreeBSD.org/ports/commit/?id=ba3938048eec11d1e59f6f7b98ea614f81a04a5b > > commit ba3938048eec11d1e59f6f7b98ea614f81a04a5b > Author: Stephen Montgomery-Smith <stephen@FreeBSD.org> > AuthorDate: 2022-10-23 02:20:45 +0000 > Commit: Stephen Montgomery-Smith <stephen@FreeBSD.org> > CommitDate: 2022-10-23 02:20:45 +0000 > > math/octave-forge-ponchon-savarit: Update to 0.1.1. > --- > math/octave-forge-ponchon-savarit/Makefile | 5 ++--- > math/octave-forge-ponchon-savarit/distinfo | 6 +++--- > 2 files changed, 5 insertions(+), 6 deletions(-) > > diff --git a/math/octave-forge-ponchon-savarit/Makefile > b/math/octave-forge-ponchon-savarit/Makefile > index 9c96c6d952a5..8d8639e1a35d 100644 > --- a/math/octave-forge-ponchon-savarit/Makefile > +++ b/math/octave-forge-ponchon-savarit/Makefile > @@ -1,9 +1,8 @@ > PORTNAME= octave-forge-ponchon-savarit > -PORTVERSION= 0.1.0 > -PORTREVISION= 1 > +PORTVERSION= 0.1.1 > CATEGORIES= math > > MASTER_SITES= https://github.com/aumpierre-unb/Ponchon-Savarit-for-GNU-Octave/archive/refs/tags/ > -DISTNAME= v${PORVERSION}0.1.0 > +DISTNAME= v${PORTVERSION} > > MAINTAINER= stephen@FreeBSD.org > COMMENT= Octave-forge package ${OCTAVE_PKGNAME} > diff --git a/math/octave-forge-ponchon-savarit/distinfo > b/math/octave-forge-ponchon-savarit/distinfo > index cd6592ecf2de..8e5e68ed2722 100644 > --- a/math/octave-forge-ponchon-savarit/distinfo > +++ b/math/octave-forge-ponchon-savarit/distinfo > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1666204732 > -SHA256 (octave-forge/v0.1.0.tar.gz) = > 3a1dd359d63c67e9fc0b927c5e30a5b55422636d8b08dbeaa050dc2dade4e7d4 > -SIZE (octave-forge/v0.1.0.tar.gz) = 151831 > +TIMESTAMP = 1666491544 > +SHA256 (octave-forge/v0.1.1.tar.gz) = > a33b16463352ffeaf35f53cb6ccc5781b413085c6027f27113d4cb58693abdc1 > +SIZE (octave-forge/v0.1.1.tar.gz) = 140676 Hi, Please use USE_GITHUB and USE_GITLAB which solves your issues with filenames, distdir etc and is consistent with the tree. https://docs.freebsd.org/en/books/porters-handbook/book/#makefile-master_sites-github math/octave-forge-base/Makefile should probably be defined as a meta-port? math/octave-forge-ponchon-savarit and math/octave-forge-websockets should use USE_GITHUB math/octave-forge-fda should use USE_GITLAB Best regards, Daniel