git: 4909d17c704e - main - math/octave-forge-fileio: Fix DESCRIPTION in source.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 May 2023 03:24:42 UTC
The branch main has been updated by stephen: URL: https://cgit.FreeBSD.org/ports/commit/?id=4909d17c704e708de026e2a0d64e8fc4bf9b2f97 commit 4909d17c704e708de026e2a0d64e8fc4bf9b2f97 Author: Stephen Montgomery-Smith <stephen@FreeBSD.org> AuthorDate: 2023-05-21 03:22:17 +0000 Commit: Stephen Montgomery-Smith <stephen@FreeBSD.org> CommitDate: 2023-05-21 03:24:35 +0000 math/octave-forge-fileio: Fix DESCRIPTION in source. Required so that the octave package manager works properly. Bump portrevision. --- math/octave-forge-fileio/Makefile | 3 +++ math/octave-forge-fileio/files/patch-DESCRIPTION | 9 +++++++++ 2 files changed, 12 insertions(+) diff --git a/math/octave-forge-fileio/Makefile b/math/octave-forge-fileio/Makefile index 9183634385a5..8b62cb625fef 100644 --- a/math/octave-forge-fileio/Makefile +++ b/math/octave-forge-fileio/Makefile @@ -1,5 +1,6 @@ PORTNAME= octave-forge-fileio DISTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -16,6 +17,8 @@ GH_PROJECT= fileio OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSION} +WRKSRC= ${WRKDIR}/${OCTAVE_SRC} # Required so that patch will apply. + NO_ARCH= yes NO_BUILD= yes diff --git a/math/octave-forge-fileio/files/patch-DESCRIPTION b/math/octave-forge-fileio/files/patch-DESCRIPTION new file mode 100644 index 000000000000..5baa99e9bf35 --- /dev/null +++ b/math/octave-forge-fileio/files/patch-DESCRIPTION @@ -0,0 +1,9 @@ +--- DESCRIPTION.orig 2023-05-16 19:23:40 UTC ++++ DESCRIPTION +@@ -1,5 +1,5 @@ + name: fileio +-version: 1.1.0 ++version: 1.1.1 + date: 2023-01-05 + author: Tibor Auer <tibor.auer@gmail.com> + maintainer: Tibor Auer <tibor.auer@gmail.com>