upgrade to 0.5.6
This commit is contained in:
parent
126124f730
commit
590a59fcd5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44203
4 changed files with 8 additions and 18 deletions
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= spar
|
||||
PORTVERSION= 0.5.2
|
||||
PORTVERSION= 0.5.6
|
||||
CATEGORIES= math devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (spar-0.5.2.tar.gz) = c0c5fa489e66d9900d330a9d42cee5e6
|
||||
MD5 (spar-0.5.6.tar.gz) = 143494084898d3d4a6c523eeae8ac5af
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
--- text-fe/readline.c.orig Fri Jun 1 11:25:10 2001
|
||||
+++ text-fe/readline.c Fri Jun 1 11:25:24 2001
|
||||
@@ -30,6 +30,7 @@
|
||||
#include "cmd_table.h"
|
||||
|
||||
#ifdef HAVE_READLINE_HISTORY_H
|
||||
+#include <stdio.h>
|
||||
#include <readline/history.h>
|
||||
|
||||
int
|
|
@ -1,19 +1,18 @@
|
|||
bin/spar
|
||||
bin/test
|
||||
include/spar/sl.h
|
||||
include/spar/sl_btree.h
|
||||
include/spar/sl_chartype.h
|
||||
include/spar/sl_bool.h
|
||||
include/spar/sl_conf.h
|
||||
include/spar/sl_complex.h
|
||||
include/spar/sl_constant.h
|
||||
include/spar/sl_errno.h
|
||||
include/spar/sl_error.h
|
||||
include/spar/sl_function.h
|
||||
include/spar/sl_init.h
|
||||
include/spar/sl_input.h
|
||||
include/spar/sl_io.h
|
||||
include/spar/sl_math.h
|
||||
include/spar/sl_math_library.h
|
||||
include/spar/sl_memory.h
|
||||
include/spar/sl_module.h
|
||||
include/spar/sl_module_devel.h
|
||||
include/spar/sl_module_loader.h
|
||||
include/spar/sl_module_manager.h
|
||||
include/spar/sl_parser.h
|
||||
|
@ -22,7 +21,8 @@ include/spar/sl_sort.h
|
|||
include/spar/sl_table.h
|
||||
include/spar/sl_util.h
|
||||
include/spar/sl_variable.h
|
||||
include/spar/sl_writer.h
|
||||
include/spar/sl_vector.h
|
||||
include/spar/sl_version.h
|
||||
lib/libspar.a
|
||||
lib/libspar.la
|
||||
lib/libspar.so
|
||||
|
|
Loading…
Reference in a new issue