Date: Mon, 16 Aug 2021 07:06:36 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: dcf5a97fbcdf - main - science/simgrid: Update 3.27 -> 3.28 Message-ID: <202108160706.17G76ad9009130@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=dcf5a97fbcdfeeda6d20c64cb0ecd99ff9c56755 commit dcf5a97fbcdfeeda6d20c64cb0ecd99ff9c56755 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-08-16 06:59:39 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-08-16 07:06:31 +0000 science/simgrid: Update 3.27 -> 3.28 --- science/simgrid/Makefile | 5 ++--- science/simgrid/distinfo | 6 +++--- science/simgrid/pkg-plist | 7 +++++-- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/science/simgrid/Makefile b/science/simgrid/Makefile index 14b5bcd86dc7..5977577eb69b 100644 --- a/science/simgrid/Makefile +++ b/science/simgrid/Makefile @@ -1,6 +1,5 @@ PORTNAME= SimGrid -DISTVERSION= 3.27 -PORTREVISION= 1 +DISTVERSION= 3.28 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org @@ -27,7 +26,7 @@ USE_GITLAB= yes GL_SITE= https://framagit.org/ GL_ACCOUNT= simgrid GL_PROJECT= simgrid -GL_COMMIT= a585144d870def9053b47ed0f5cd92ac337038a5 +GL_COMMIT= 04e3ca46dcefdd19f2f1fee3e75c27fb2f7fc2ec CMAKE_OFF= enable_python diff --git a/science/simgrid/distinfo b/science/simgrid/distinfo index 29275d8ce5fb..29713b251d43 100644 --- a/science/simgrid/distinfo +++ b/science/simgrid/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618015312 -SHA256 (simgrid-simgrid-a585144d870def9053b47ed0f5cd92ac337038a5_GL0.tar.gz) = cb370457929ae2293d098c3a09e37e91f1ea15c2e1fa8270bc1b9594c4a05185 -SIZE (simgrid-simgrid-a585144d870def9053b47ed0f5cd92ac337038a5_GL0.tar.gz) = 3916452 +TIMESTAMP = 1629095814 +SHA256 (simgrid-simgrid-04e3ca46dcefdd19f2f1fee3e75c27fb2f7fc2ec_GL0.tar.gz) = 39409ef34e9aaa2262102f76c4d6ee31eb67d04bd5057584bd3340e3f0559a95 +SIZE (simgrid-simgrid-04e3ca46dcefdd19f2f1fee3e75c27fb2f7fc2ec_GL0.tar.gz) = 4193649 diff --git a/science/simgrid/pkg-plist b/science/simgrid/pkg-plist index 6719f4f18374..d737de5dc2e2 100644 --- a/science/simgrid/pkg-plist +++ b/science/simgrid/pkg-plist @@ -19,9 +19,11 @@ include/simgrid/exec.h include/simgrid/forward.h include/simgrid/host.h include/simgrid/instr.h +include/simgrid/kernel/Timer.hpp include/simgrid/kernel/future.hpp include/simgrid/kernel/resource/Action.hpp include/simgrid/kernel/resource/Model.hpp +include/simgrid/kernel/resource/NetworkModelIntf.hpp include/simgrid/kernel/resource/Resource.hpp include/simgrid/kernel/routing/ClusterZone.hpp include/simgrid/kernel/routing/DijkstraZone.hpp @@ -33,6 +35,7 @@ include/simgrid/kernel/routing/FullZone.hpp include/simgrid/kernel/routing/NetPoint.hpp include/simgrid/kernel/routing/NetZoneImpl.hpp include/simgrid/kernel/routing/RoutedZone.hpp +include/simgrid/kernel/routing/StarZone.hpp include/simgrid/kernel/routing/TorusZone.hpp include/simgrid/kernel/routing/VivaldiZone.hpp include/simgrid/kernel/routing/WifiZone.hpp @@ -40,6 +43,7 @@ include/simgrid/link.h include/simgrid/mailbox.h include/simgrid/modelchecker.h include/simgrid/mutex.h +include/simgrid/plugins/ProducerConsumer.hpp include/simgrid/plugins/dvfs.h include/simgrid/plugins/energy.h include/simgrid/plugins/file_system.h @@ -111,14 +115,13 @@ include/xbt/replay.hpp include/xbt/signal.hpp include/xbt/str.h include/xbt/string.hpp -include/xbt/synchro.h include/xbt/sysdep.h include/xbt/system_error.hpp include/xbt/utility.hpp include/xbt/virtu.h include/xbt/xbt_os_time.h lib/libsimgrid.so -lib/libsimgrid.so.3.27 +lib/libsimgrid.so.3.28 lib/simgrid/smpimain lib/simgrid/smpireplaymain libdata/pkgconfig/simgrid.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108160706.17G76ad9009130>