mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
Add upstream patch to fix scilab version number.
PR: ports/156621 Submitted by: Rob Farmer (maintainer)
This commit is contained in:
parent
ea6f6d9c52
commit
b4da2cad2d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273181
2 changed files with 12 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= scilab
|
||||
PORTVERSION= 5.3.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math cad parallel java
|
||||
MASTER_SITES= http://www.scilab.org/download/${PORTVERSION}/:scilab \
|
||||
http://www.predatorlabs.net/dl/:jgraphx \
|
||||
|
|
11
math/scilab/files/patch-modules-core-includes-version.h.in
Normal file
11
math/scilab/files/patch-modules-core-includes-version.h.in
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- modules/core/includes/version.h.in.orig 2011-03-03 07:30:19.000000000 -0800
|
||||
+++ modules/core/includes/version.h.in 2011-04-23 14:29:15.000000000 -0700
|
||||
@@ -15,7 +15,7 @@
|
||||
#define SCI_VERSION_MAJOR @SCILAB_VERSION_MAJOR@
|
||||
#define SCI_VERSION_MINOR @SCILAB_VERSION_MINOR@
|
||||
#define SCI_VERSION_MAINTENANCE @SCILAB_VERSION_MAINTENANCE@
|
||||
-#define SCI_VERSION_STRING "scilab-branch-5.3"
|
||||
+#define SCI_VERSION_STRING "scilab-5.3.1"
|
||||
/* SCI_VERSION_REVISION --> hash key commit */
|
||||
#define SCI_VERSION_REVISION 0
|
||||
#define SCI_VERSION_TIMESTAMP 0
|
Loading…
Add table
Reference in a new issue