git: e43f53cbfecd - main - science/dynare: Update instructions in pkg-message.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Dec 2021 07:48:55 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e43f53cbfecd2de0617281045ab3d3446b94b159
commit e43f53cbfecd2de0617281045ab3d3446b94b159
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-12-20 02:08:38 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-12-20 07:48:50 +0000
science/dynare: Update instructions in pkg-message.
The octave's arcument -c has disappeared, and now it is called --eval.
---
science/dynare/Makefile | 1 +
science/dynare/files/pkg-message.in | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/science/dynare/Makefile b/science/dynare/Makefile
index d7084de36578..f97e34b81a29 100644
--- a/science/dynare/Makefile
+++ b/science/dynare/Makefile
@@ -1,5 +1,6 @@
PORTNAME= dynare
DISTVERSION= 4.6.4
+PORTREVISION= 1
CATEGORIES= science # economics
MASTER_SITES= https://www.dynare.org/release/source/
diff --git a/science/dynare/files/pkg-message.in b/science/dynare/files/pkg-message.in
index 33c5872e94dc..95c4a04efe5e 100644
--- a/science/dynare/files/pkg-message.in
+++ b/science/dynare/files/pkg-message.in
@@ -14,7 +14,7 @@ or
session.
You can also run Dynare using one command:
-$ octave -c 'dynare {example}.mod {args}'
+$ octave --eval 'dynare {example}.mod {args}'
EOM
}