diff --git a/math/py-spot/Makefile b/math/py-spot/Makefile index 671978167687..aa06f02a30ff 100644 --- a/math/py-spot/Makefile +++ b/math/py-spot/Makefile @@ -1,40 +1,40 @@ PORTNAME= spot -DISTVERSION= 2.11.3 +DISTVERSION= 2.11.4 CATEGORIES= math MASTER_SITES= http://www.lrde.epita.fr/dload/${PORTNAME}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Python binding for 'Spot', the library for omega automata manipulation WWW= https://spot.lrde.epita.fr LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libspot.so:math/spot USES= compiler:c++17-lang gmake libtool python:3.4+ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --disable-static # otherwise shared libs aren't linked to spot libs for some reason LDFLAGS+= -L${LOCALBASE}/lib .for l in spot bddx spotgen spotltsmin LDFLAGS+= -l${l} .endfor post-configure: @${REINPLACE_CMD} ' \ s|^BUDDY_LDFLAGS =.*|BUDDY_LDFLAGS = ${LOCALBASE}/lib/libbddx.so|; \ s|$$(top_builddir)/spot/libspot.la|${LOCALBASE}/lib/libspot.so|; \ s|$$(top_builddir)/spot/ltsmin/libspotltsmin.la|${LOCALBASE}/lib/libspotltsmin.so|; \ s|$$(top_builddir)/spot/gen/libspotgen.la|${LOCALBASE}/lib/libspotgen.so|' \ ${WRKSRC}/python/Makefile post-install: @${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} -name "*.so" | ${XARGS} ${STRIP_CMD} # to test: cd ../spot && make test WITH_PYTHON=yes .include diff --git a/math/py-spot/distinfo b/math/py-spot/distinfo index 5fc4bd8cc627..df845fcfbfff 100644 --- a/math/py-spot/distinfo +++ b/math/py-spot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1671695075 -SHA256 (spot-2.11.3.tar.gz) = c32c8be65cf22d9420c533c7e758ac5b08257beaa674980f647bfb65e6953343 -SIZE (spot-2.11.3.tar.gz) = 7557506 +TIMESTAMP = 1676144090 +SHA256 (spot-2.11.4.tar.gz) = 91ecac6202819ea1de4534902ce457ec6eec0573d730584d6494d06b0bcaa0b4 +SIZE (spot-2.11.4.tar.gz) = 7569080 diff --git a/math/spot/Makefile b/math/spot/Makefile index 36afcae190c2..5d144eaa51c6 100644 --- a/math/spot/Makefile +++ b/math/spot/Makefile @@ -1,38 +1,38 @@ PORTNAME= spot -DISTVERSION= 2.11.3 +DISTVERSION= 2.11.4 CATEGORIES= math MASTER_SITES= http://www.lrde.epita.fr/dload/${PORTNAME}/ MAINTAINER= yuri@FreeBSD.org COMMENT= Library for omega automata manipulation and model checking WWW= https://spot.lrde.epita.fr LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING TEST_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \ syfco:math/hs-syfco USES= charsetfix compiler:c++17-lang gmake libtool python:test USE_LDCONFIG= yes GNU_CONFIGURE= yes .if !defined(WITH_PYTHON) # math/py-spot is a separate port but tests don't work there. To test run: make test WITH_PYTHON=yes CONFIGURE_ARGS= --disable-python --disable-static .else CONFIGURE_ARGS= --disable-static .endif INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS PORTDOCS= tl.pdf TEST_TARGET= check post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so .include diff --git a/math/spot/distinfo b/math/spot/distinfo index ea771a6daed9..46faacc56143 100644 --- a/math/spot/distinfo +++ b/math/spot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1671689926 -SHA256 (spot-2.11.3.tar.gz) = c32c8be65cf22d9420c533c7e758ac5b08257beaa674980f647bfb65e6953343 -SIZE (spot-2.11.3.tar.gz) = 7557506 +TIMESTAMP = 1676140490 +SHA256 (spot-2.11.4.tar.gz) = 91ecac6202819ea1de4534902ce457ec6eec0573d730584d6494d06b0bcaa0b4 +SIZE (spot-2.11.4.tar.gz) = 7569080