diff --git a/math/py-spot/Makefile b/math/py-spot/Makefile index 5fbf752a62df..34b87e1fa5c8 100644 --- a/math/py-spot/Makefile +++ b/math/py-spot/Makefile @@ -1,36 +1,36 @@ PORTNAME= spot -DISTVERSION= 2.10.5 +DISTVERSION= 2.10.6 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 LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libspot.so:math/spot USES= compiler:c++14-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} .include diff --git a/math/py-spot/distinfo b/math/py-spot/distinfo index e4346598becd..c61161bdbadc 100644 --- a/math/py-spot/distinfo +++ b/math/py-spot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1651766200 -SHA256 (spot-2.10.5.tar.gz) = e34b9a305d558d3302256a9965ee5f4401b220dcb2be5244c64b3126a7844a2a -SIZE (spot-2.10.5.tar.gz) = 7605135 +TIMESTAMP = 1652985587 +SHA256 (spot-2.10.6.tar.gz) = c588d1cb53ccea3e592f99402b14c2f4367b349ecef8e17b6d391df146bc8ba4 +SIZE (spot-2.10.6.tar.gz) = 7599871 diff --git a/math/spot/Makefile b/math/spot/Makefile index 49bab3f3215c..0b4d2c33d83e 100644 --- a/math/spot/Makefile +++ b/math/spot/Makefile @@ -1,29 +1,29 @@ PORTNAME= spot -DISTVERSION= 2.10.5 +DISTVERSION= 2.10.6 CATEGORIES= math MASTER_SITES= http://www.lrde.epita.fr/dload/${PORTNAME}/ MAINTAINER= yuri@FreeBSD.org COMMENT= Library for omega automata manipulation and model checking LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING USES= charsetfix compiler:c++17-lang gmake libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-python --disable-static 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 195ea4c907c3..c769672f3c9a 100644 --- a/math/spot/distinfo +++ b/math/spot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1651765193 -SHA256 (spot-2.10.5.tar.gz) = e34b9a305d558d3302256a9965ee5f4401b220dcb2be5244c64b3126a7844a2a -SIZE (spot-2.10.5.tar.gz) = 7605135 +TIMESTAMP = 1652985604 +SHA256 (spot-2.10.6.tar.gz) = c588d1cb53ccea3e592f99402b14c2f4367b349ecef8e17b6d391df146bc8ba4 +SIZE (spot-2.10.6.tar.gz) = 7599871