- Update to 4.1

PR:		ports/107440
Submitted by:	Jean-Sebastien Roy <js@jeannot.org> (maintainer)
This commit is contained in:
Martin Wilke 2007-01-03 21:04:34 +00:00
parent 8d17222f27
commit c17d58cfd4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181367
5 changed files with 450 additions and 216 deletions

View File

@ -6,9 +6,9 @@
#
PORTNAME= scilab
PORTVERSION= 4.0
PORTVERSION= 4.1
CATEGORIES= math cad parallel
MASTER_SITES= http://scilabsoft.inria.fr/download/${PORTVERSION}/
MASTER_SITES= http://www.scilab.org/download/${PORTVERSION}/
EXTRACT_SUFX= -src.tar.gz
MAINTAINER= js@jeannot.org

View File

@ -1,3 +1,3 @@
MD5 (scilab-4.0-src.tar.gz) = 26e1c1480453bb1021bcea3ac412ad19
SHA256 (scilab-4.0-src.tar.gz) = e0f0e784909020c34c4512cf34f946373950cb5f8ee5499a16af73880189d41d
SIZE (scilab-4.0-src.tar.gz) = 12523941
MD5 (scilab-4.1-src.tar.gz) = 3003fe63088558b931a11127fb8d8ccc
SHA256 (scilab-4.1-src.tar.gz) = e2b36f6095b824feec3489c30f640bd809b3dc55bd5487319cbd641ac14fac80
SIZE (scilab-4.1-src.tar.gz) = 13164450

View File

@ -4,7 +4,7 @@
conftest conftest.c so_locations
# SCIBASE for scilab binaries generation
-SCIBASE = scilab-4.0
-SCIBASE = scilab-4.1
+SCIBASE = scilab
PVMBINDISTFILES = \

View File

@ -0,0 +1,5 @@
diff -ruN examples/mex-examples/cmex/Makefile.orig examples/mex-examples/cmex/Makefile
--- examples/mex-examples/cmex/Makefile Thu Jan 1 01:00:00 1970
+++ examples/mex-examples/cmex/Makefile Sun Dec 31 11:39:14 2006
@@ -0,0 +1 @@
+distclean:

File diff suppressed because it is too large Load Diff