ports/156621: [maintainer] [patch] math/scilab Fix version number
Rob Farmer
rfarmer at predatorlabs.net
Sun Apr 24 18:20:13 UTC 2011
>Number: 156621
>Category: ports
>Synopsis: [maintainer] [patch] math/scilab Fix version number
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Sun Apr 24 18:20:12 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Rob Farmer
>Release: 9.0-CURRENT
>Organization:
>Environment:
FreeBSD turquoise.predatorlabs.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Apr 23 08:40:15 PDT 2011 rfarmer at turquoise.predatorlabs.net:/usr/obj/usr/src/sys/TURQUOISE amd64
>Description:
When the 5.3.1 release was made, the version wasn't changed from the dev branch. Add patch to correctly identify as 5.3.1, from upstream:
http://mailinglists.scilab.org/Problem-with-the-version-of-source-distribution-td2839157.html
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/math/scilab/Makefile,v
retrieving revision 1.75
diff -u -r1.75 Makefile
--- Makefile 6 Mar 2011 22:00:14 -0000 1.75
+++ Makefile 23 Apr 2011 21:37:27 -0000
@@ -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 \
Index: files/patch-modules-core-includes-version.h.in
===================================================================
RCS file: files/patch-modules-core-includes-version.h.in
diff -N files/patch-modules-core-includes-version.h.in
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ files/patch-modules-core-includes-version.h.in 23 Apr 2011 21:30:31 -0000
@@ -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
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list