mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Update from 4.3.2 to 4.3.3.
PR: 197042 Submitted by: Anton Törnqvist <antont@inbox.lv>
This commit is contained in:
parent
bd8a7aa332
commit
3de91d1ea8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378062
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gecode
|
||||
PORTVERSION= 4.3.2
|
||||
PORTVERSION= 4.3.3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.gecode.org/download/
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gecode-4.3.2.tar.gz) = 4e24bd4714f23a14c471b46b3cf203b01cf6652c6d54855f773c762d08bd235b
|
||||
SIZE (gecode-4.3.2.tar.gz) = 2835665
|
||||
SHA256 (gecode-4.3.3.tar.gz) = 31c85b7f7fb2efceaaaf51e17b5d863628140522f723759b76c7557cc5d8acdb
|
||||
SIZE (gecode-4.3.3.tar.gz) = 2840280
|
||||
|
@ -8,6 +8,7 @@ include/gecode/flatzinc/ast.hh
|
||||
include/gecode/flatzinc/conexpr.hh
|
||||
include/gecode/flatzinc/option.hh
|
||||
include/gecode/flatzinc/parser.hh
|
||||
include/gecode/flatzinc/parser.tab.hh
|
||||
include/gecode/flatzinc/plugin.hh
|
||||
include/gecode/flatzinc/registry.hh
|
||||
include/gecode/flatzinc/symboltable.hh
|
||||
@ -90,6 +91,7 @@ include/gecode/gist/zoomToFitIcon.hpp
|
||||
include/gecode/int.hh
|
||||
include/gecode/int/arithmetic.hh
|
||||
include/gecode/int/arithmetic/abs.hpp
|
||||
include/gecode/int/arithmetic/argmax.hpp
|
||||
include/gecode/int/arithmetic/divmod.hpp
|
||||
include/gecode/int/arithmetic/max.hpp
|
||||
include/gecode/int/arithmetic/mult.hpp
|
||||
@ -187,6 +189,8 @@ include/gecode/int/gcc/dom.hpp
|
||||
include/gecode/int/gcc/post.hpp
|
||||
include/gecode/int/gcc/val.hpp
|
||||
include/gecode/int/gcc/view.hpp
|
||||
include/gecode/int/idx-view.hh
|
||||
include/gecode/int/idx-view.hpp
|
||||
include/gecode/int/int-set-1.hpp
|
||||
include/gecode/int/int-set-2.hpp
|
||||
include/gecode/int/ldsb.hh
|
||||
@ -599,35 +603,37 @@ include/gecode/third-party/boost/numeric/interval/transc.hpp
|
||||
include/gecode/third-party/boost/numeric/interval/utility.hpp
|
||||
include/gecode/third-party/boost/type.hpp
|
||||
lib/libgecodedriver.so
|
||||
lib/libgecodedriver.so.39
|
||||
lib/libgecodedriver.so.39.0
|
||||
lib/libgecodedriver.so.40
|
||||
lib/libgecodedriver.so.40.0
|
||||
lib/libgecodeflatzinc.so
|
||||
lib/libgecodeflatzinc.so.39
|
||||
lib/libgecodeflatzinc.so.39.0
|
||||
lib/libgecodeflatzinc.so.40
|
||||
lib/libgecodeflatzinc.so.40.0
|
||||
lib/libgecodefloat.so
|
||||
lib/libgecodefloat.so.39
|
||||
lib/libgecodefloat.so.39.0
|
||||
lib/libgecodefloat.so.40
|
||||
lib/libgecodefloat.so.40.0
|
||||
lib/libgecodeint.so
|
||||
lib/libgecodeint.so.39
|
||||
lib/libgecodeint.so.39.0
|
||||
lib/libgecodeint.so.40
|
||||
lib/libgecodeint.so.40.0
|
||||
lib/libgecodekernel.so
|
||||
lib/libgecodekernel.so.39
|
||||
lib/libgecodekernel.so.39.0
|
||||
lib/libgecodekernel.so.40
|
||||
lib/libgecodekernel.so.40.0
|
||||
lib/libgecodeminimodel.so
|
||||
lib/libgecodeminimodel.so.39
|
||||
lib/libgecodeminimodel.so.39.0
|
||||
lib/libgecodeminimodel.so.40
|
||||
lib/libgecodeminimodel.so.40.0
|
||||
lib/libgecodesearch.so
|
||||
lib/libgecodesearch.so.39
|
||||
lib/libgecodesearch.so.39.0
|
||||
lib/libgecodesearch.so.40
|
||||
lib/libgecodesearch.so.40.0
|
||||
lib/libgecodeset.so
|
||||
lib/libgecodeset.so.39
|
||||
lib/libgecodeset.so.39.0
|
||||
lib/libgecodeset.so.40
|
||||
lib/libgecodeset.so.40.0
|
||||
lib/libgecodesupport.so
|
||||
lib/libgecodesupport.so.39
|
||||
lib/libgecodesupport.so.39.0
|
||||
lib/libgecodesupport.so.40
|
||||
lib/libgecodesupport.so.40.0
|
||||
%%DATADIR%%/mznlib/all_different_int.mzn
|
||||
%%DATADIR%%/mznlib/all_equal_int.mzn
|
||||
%%DATADIR%%/mznlib/among.mzn
|
||||
%%DATADIR%%/mznlib/arg_max_int.mzn
|
||||
%%DATADIR%%/mznlib/arg_min_int.mzn
|
||||
%%DATADIR%%/mznlib/at_least_int.mzn
|
||||
%%DATADIR%%/mznlib/at_least_set.mzn
|
||||
%%DATADIR%%/mznlib/at_most_int.mzn
|
||||
@ -667,6 +673,7 @@ lib/libgecodesupport.so.39.0
|
||||
%%DATADIR%%/mznlib/nvalue.mzn
|
||||
%%DATADIR%%/mznlib/partition_set.mzn
|
||||
%%DATADIR%%/mznlib/range.mzn
|
||||
%%DATADIR%%/mznlib/redefinitions-2.0.mzn
|
||||
%%DATADIR%%/mznlib/redefinitions.mzn
|
||||
%%DATADIR%%/mznlib/regular.mzn
|
||||
%%DATADIR%%/mznlib/roots.mzn
|
||||
|
Loading…
Reference in New Issue
Block a user